diff --git a/Directory.Packages.props b/Directory.Packages.props index f4e78d27e8..8d8b58cdd9 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -2,7 +2,8 @@ 7.1.183 - 4.3.0 + 5.4.0 + 5.3.0 @@ -40,17 +41,23 @@ + + - + + + + + + + + + - - - - @@ -86,8 +93,8 @@ - - + + diff --git a/src/Microsoft.Health.Fhir.Api/Microsoft.Health.Fhir.Api.csproj b/src/Microsoft.Health.Fhir.Api/Microsoft.Health.Fhir.Api.csproj index 815c230b38..94a6da024a 100644 --- a/src/Microsoft.Health.Fhir.Api/Microsoft.Health.Fhir.Api.csproj +++ b/src/Microsoft.Health.Fhir.Api/Microsoft.Health.Fhir.Api.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Microsoft.Health.Fhir.Core/Data/R5/compartment.json b/src/Microsoft.Health.Fhir.Core/Data/R5/compartment.json index 4c0824869c..f7eba48a1b 100644 --- a/src/Microsoft.Health.Fhir.Core/Data/R5/compartment.json +++ b/src/Microsoft.Health.Fhir.Core/Data/R5/compartment.json @@ -13,14 +13,14 @@ "id": "patient", "text": { "status": "extensions", - "div": "
!-- Snipped for Brevity -->
" + "div": "

\r\nThe following resources may be in this compartment:\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
ResourceInclusion Criteria
Accountsubject
AdverseEventsubject
AllergyIntolerancepatient, participant
Appointmentactor
AppointmentResponseactor
AuditEventpatient
Basicpatient, author
BiologicallyDerivedProductDispensepatient
BodyStructurepatient
CarePlanpatient
CareTeampatient, participant
ChargeItemsubject
Claimpatient, payee
ClaimResponsepatient
ClinicalImpressionsubject
Communicationsubject, sender, recipient
CommunicationRequestsubject, information-provider, recipient, requester
Compositionsubject, author, attester
Conditionpatient, participant-actor
Consentsubject
Contractpatient
Coveragepolicy-holder, subscriber, beneficiary, paymentby-party
CoverageEligibilityRequestpatient
CoverageEligibilityResponsepatient
DetectedIssuepatient
DeviceAssociationsubject, operator
DeviceRequestsubject, performer
DeviceUsagepatient
DiagnosticReportsubject
DocumentReferencesubject, author
Encounterpatient
EncounterHistorypatient
EnrollmentRequestsubject
EpisodeOfCarepatient
ExplanationOfBenefitpatient, payee
FamilyMemberHistorypatient
Flagpatient
GenomicStudypatient
Goalpatient
Groupmember
GuidanceResponsepatient
ImagingSelectionpatient
ImagingStudypatient
Immunizationpatient
ImmunizationEvaluationpatient
ImmunizationRecommendationpatient
Invoicesubject, patient, recipient
Listsubject, source
MeasureReportpatient
MedicationAdministrationpatient, subject
MedicationDispensesubject, patient, receiver
MedicationRequestsubject
MedicationStatementsubject
MolecularSequencesubject
NutritionIntakesubject, source
NutritionOrderpatient
Observationsubject, performer
Patient{def}, link
Personpatient
Procedurepatient, performer
Provenancepatient
QuestionnaireResponsesubject, author
RelatedPersonpatient
RequestOrchestrationsubject, participant
ResearchSubjectsubject
RiskAssessmentsubject
Scheduleactor
ServiceRequestsubject, performer
Specimensubject
SupplyDeliverypatient
SupplyRequestsubject
Taskpatient, focus
VisionPrescriptionpatient
\r\n

\r\nA resource is in this compartment if the nominated search parameter (or chain) refers to the patient resource that defines the compartment.\r\n

\r\n

\r\n\r\n

\r\n

\r\nThe following resources are never in this compartment:\r\n

\r\n
" }, "url": "http://hl7.org/fhir/CompartmentDefinition/patient", - "version": "5.0.0-snapshot1", + "version": "5.0.0", "name": "Base FHIR compartment definition for Patient", "status": "draft", "experimental": true, - "date": "2021-12-19T08:15:41+11:00", + "date": "2023-03-26T15:21:02+11:00", "publisher": "FHIR Project Team", "contact": [ { @@ -32,56 +32,48 @@ ] } ], - "description": "There is an instance of the patient compartment for each patient resource, and the identity of the compartment is the same as the patient. When a patient is linked to another patient, all the records associated with the linked patient are in the compartment associated with the target of the link.. The set of resources associated with a particular patient", + "description": "There is an instance of the patient compartment for each patient resource, and the identity of the compartment is the same as the patient. When a patient is linked to another patient resource, the records associated with the linked patient resource will not be returned as part of the compartment search. Those records will be returned only with another compartment search using the \"id\" for the linked patient resource.\n \nIn cases where two patients have been merged rather than linked, associated resources should be moved to the target patient as part of the merge process, so the patient compartment for the target patient would include all relevant data, and the patient compartment for the source patient would include only the linked Patient and possibly remnant resources like AuditEvent.. The set of resources associated with a particular patient", "code": "Patient", "search": true, "resource": [ { "code": "Account", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "ActivityDefinition" }, + { + "code": "ActorDefinition" + }, { "code": "AdministrableProductDefinition" }, { "code": "AdverseEvent", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "AllergyIntolerance", "param": [ "patient", - "recorder", - "asserter" + "participant" ] }, { "code": "Appointment", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "AppointmentResponse", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "ArtifactAssessment" }, { "code": "AuditEvent", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "Basic", @@ -96,11 +88,13 @@ { "code": "BiologicallyDerivedProduct" }, + { + "code": "BiologicallyDerivedProductDispense", + "param": [ "patient" ] + }, { "code": "BodyStructure", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "Bundle" @@ -108,15 +102,9 @@ { "code": "CapabilityStatement" }, - { - "code": "CapabilityStatement2" - }, { "code": "CarePlan", - "param": [ - "patient", - "performer" - ] + "param": [ "patient" ] }, { "code": "CareTeam", @@ -127,9 +115,7 @@ }, { "code": "ChargeItem", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "ChargeItemDefinition" @@ -146,22 +132,15 @@ }, { "code": "ClaimResponse", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "ClinicalImpression", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "ClinicalUseDefinition" }, - { - "code": "ClinicalUseIssue" - }, { "code": "CodeSystem" }, @@ -196,14 +175,11 @@ { "code": "ConceptMap" }, - { - "code": "ConceptMap2" - }, { "code": "Condition", "param": [ "patient", - "asserter" + "participant-actor" ] }, { @@ -211,12 +187,11 @@ }, { "code": "Consent", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { - "code": "Contract" + "code": "Contract", + "param": [ "patient" ] }, { "code": "Coverage", @@ -224,31 +199,29 @@ "policy-holder", "subscriber", "beneficiary", - "payor" + "paymentby-party" ] }, { "code": "CoverageEligibilityRequest", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "CoverageEligibilityResponse", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "DetectedIssue", - "param": [ - "patient" - ] + "param": [ "patient" ] + }, + { + "code": "Device" }, { - "code": "Device", + "code": "DeviceAssociation", "param": [ - "subject" + "subject", + "operator" ] }, { @@ -269,23 +242,11 @@ }, { "code": "DeviceUsage", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "DiagnosticReport", - "param": [ - "subject" - ] - }, - { - "code": "DocumentManifest", - "param": [ - "subject", - "author", - "recipient" - ] + "param": [ "subject" ] }, { "code": "DocumentReference", @@ -296,27 +257,25 @@ }, { "code": "Encounter", - "param": [ - "patient" - ] + "param": [ "patient" ] + }, + { + "code": "EncounterHistory", + "param": [ "patient" ] }, { "code": "Endpoint" }, { "code": "EnrollmentRequest", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "EnrollmentResponse" }, { "code": "EpisodeOfCare", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "EventDefinition" @@ -342,66 +301,56 @@ }, { "code": "FamilyMemberHistory", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "Flag", - "param": [ - "patient" - ] + "param": [ "patient" ] + }, + { + "code": "FormularyItem" + }, + { + "code": "GenomicStudy", + "param": [ "patient" ] }, { "code": "Goal", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "GraphDefinition" }, { "code": "Group", - "param": [ - "member" - ] + "param": [ "member" ] }, { - "code": "GuidanceResponse" + "code": "GuidanceResponse", + "param": [ "patient" ] }, { "code": "HealthcareService" }, { "code": "ImagingSelection", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "ImagingStudy", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "Immunization", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "ImmunizationEvaluation", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "ImmunizationRecommendation", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "ImplementationGuide" @@ -412,6 +361,9 @@ { "code": "InsurancePlan" }, + { + "code": "InventoryItem" + }, { "code": "InventoryReport" }, @@ -447,9 +399,7 @@ }, { "code": "MeasureReport", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "Medication" @@ -458,7 +408,6 @@ "code": "MedicationAdministration", "param": [ "patient", - "performer", "subject" ] }, @@ -475,15 +424,11 @@ }, { "code": "MedicationRequest", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { - "code": "MedicationUsage", - "param": [ - "subject" - ] + "code": "MedicationStatement", + "param": [ "subject" ] }, { "code": "MedicinalProductDefinition" @@ -496,9 +441,7 @@ }, { "code": "MolecularSequence", - "param": [ - "patient" - ] + "param": [ "subject" ] }, { "code": "NamingSystem" @@ -512,9 +455,7 @@ }, { "code": "NutritionOrder", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "NutritionProduct" @@ -547,6 +488,7 @@ { "code": "Patient", "param": [ + "{def}", "link" ] }, @@ -561,9 +503,7 @@ }, { "code": "Person", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "PlanDefinition" @@ -583,9 +523,7 @@ }, { "code": "Provenance", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "Questionnaire" @@ -602,37 +540,32 @@ }, { "code": "RelatedPerson", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { - "code": "RequestGroup", + "code": "RequestOrchestration", "param": [ "subject", "participant" ] }, + { + "code": "Requirements" + }, { "code": "ResearchStudy" }, { "code": "ResearchSubject", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "RiskAssessment", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "Schedule", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "SearchParameter" @@ -649,9 +582,7 @@ }, { "code": "Specimen", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "SpecimenDefinition" @@ -694,21 +625,24 @@ }, { "code": "SupplyDelivery", - "param": [ - "patient" - ] + "param": [ "patient" ] }, { "code": "SupplyRequest", + "param": [ "subject" ] + }, + { + "code": "Task", "param": [ - "subject" + "patient", + "focus" ] }, { - "code": "Task" + "code": "TerminologyCapabilities" }, { - "code": "TerminologyCapabilities" + "code": "TestPlan" }, { "code": "TestReport" @@ -716,6 +650,9 @@ { "code": "TestScript" }, + { + "code": "Transport" + }, { "code": "ValueSet" }, @@ -724,9 +661,7 @@ }, { "code": "VisionPrescription", - "param": [ - "patient" - ] + "param": [ "patient" ] } ] } @@ -738,14 +673,14 @@ "id": "relatedPerson", "text": { "status": "extensions", - "div": "
!-- Snipped for Brevity -->
" + "div": "

\r\nThe following resources may be in this compartment:\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
ResourceInclusion Criteria
AdverseEventrecorder
AllergyIntoleranceparticipant
Appointmentactor
AppointmentResponseactor
Basicauthor
CareTeamparticipant
ChargeItementerer, performer-actor
Claimpayee
Communicationsender, recipient
CommunicationRequestinformation-provider, recipient, requester
Compositionauthor
Conditionparticipant-actor
Coveragepolicy-holder, subscriber, paymentby-party
DocumentReferenceauthor
Encounterparticipant
ExplanationOfBenefitpayee
Invoicerecipient
MedicationStatementsource
NutritionIntakesource
Observationperformer
Patientlink
Personlink
Procedureperformer
Provenanceagent
QuestionnaireResponseauthor, source
RelatedPerson{def}
RequestOrchestrationparticipant
Scheduleactor
ServiceRequestperformer
SupplyRequestrequester
\r\n

\r\nA resource is in this compartment if the nominated search parameter (or chain) refers to the patient resource that defines the compartment.\r\n

\r\n

\r\n\r\n

\r\n

\r\nThe following resources are never in this compartment:\r\n

\r\n
" }, "url": "http://hl7.org/fhir/CompartmentDefinition/relatedPerson", - "version": "5.0.0-snapshot1", + "version": "5.0.0", "name": "Base FHIR compartment definition for RelatedPerson", "status": "draft", "experimental": true, - "date": "2021-12-19T08:15:41+11:00", + "date": "2023-03-26T15:21:02+11:00", "publisher": "FHIR Project Team", "contact": [ { @@ -767,32 +702,27 @@ { "code": "ActivityDefinition" }, + { + "code": "ActorDefinition" + }, { "code": "AdministrableProductDefinition" }, { "code": "AdverseEvent", - "param": [ - "recorder" - ] + "param": [ "recorder" ] }, { "code": "AllergyIntolerance", - "param": [ - "asserter" - ] + "param": [ "participant" ] }, { "code": "Appointment", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "AppointmentResponse", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "ArtifactAssessment" @@ -802,9 +732,7 @@ }, { "code": "Basic", - "param": [ - "author" - ] + "param": [ "author" ] }, { "code": "Binary" @@ -812,6 +740,9 @@ { "code": "BiologicallyDerivedProduct" }, + { + "code": "BiologicallyDerivedProductDispense" + }, { "code": "BodyStructure" }, @@ -822,19 +753,11 @@ "code": "CapabilityStatement" }, { - "code": "CapabilityStatement2" - }, - { - "code": "CarePlan", - "param": [ - "performer" - ] + "code": "CarePlan" }, { "code": "CareTeam", - "param": [ - "participant" - ] + "param": [ "participant" ] }, { "code": "ChargeItem", @@ -851,9 +774,7 @@ }, { "code": "Claim", - "param": [ - "payee" - ] + "param": [ "payee" ] }, { "code": "ClaimResponse" @@ -864,9 +785,6 @@ { "code": "ClinicalUseDefinition" }, - { - "code": "ClinicalUseIssue" - }, { "code": "CodeSystem" }, @@ -890,21 +808,14 @@ }, { "code": "Composition", - "param": [ - "author" - ] + "param": [ "author" ] }, { "code": "ConceptMap" }, - { - "code": "ConceptMap2" - }, { "code": "Condition", - "param": [ - "asserter" - ] + "param": [ "participant-actor" ] }, { "code": "ConditionDefinition" @@ -920,7 +831,7 @@ "param": [ "policy-holder", "subscriber", - "payor" + "paymentby-party" ] }, { @@ -935,6 +846,9 @@ { "code": "Device" }, + { + "code": "DeviceAssociation" + }, { "code": "DeviceDefinition" }, @@ -953,24 +867,16 @@ { "code": "DiagnosticReport" }, - { - "code": "DocumentManifest", - "param": [ - "author", - "recipient" - ] - }, { "code": "DocumentReference", - "param": [ - "author" - ] + "param": [ "author" ] }, { "code": "Encounter", - "param": [ - "participant" - ] + "param": [ "participant" ] + }, + { + "code": "EncounterHistory" }, { "code": "Endpoint" @@ -1001,9 +907,7 @@ }, { "code": "ExplanationOfBenefit", - "param": [ - "payee" - ] + "param": [ "payee" ] }, { "code": "FamilyMemberHistory" @@ -1011,6 +915,12 @@ { "code": "Flag" }, + { + "code": "FormularyItem" + }, + { + "code": "GenomicStudy" + }, { "code": "Goal" }, @@ -1050,14 +960,15 @@ { "code": "InsurancePlan" }, + { + "code": "InventoryItem" + }, { "code": "InventoryReport" }, { "code": "Invoice", - "param": [ - "recipient" - ] + "param": [ "recipient" ] }, { "code": "Library" @@ -1084,10 +995,7 @@ "code": "Medication" }, { - "code": "MedicationAdministration", - "param": [ - "performer" - ] + "code": "MedicationAdministration" }, { "code": "MedicationDispense" @@ -1099,10 +1007,8 @@ "code": "MedicationRequest" }, { - "code": "MedicationUsage", - "param": [ - "source" - ] + "code": "MedicationStatement", + "param": [ "source" ] }, { "code": "MedicinalProductDefinition" @@ -1121,9 +1027,7 @@ }, { "code": "NutritionIntake", - "param": [ - "source" - ] + "param": [ "source" ] }, { "code": "NutritionOrder" @@ -1133,9 +1037,7 @@ }, { "code": "Observation", - "param": [ - "performer" - ] + "param": [ "performer" ] }, { "code": "ObservationDefinition" @@ -1157,9 +1059,7 @@ }, { "code": "Patient", - "param": [ - "link" - ] + "param": [ "link" ] }, { "code": "PaymentNotice" @@ -1172,9 +1072,7 @@ }, { "code": "Person", - "param": [ - "link" - ] + "param": [ "link" ] }, { "code": "PlanDefinition" @@ -1187,15 +1085,11 @@ }, { "code": "Procedure", - "param": [ - "performer" - ] + "param": [ "performer" ] }, { "code": "Provenance", - "param": [ - "agent" - ] + "param": [ "agent" ] }, { "code": "Questionnaire" @@ -1212,15 +1106,14 @@ }, { "code": "RelatedPerson", - "param": [ - "{def}" - ] + "param": [ "{def}" ] }, { - "code": "RequestGroup", - "param": [ - "participant" - ] + "code": "RequestOrchestration", + "param": [ "participant" ] + }, + { + "code": "Requirements" }, { "code": "ResearchStudy" @@ -1233,18 +1126,14 @@ }, { "code": "Schedule", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "SearchParameter" }, { "code": "ServiceRequest", - "param": [ - "performer" - ] + "param": [ "performer" ] }, { "code": "Slot" @@ -1296,9 +1185,7 @@ }, { "code": "SupplyRequest", - "param": [ - "requester" - ] + "param": [ "requester" ] }, { "code": "Task" @@ -1306,12 +1193,18 @@ { "code": "TerminologyCapabilities" }, + { + "code": "TestPlan" + }, { "code": "TestReport" }, { "code": "TestScript" }, + { + "code": "Transport" + }, { "code": "ValueSet" }, @@ -1331,14 +1224,14 @@ "id": "practitioner", "text": { "status": "extensions", - "div": "
!-- Snipped for Brevity -->
" + "div": "

\r\nThe following resources may be in this compartment:\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
ResourceInclusion Criteria
Accountsubject
AdverseEventrecorder
AllergyIntoleranceparticipant
Appointmentactor
AppointmentResponseactor
AuditEventagent
Basicauthor
BiologicallyDerivedProductDispenseperformer
CareTeamparticipant
ChargeItementerer, performer-actor
Claimenterer, provider, payee, care-team
ClaimResponserequestor
ClinicalImpressionperformer
Communicationsender, recipient
CommunicationRequestinformation-provider, recipient, requester
Compositionsubject, author, attester
Conditionparticipant-actor
CoverageEligibilityRequestenterer, provider
CoverageEligibilityResponserequestor
DetectedIssueauthor
DeviceAssociationoperator
DeviceRequestrequester, performer
DiagnosticReportperformer
DocumentReferencesubject, author, attester
Encounterpractitioner, participant
EpisodeOfCarecare-manager
ExplanationOfBenefitenterer, provider, payee, care-team
Flagauthor
Groupmember
Immunizationperformer
Invoiceparticipant
Linkageauthor
Listsource
MedicationDispenseperformer, receiver
MedicationRequestrequester
MedicationStatementsource
MessageHeaderreceiver, author, responsible
NutritionIntakesource
NutritionOrderprovider
Observationperformer
Patientgeneral-practitioner
PaymentNoticereporter
PaymentReconciliationrequestor
Personpractitioner
Practitioner{def}
PractitionerRolepractitioner
Procedureperformer
Provenanceagent
QuestionnaireResponseauthor, source
RequestOrchestrationparticipant, author
RiskAssessmentperformer
Scheduleactor
ServiceRequestperformer, requester
Specimencollector
SupplyDeliverysupplier, receiver
SupplyRequestrequester
VisionPrescriptionprescriber
\r\n

\r\nA resource is in this compartment if the nominated search parameter (or chain) refers to the patient resource that defines the compartment.\r\n

\r\n

\r\n\r\n

\r\n

\r\nThe following resources are never in this compartment:\r\n

\r\n
" }, "url": "http://hl7.org/fhir/CompartmentDefinition/practitioner", - "version": "5.0.0-snapshot1", + "version": "5.0.0", "name": "Base FHIR compartment definition for Practitioner", "status": "draft", "experimental": true, - "date": "2021-12-19T08:15:41+11:00", + "date": "2023-03-26T15:21:02+11:00", "publisher": "FHIR Project Team", "contact": [ { @@ -1356,55 +1249,43 @@ "resource": [ { "code": "Account", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "ActivityDefinition" }, + { + "code": "ActorDefinition" + }, { "code": "AdministrableProductDefinition" }, { "code": "AdverseEvent", - "param": [ - "recorder" - ] + "param": [ "recorder" ] }, { "code": "AllergyIntolerance", - "param": [ - "recorder", - "asserter" - ] + "param": [ "participant" ] }, { "code": "Appointment", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "AppointmentResponse", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "ArtifactAssessment" }, { "code": "AuditEvent", - "param": [ - "agent" - ] + "param": [ "agent" ] }, { "code": "Basic", - "param": [ - "author" - ] + "param": [ "author" ] }, { "code": "Binary" @@ -1412,6 +1293,10 @@ { "code": "BiologicallyDerivedProduct" }, + { + "code": "BiologicallyDerivedProductDispense", + "param": [ "performer" ] + }, { "code": "BodyStructure" }, @@ -1422,19 +1307,11 @@ "code": "CapabilityStatement" }, { - "code": "CapabilityStatement2" - }, - { - "code": "CarePlan", - "param": [ - "performer" - ] + "code": "CarePlan" }, { "code": "CareTeam", - "param": [ - "participant" - ] + "param": [ "participant" ] }, { "code": "ChargeItem", @@ -1460,22 +1337,15 @@ }, { "code": "ClaimResponse", - "param": [ - "requestor" - ] + "param": [ "requestor" ] }, { "code": "ClinicalImpression", - "param": [ - "performer" - ] + "param": [ "performer" ] }, { "code": "ClinicalUseDefinition" }, - { - "code": "ClinicalUseIssue" - }, { "code": "CodeSystem" }, @@ -1508,14 +1378,9 @@ { "code": "ConceptMap" }, - { - "code": "ConceptMap2" - }, { "code": "Condition", - "param": [ - "asserter" - ] + "param": [ "participant-actor" ] }, { "code": "ConditionDefinition" @@ -1538,19 +1403,19 @@ }, { "code": "CoverageEligibilityResponse", - "param": [ - "requestor" - ] + "param": [ "requestor" ] }, { "code": "DetectedIssue", - "param": [ - "author" - ] + "param": [ "author" ] }, { "code": "Device" }, + { + "code": "DeviceAssociation", + "param": [ "operator" ] + }, { "code": "DeviceDefinition" }, @@ -1567,22 +1432,12 @@ "performer" ] }, - { - "code": "DeviceUsage" - }, - { - "code": "DiagnosticReport", - "param": [ - "performer" - ] - }, - { - "code": "DocumentManifest", - "param": [ - "subject", - "author", - "recipient" - ] + { + "code": "DeviceUsage" + }, + { + "code": "DiagnosticReport", + "param": [ "performer" ] }, { "code": "DocumentReference", @@ -1599,6 +1454,9 @@ "participant" ] }, + { + "code": "EncounterHistory" + }, { "code": "Endpoint" }, @@ -1610,9 +1468,7 @@ }, { "code": "EpisodeOfCare", - "param": [ - "care-manager" - ] + "param": [ "care-manager" ] }, { "code": "EventDefinition" @@ -1643,9 +1499,13 @@ }, { "code": "Flag", - "param": [ - "author" - ] + "param": [ "author" ] + }, + { + "code": "FormularyItem" + }, + { + "code": "GenomicStudy" }, { "code": "Goal" @@ -1655,9 +1515,7 @@ }, { "code": "Group", - "param": [ - "member" - ] + "param": [ "member" ] }, { "code": "GuidanceResponse" @@ -1673,9 +1531,7 @@ }, { "code": "Immunization", - "param": [ - "performer" - ] + "param": [ "performer" ] }, { "code": "ImmunizationEvaluation" @@ -1692,29 +1548,26 @@ { "code": "InsurancePlan" }, + { + "code": "InventoryItem" + }, { "code": "InventoryReport" }, { "code": "Invoice", - "param": [ - "participant" - ] + "param": [ "participant" ] }, { "code": "Library" }, { "code": "Linkage", - "param": [ - "author" - ] + "param": [ "author" ] }, { "code": "List", - "param": [ - "source" - ] + "param": [ "source" ] }, { "code": "Location" @@ -1732,10 +1585,7 @@ "code": "Medication" }, { - "code": "MedicationAdministration", - "param": [ - "performer" - ] + "code": "MedicationAdministration" }, { "code": "MedicationDispense", @@ -1749,15 +1599,11 @@ }, { "code": "MedicationRequest", - "param": [ - "requester" - ] + "param": [ "requester" ] }, { - "code": "MedicationUsage", - "param": [ - "source" - ] + "code": "MedicationStatement", + "param": [ "source" ] }, { "code": "MedicinalProductDefinition" @@ -1770,8 +1616,7 @@ "param": [ "receiver", "author", - "responsible", - "enterer" + "responsible" ] }, { @@ -1782,24 +1627,18 @@ }, { "code": "NutritionIntake", - "param": [ - "source" - ] + "param": [ "source" ] }, { "code": "NutritionOrder", - "param": [ - "provider" - ] + "param": [ "provider" ] }, { "code": "NutritionProduct" }, { "code": "Observation", - "param": [ - "performer" - ] + "param": [ "performer" ] }, { "code": "ObservationDefinition" @@ -1821,57 +1660,41 @@ }, { "code": "Patient", - "param": [ - "general-practitioner" - ] + "param": [ "general-practitioner" ] }, { "code": "PaymentNotice", - "param": [ - "provider" - ] + "param": [ "reporter" ] }, { "code": "PaymentReconciliation", - "param": [ - "requestor" - ] + "param": [ "requestor" ] }, { "code": "Permission" }, { "code": "Person", - "param": [ - "practitioner" - ] + "param": [ "practitioner" ] }, { "code": "PlanDefinition" }, { "code": "Practitioner", - "param": [ - "{def}" - ] + "param": [ "{def}" ] }, { "code": "PractitionerRole", - "param": [ - "practitioner" - ] + "param": [ "practitioner" ] }, { "code": "Procedure", - "param": [ - "performer" - ] + "param": [ "performer" ] }, { "code": "Provenance", - "param": [ - "agent" - ] + "param": [ "agent" ] }, { "code": "Questionnaire" @@ -1890,32 +1713,28 @@ "code": "RelatedPerson" }, { - "code": "RequestGroup", + "code": "RequestOrchestration", "param": [ "participant", "author" ] }, { - "code": "ResearchStudy", - "param": [ - "principalinvestigator" - ] + "code": "Requirements" + }, + { + "code": "ResearchStudy" }, { "code": "ResearchSubject" }, { "code": "RiskAssessment", - "param": [ - "performer" - ] + "param": [ "performer" ] }, { "code": "Schedule", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "SearchParameter" @@ -1932,9 +1751,7 @@ }, { "code": "Specimen", - "param": [ - "collector" - ] + "param": [ "collector" ] }, { "code": "SpecimenDefinition" @@ -1984,9 +1801,7 @@ }, { "code": "SupplyRequest", - "param": [ - "requester" - ] + "param": [ "requester" ] }, { "code": "Task" @@ -1994,12 +1809,18 @@ { "code": "TerminologyCapabilities" }, + { + "code": "TestPlan" + }, { "code": "TestReport" }, { "code": "TestScript" }, + { + "code": "Transport" + }, { "code": "ValueSet" }, @@ -2008,9 +1829,7 @@ }, { "code": "VisionPrescription", - "param": [ - "prescriber" - ] + "param": [ "prescriber" ] } ] } @@ -2022,14 +1841,14 @@ "id": "device", "text": { "status": "extensions", - "div": "
!-- Snipped for Brevity -->
" + "div": "

\r\nThe following resources may be in this compartment:\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
ResourceInclusion Criteria
Accountsubject
Appointmentactor
AppointmentResponseactor
AuditEventagent
ChargeItementerer, performer-actor
Claimprocedure-udi, item-udi, detail-udi, subdetail-udi
Communicationsender, recipient
CommunicationRequestinformation-provider, recipient
Compositionauthor
DetectedIssueauthor
DeviceAssociationdevice
DeviceRequestsubject, requester, performer
DiagnosticReportsubject
DocumentReferencesubject, author
ExplanationOfBenefitprocedure-udi, item-udi, detail-udi, subdetail-udi
Flagauthor
Groupmember
Invoiceparticipant
Listsubject, source
MessageHeadertarget
Observationsubject, device
Provenanceagent
QuestionnaireResponseauthor
RequestOrchestrationauthor
ResearchSubjectsubject
RiskAssessmentperformer
Scheduleactor
ServiceRequestperformer, requester
Specimensubject
SupplyRequestrequester
\r\n

\r\nA resource is in this compartment if the nominated search parameter (or chain) refers to the patient resource that defines the compartment.\r\n

\r\n

\r\n\r\n

\r\n

\r\nThe following resources are never in this compartment:\r\n

\r\n
" }, "url": "http://hl7.org/fhir/CompartmentDefinition/device", - "version": "5.0.0-snapshot1", + "version": "5.0.0", "name": "Base FHIR compartment definition for Device", "status": "draft", "experimental": true, - "date": "2021-12-19T08:15:41+11:00", + "date": "2023-03-26T15:21:02+11:00", "publisher": "FHIR Project Team", "contact": [ { @@ -2047,13 +1866,14 @@ "resource": [ { "code": "Account", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "ActivityDefinition" }, + { + "code": "ActorDefinition" + }, { "code": "AdministrableProductDefinition" }, @@ -2065,24 +1885,18 @@ }, { "code": "Appointment", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "AppointmentResponse", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "ArtifactAssessment" }, { "code": "AuditEvent", - "param": [ - "agent" - ] + "param": [ "agent" ] }, { "code": "Basic" @@ -2093,6 +1907,9 @@ { "code": "BiologicallyDerivedProduct" }, + { + "code": "BiologicallyDerivedProductDispense" + }, { "code": "BodyStructure" }, @@ -2102,9 +1919,6 @@ { "code": "CapabilityStatement" }, - { - "code": "CapabilityStatement2" - }, { "code": "CarePlan" }, @@ -2142,9 +1956,6 @@ { "code": "ClinicalUseDefinition" }, - { - "code": "ClinicalUseIssue" - }, { "code": "CodeSystem" }, @@ -2167,16 +1978,11 @@ }, { "code": "Composition", - "param": [ - "author" - ] + "param": [ "author" ] }, { "code": "ConceptMap" }, - { - "code": "ConceptMap2" - }, { "code": "Condition" }, @@ -2200,13 +2006,15 @@ }, { "code": "DetectedIssue", - "param": [ - "author" - ] + "param": [ "author" ] }, { "code": "Device" }, + { + "code": "DeviceAssociation", + "param": [ "device" ] + }, { "code": "DeviceDefinition" }, @@ -2229,16 +2037,7 @@ }, { "code": "DiagnosticReport", - "param": [ - "subject" - ] - }, - { - "code": "DocumentManifest", - "param": [ - "subject", - "author" - ] + "param": [ "subject" ] }, { "code": "DocumentReference", @@ -2250,6 +2049,9 @@ { "code": "Encounter" }, + { + "code": "EncounterHistory" + }, { "code": "Endpoint" }, @@ -2291,9 +2093,13 @@ }, { "code": "Flag", - "param": [ - "author" - ] + "param": [ "author" ] + }, + { + "code": "FormularyItem" + }, + { + "code": "GenomicStudy" }, { "code": "Goal" @@ -2303,9 +2109,7 @@ }, { "code": "Group", - "param": [ - "member" - ] + "param": [ "member" ] }, { "code": "GuidanceResponse" @@ -2337,14 +2141,15 @@ { "code": "InsurancePlan" }, + { + "code": "InventoryItem" + }, { "code": "InventoryReport" }, { "code": "Invoice", - "param": [ - "participant" - ] + "param": [ "participant" ] }, { "code": "Library" @@ -2375,10 +2180,7 @@ "code": "Medication" }, { - "code": "MedicationAdministration", - "param": [ - "device" - ] + "code": "MedicationAdministration" }, { "code": "MedicationDispense" @@ -2390,7 +2192,7 @@ "code": "MedicationRequest" }, { - "code": "MedicationUsage" + "code": "MedicationStatement" }, { "code": "MedicinalProductDefinition" @@ -2400,9 +2202,7 @@ }, { "code": "MessageHeader", - "param": [ - "target" - ] + "param": [ "target" ] }, { "code": "MolecularSequence" @@ -2473,18 +2273,14 @@ }, { "code": "Provenance", - "param": [ - "agent" - ] + "param": [ "agent" ] }, { "code": "Questionnaire" }, { "code": "QuestionnaireResponse", - "param": [ - "author" - ] + "param": [ "author" ] }, { "code": "RegulatedAuthorization" @@ -2493,31 +2289,26 @@ "code": "RelatedPerson" }, { - "code": "RequestGroup", - "param": [ - "author" - ] + "code": "RequestOrchestration", + "param": [ "author" ] + }, + { + "code": "Requirements" }, { "code": "ResearchStudy" }, { "code": "ResearchSubject", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "RiskAssessment", - "param": [ - "performer" - ] + "param": [ "performer" ] }, { "code": "Schedule", - "param": [ - "actor" - ] + "param": [ "actor" ] }, { "code": "SearchParameter" @@ -2534,9 +2325,7 @@ }, { "code": "Specimen", - "param": [ - "subject" - ] + "param": [ "subject" ] }, { "code": "SpecimenDefinition" @@ -2582,9 +2371,7 @@ }, { "code": "SupplyRequest", - "param": [ - "requester" - ] + "param": [ "requester" ] }, { "code": "Task" @@ -2592,12 +2379,18 @@ { "code": "TerminologyCapabilities" }, + { + "code": "TestPlan" + }, { "code": "TestReport" }, { "code": "TestScript" }, + { + "code": "Transport" + }, { "code": "ValueSet" }, @@ -2617,14 +2410,14 @@ "id": "encounter", "text": { "status": "extensions", - "div": "
!-- Snipped for Brevity -->
" + "div": "

\r\nThe following resources may be in this compartment:\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
ResourceInclusion Criteria
CarePlanencounter
ChargeItemencounter
Claimencounter
ClinicalImpressionencounter
Communicationencounter
CommunicationRequestencounter
Compositionencounter
Conditionencounter
DeviceRequestencounter
DiagnosticReportencounter
DocumentReferencecontext
Encounter{def}
EncounterHistoryencounter
ExplanationOfBenefitencounter
MedicationAdministrationencounter
MedicationDispenseencounter
MedicationRequestencounter
MedicationStatementencounter
NutritionIntakeencounter
NutritionOrderencounter
Observationencounter
Procedureencounter
QuestionnaireResponseencounter
RequestOrchestrationencounter
ServiceRequestencounter
VisionPrescriptionencounter
\r\n

\r\nA resource is in this compartment if the nominated search parameter (or chain) refers to the patient resource that defines the compartment.\r\n

\r\n

\r\n\r\n

\r\n

\r\nThe following resources are never in this compartment:\r\n

\r\n
" }, "url": "http://hl7.org/fhir/CompartmentDefinition/encounter", - "version": "5.0.0-snapshot1", + "version": "5.0.0", "name": "Base FHIR compartment definition for Encounter", "status": "draft", "experimental": true, - "date": "2021-12-19T08:15:41+11:00", + "date": "2023-03-26T15:21:02+11:00", "publisher": "FHIR Project Team", "contact": [ { @@ -2646,6 +2439,9 @@ { "code": "ActivityDefinition" }, + { + "code": "ActorDefinition" + }, { "code": "AdministrableProductDefinition" }, @@ -2676,6 +2472,9 @@ { "code": "BiologicallyDerivedProduct" }, + { + "code": "BiologicallyDerivedProductDispense" + }, { "code": "BodyStructure" }, @@ -2685,23 +2484,16 @@ { "code": "CapabilityStatement" }, - { - "code": "CapabilityStatement2" - }, { "code": "CarePlan", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "CareTeam" }, { "code": "ChargeItem", - "param": [ - "context" - ] + "param": [ "encounter" ] }, { "code": "ChargeItemDefinition" @@ -2711,60 +2503,42 @@ }, { "code": "Claim", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "ClaimResponse" }, { "code": "ClinicalImpression", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "ClinicalUseDefinition" }, - { - "code": "ClinicalUseIssue" - }, { "code": "CodeSystem" }, { "code": "Communication", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "CommunicationRequest", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "CompartmentDefinition" }, { "code": "Composition", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "ConceptMap" }, - { - "code": "ConceptMap2" - }, { "code": "Condition", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "ConditionDefinition" @@ -2790,6 +2564,9 @@ { "code": "Device" }, + { + "code": "DeviceAssociation" + }, { "code": "DeviceDefinition" }, @@ -2801,36 +2578,26 @@ }, { "code": "DeviceRequest", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "DeviceUsage" }, { "code": "DiagnosticReport", - "param": [ - "encounter" - ] - }, - { - "code": "DocumentManifest", - "param": [ - "related-ref" - ] + "param": [ "encounter" ] }, { "code": "DocumentReference", - "param": [ - "encounter" - ] + "param": [ "context" ] }, { "code": "Encounter", - "param": [ - "{def}" - ] + "param": [ "{def}" ] + }, + { + "code": "EncounterHistory", + "param": [ "encounter" ] }, { "code": "Endpoint" @@ -2861,9 +2628,7 @@ }, { "code": "ExplanationOfBenefit", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "FamilyMemberHistory" @@ -2871,6 +2636,12 @@ { "code": "Flag" }, + { + "code": "FormularyItem" + }, + { + "code": "GenomicStudy" + }, { "code": "Goal" }, @@ -2910,6 +2681,9 @@ { "code": "InsurancePlan" }, + { + "code": "InventoryItem" + }, { "code": "InventoryReport" }, @@ -2942,30 +2716,22 @@ }, { "code": "MedicationAdministration", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "MedicationDispense", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "MedicationKnowledge" }, { "code": "MedicationRequest", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { - "code": "MedicationUsage", - "param": [ - "encounter" - ] + "code": "MedicationStatement", + "param": [ "encounter" ] }, { "code": "MedicinalProductDefinition" @@ -2984,24 +2750,18 @@ }, { "code": "NutritionIntake", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "NutritionOrder", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "NutritionProduct" }, { "code": "Observation", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "ObservationDefinition" @@ -3047,9 +2807,7 @@ }, { "code": "Procedure", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "Provenance" @@ -3059,9 +2817,7 @@ }, { "code": "QuestionnaireResponse", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "RegulatedAuthorization" @@ -3070,10 +2826,11 @@ "code": "RelatedPerson" }, { - "code": "RequestGroup", - "param": [ - "encounter" - ] + "code": "RequestOrchestration", + "param": [ "encounter" ] + }, + { + "code": "Requirements" }, { "code": "ResearchStudy" @@ -3092,9 +2849,7 @@ }, { "code": "ServiceRequest", - "param": [ - "encounter" - ] + "param": [ "encounter" ] }, { "code": "Slot" @@ -3153,12 +2908,18 @@ { "code": "TerminologyCapabilities" }, + { + "code": "TestPlan" + }, { "code": "TestReport" }, { "code": "TestScript" }, + { + "code": "Transport" + }, { "code": "ValueSet" }, @@ -3167,12 +2928,10 @@ }, { "code": "VisionPrescription", - "param": [ - "encounter" - ] + "param": [ "encounter" ] } ] } } ] -} \ No newline at end of file +} diff --git a/src/Microsoft.Health.Fhir.Core/Data/R5/resourcepath-codesystem-mappings.json b/src/Microsoft.Health.Fhir.Core/Data/R5/resourcepath-codesystem-mappings.json index cc2bea0ffc..7877247cd2 100644 Binary files a/src/Microsoft.Health.Fhir.Core/Data/R5/resourcepath-codesystem-mappings.json and b/src/Microsoft.Health.Fhir.Core/Data/R5/resourcepath-codesystem-mappings.json differ diff --git a/src/Microsoft.Health.Fhir.Core/Data/R5/search-parameters.json b/src/Microsoft.Health.Fhir.Core/Data/R5/search-parameters.json index 1113a8e82e..4cdd7e2bf8 100644 --- a/src/Microsoft.Health.Fhir.Core/Data/R5/search-parameters.json +++ b/src/Microsoft.Health.Fhir.Core/Data/R5/search-parameters.json @@ -1,70459 +1,83949 @@ { - "resourceType" : "Bundle", - "id" : "searchParams", - "meta" : { - "lastUpdated" : "2021-12-19T08:15:41.873+11:00" - }, - "type" : "collection", - "entry" : [{ - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DomainResource-text", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DomainResource-text", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DomainResource-text", - "version" : "5.0.0-snapshot1", - "name" : "_text", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Search on the narrative of the resource", - "code" : "_text", - "base" : ["DomainResource"], - "type" : "special", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Resource-content", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Resource-content", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Resource-content", - "version" : "5.0.0-snapshot1", - "name" : "_content", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Search on the entire content of the resource", - "code" : "_content", - "base" : ["Resource"], - "type" : "special", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Resource-id", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Resource-id", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Resource-id", - "version" : "5.0.0-snapshot1", - "name" : "_id", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Logical id of this artifact", - "code" : "_id", - "base" : ["Resource"], - "type" : "token", - "expression" : "Resource.id", - "xpath" : "f:Resource/f:id", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Resource-lastUpdated", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated", - "version" : "5.0.0-snapshot1", - "name" : "_lastUpdated", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "When the resource version last changed", - "code" : "_lastUpdated", - "base" : ["Resource"], - "type" : "date", - "expression" : "Resource.meta.lastUpdated", - "xpath" : "f:Resource/f:meta/f:lastUpdated", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Resource-list", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Resource-list", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Resource-list", - "version" : "5.0.0-snapshot1", - "name" : "_list", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Allows for the retrieval of resources that are referenced by a List resource or by one of the pre-defined functional lists", - "code" : "_list", - "base" : ["Resource"], - "type" : "special", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Resource-profile", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Resource-profile", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Resource-profile", - "version" : "5.0.0-snapshot1", - "name" : "_profile", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Profiles this resource claims to conform to", - "code" : "_profile", - "base" : ["Resource"], - "type" : "reference", - "expression" : "Resource.meta.profile", - "xpath" : "f:Resource/f:meta/f:profile", - "xpathUsage" : "normal", - "target" : ["StructureDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Resource-query", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Resource-query", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Resource-query", - "version" : "5.0.0-snapshot1", - "name" : "_query", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A custom search profile that describes a specific defined query operation", - "code" : "_query", - "base" : ["Resource"], - "type" : "special", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Resource-security", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Resource-security", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Resource-security", - "version" : "5.0.0-snapshot1", - "name" : "_security", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Security Labels applied to this resource", - "code" : "_security", - "base" : ["Resource"], - "type" : "token", - "expression" : "Resource.meta.security", - "xpath" : "f:Resource/f:meta/f:security", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Resource-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Resource-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Resource-source", - "version" : "5.0.0-snapshot1", - "name" : "_source", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Identifies where the resource comes from", - "code" : "_source", - "base" : ["Resource"], - "type" : "uri", - "expression" : "Resource.meta.source", - "xpath" : "f:Resource/f:meta/f:source", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Resource-tag", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Resource-tag", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Resource-tag", - "version" : "5.0.0-snapshot1", - "name" : "_tag", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Tags applied to this resource", - "code" : "_tag", - "base" : ["Resource"], - "type" : "token", - "expression" : "Resource.meta.tag", - "xpath" : "f:Resource/f:meta/f:tag", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Account-guarantor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Account-guarantor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Account-guarantor", - "version" : "5.0.0-snapshot1", - "name" : "guarantor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The parties ultimately responsible for balancing the Account", - "code" : "guarantor", - "base" : ["Account"], - "type" : "reference", - "expression" : "Account.guarantor.party", - "xpath" : "f:Account/f:guarantor/f:party", - "xpathUsage" : "normal", - "target" : ["Organization", - "Patient", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Account-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Account-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Account-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Account number", - "code" : "identifier", - "base" : ["Account"], - "type" : "token", - "expression" : "Account.identifier", - "xpath" : "f:Account/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Account-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Account-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Account-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Human-readable label", - "code" : "name", - "base" : ["Account"], - "type" : "string", - "expression" : "Account.name", - "xpath" : "f:Account/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Account-owner", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Account-owner", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Account-owner", - "version" : "5.0.0-snapshot1", - "name" : "owner", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Entity managing the Account", - "code" : "owner", - "base" : ["Account"], - "type" : "reference", - "expression" : "Account.owner", - "xpath" : "f:Account/f:owner", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Account-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Account-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Account-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The entity that caused the expenses", - "code" : "patient", - "base" : ["Account"], - "type" : "reference", - "expression" : "Account.subject.where(resolve() is Patient)", - "xpath" : "f:Account/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Account-period", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Account-period", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Account-period", - "version" : "5.0.0-snapshot1", - "name" : "period", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Transaction window", - "code" : "period", - "base" : ["Account"], - "type" : "date", - "expression" : "Account.servicePeriod", - "xpath" : "f:Account/f:servicePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Account-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Account-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Account-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "active | inactive | entered-in-error | on-hold | unknown", - "code" : "status", - "base" : ["Account"], - "type" : "token", - "expression" : "Account.status", - "xpath" : "f:Account/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Account-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Account-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Account-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The entity that caused the expenses", - "code" : "subject", - "base" : ["Account"], - "type" : "reference", - "expression" : "Account.subject", - "xpath" : "f:Account/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Account-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Account-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Account-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "E.g. patient, expense, depreciation", - "code" : "type", - "base" : ["Account"], - "type" : "token", - "expression" : "Account.type", - "xpath" : "f:Account/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-composed-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-composed-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-composed-of", - "version" : "5.0.0-snapshot1", - "name" : "composed-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "composed-of", - "base" : ["ActivityDefinition"], - "type" : "reference", - "expression" : "ActivityDefinition.relatedArtifact.where(type='composed-of').resource", - "xpath" : "f:ActivityDefinition/f:relatedArtifact[f:type/@value='composed-of']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context assigned to the activity definition", - "code" : "context", - "base" : ["ActivityDefinition"], - "type" : "token", - "expression" : "(ActivityDefinition.useContext.value as CodeableConcept)", - "xpath" : "f:ActivityDefinition/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the activity definition", - "code" : "context-quantity", - "base" : ["ActivityDefinition"], - "type" : "quantity", - "expression" : "(ActivityDefinition.useContext.value as Quantity) | (ActivityDefinition.useContext.value as Range)", - "xpath" : "f:ActivityDefinition/f:useContext/f:valueQuantity | f:ActivityDefinition/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A type of use context assigned to the activity definition", - "code" : "context-type", - "base" : ["ActivityDefinition"], - "type" : "token", - "expression" : "ActivityDefinition.useContext.code", - "xpath" : "f:ActivityDefinition/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The activity definition publication date", - "code" : "date", - "base" : ["ActivityDefinition"], - "type" : "date", - "expression" : "ActivityDefinition.date", - "xpath" : "f:ActivityDefinition/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-depends-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-depends-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-depends-on", - "version" : "5.0.0-snapshot1", - "name" : "depends-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "depends-on", - "base" : ["ActivityDefinition"], - "type" : "reference", - "expression" : "ActivityDefinition.relatedArtifact.where(type='depends-on').resource | ActivityDefinition.library", - "xpath" : "f:ActivityDefinition/f:relatedArtifact[f:type/@value='depends-on']/f:resource | f:ActivityDefinition/f:library", - "xpathUsage" : "normal", - "target" : ["Library", - "Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-derived-from", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-derived-from", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-derived-from", - "version" : "5.0.0-snapshot1", - "name" : "derived-from", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "derived-from", - "base" : ["ActivityDefinition"], - "type" : "reference", - "expression" : "ActivityDefinition.relatedArtifact.where(type='derived-from').resource", - "xpath" : "f:ActivityDefinition/f:relatedArtifact[f:type/@value='derived-from']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The description of the activity definition", - "code" : "description", - "base" : ["ActivityDefinition"], - "type" : "string", - "expression" : "ActivityDefinition.description", - "xpath" : "f:ActivityDefinition/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-effective", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-effective", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-effective", - "version" : "5.0.0-snapshot1", - "name" : "effective", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The time during which the activity definition is intended to be in use", - "code" : "effective", - "base" : ["ActivityDefinition"], - "type" : "date", - "expression" : "ActivityDefinition.effectivePeriod", - "xpath" : "f:ActivityDefinition/f:effectivePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "External identifier for the activity definition", - "code" : "identifier", - "base" : ["ActivityDefinition"], - "type" : "token", - "expression" : "ActivityDefinition.identifier", - "xpath" : "f:ActivityDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the activity definition", - "code" : "jurisdiction", - "base" : ["ActivityDefinition"], - "type" : "token", - "expression" : "ActivityDefinition.jurisdiction", - "xpath" : "f:ActivityDefinition/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-kind", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-kind", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-kind", - "version" : "5.0.0-snapshot1", - "name" : "kind", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The kind of activity definition", - "code" : "kind", - "base" : ["ActivityDefinition"], - "type" : "token", - "expression" : "ActivityDefinition.kind", - "xpath" : "f:ActivityDefinition/f:kind", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Computationally friendly name of the activity definition", - "code" : "name", - "base" : ["ActivityDefinition"], - "type" : "string", - "expression" : "ActivityDefinition.name", - "xpath" : "f:ActivityDefinition/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-predecessor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-predecessor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-predecessor", - "version" : "5.0.0-snapshot1", - "name" : "predecessor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "predecessor", - "base" : ["ActivityDefinition"], - "type" : "reference", - "expression" : "ActivityDefinition.relatedArtifact.where(type='predecessor').resource", - "xpath" : "f:ActivityDefinition/f:relatedArtifact[f:type/@value='predecessor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Name of the publisher of the activity definition", - "code" : "publisher", - "base" : ["ActivityDefinition"], - "type" : "string", - "expression" : "ActivityDefinition.publisher", - "xpath" : "f:ActivityDefinition/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The current status of the activity definition", - "code" : "status", - "base" : ["ActivityDefinition"], - "type" : "token", - "expression" : "ActivityDefinition.status", - "xpath" : "f:ActivityDefinition/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-successor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-successor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-successor", - "version" : "5.0.0-snapshot1", - "name" : "successor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "successor", - "base" : ["ActivityDefinition"], - "type" : "reference", - "expression" : "ActivityDefinition.relatedArtifact.where(type='successor').resource", - "xpath" : "f:ActivityDefinition/f:relatedArtifact[f:type/@value='successor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The human-friendly name of the activity definition", - "code" : "title", - "base" : ["ActivityDefinition"], - "type" : "string", - "expression" : "ActivityDefinition.title", - "xpath" : "f:ActivityDefinition/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-topic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-topic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-topic", - "version" : "5.0.0-snapshot1", - "name" : "topic", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Topics associated with the module", - "code" : "topic", - "base" : ["ActivityDefinition"], - "type" : "token", - "expression" : "ActivityDefinition.topic", - "xpath" : "f:ActivityDefinition/f:topic", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The uri that identifies the activity definition", - "code" : "url", - "base" : ["ActivityDefinition"], - "type" : "uri", - "expression" : "ActivityDefinition.url", - "xpath" : "f:ActivityDefinition/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The business version of the activity definition", - "code" : "version", - "base" : ["ActivityDefinition"], - "type" : "token", - "expression" : "ActivityDefinition.version", - "xpath" : "f:ActivityDefinition/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the activity definition", - "code" : "context-type-quantity", - "base" : ["ActivityDefinition"], - "type" : "composite", - "expression" : "ActivityDefinition.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ActivityDefinition-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the activity definition", - "code" : "context-type-value", - "base" : ["ActivityDefinition"], - "type" : "composite", - "expression" : "ActivityDefinition.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-device", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdministrableProductDefinition-device", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-device", - "version" : "5.0.0-snapshot1", - "name" : "device", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A device that is integral to the medicinal product, in effect being considered as an \"ingredient\" of the medicinal product. This is not intended for devices that are just co-packaged", - "code" : "device", - "base" : ["AdministrableProductDefinition"], - "type" : "reference", - "expression" : "AdministrableProductDefinition.device", - "xpath" : "f:AdministrableProductDefinition/f:device", - "xpathUsage" : "normal", - "target" : ["DeviceDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-dose-form", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdministrableProductDefinition-dose-form", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-dose-form", - "version" : "5.0.0-snapshot1", - "name" : "dose-form", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The administrable dose form, i.e. the dose form of the final product after necessary reconstitution or processing", - "code" : "dose-form", - "base" : ["AdministrableProductDefinition"], - "type" : "token", - "expression" : "AdministrableProductDefinition.administrableDoseForm", - "xpath" : "f:AdministrableProductDefinition/f:administrableDoseForm", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-form-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdministrableProductDefinition-form-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-form-of", - "version" : "5.0.0-snapshot1", - "name" : "form-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The medicinal product that this is an administrable form of. This is not a reference to the item(s) that make up this administrable form - it is the whole product", - "code" : "form-of", - "base" : ["AdministrableProductDefinition"], - "type" : "reference", - "expression" : "AdministrableProductDefinition.formOf", - "xpath" : "f:AdministrableProductDefinition/f:formOf", - "xpathUsage" : "normal", - "target" : ["MedicinalProductDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdministrableProductDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "An identifier for the administrable product", - "code" : "identifier", - "base" : ["AdministrableProductDefinition"], - "type" : "token", - "expression" : "AdministrableProductDefinition.identifier", - "xpath" : "f:AdministrableProductDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-ingredient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdministrableProductDefinition-ingredient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-ingredient", - "version" : "5.0.0-snapshot1", - "name" : "ingredient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The ingredients of this administrable medicinal product", - "code" : "ingredient", - "base" : ["AdministrableProductDefinition"], - "type" : "token", - "expression" : "AdministrableProductDefinition.ingredient", - "xpath" : "f:AdministrableProductDefinition/f:ingredient", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-manufactured-item", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdministrableProductDefinition-manufactured-item", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-manufactured-item", - "version" : "5.0.0-snapshot1", - "name" : "manufactured-item", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The manufactured item(s) that this administrable product is produced from. Either a single item, or several that are mixed before administration (e.g. a power item and a solution item). Note that these are not raw ingredients", - "code" : "manufactured-item", - "base" : ["AdministrableProductDefinition"], - "type" : "reference", - "expression" : "AdministrableProductDefinition.producedFrom", - "xpath" : "f:AdministrableProductDefinition/f:producedFrom", - "xpathUsage" : "normal", - "target" : ["ManufacturedItemDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-route", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdministrableProductDefinition-route", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-route", - "version" : "5.0.0-snapshot1", - "name" : "route", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Coded expression for the route", - "code" : "route", - "base" : ["AdministrableProductDefinition"], - "type" : "token", - "expression" : "AdministrableProductDefinition.routeOfAdministration.code", - "xpath" : "f:AdministrableProductDefinition/f:routeOfAdministration/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-target-species", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdministrableProductDefinition-target-species", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-target-species", - "version" : "5.0.0-snapshot1", - "name" : "target-species", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Coded expression for the species", - "code" : "target-species", - "base" : ["AdministrableProductDefinition"], - "type" : "token", - "expression" : "AdministrableProductDefinition.routeOfAdministration.targetSpecies.code", - "xpath" : "f:AdministrableProductDefinition/f:routeOfAdministration/f:targetSpecies/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-actuality", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-actuality", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-actuality", - "version" : "5.0.0-snapshot1", - "name" : "actuality", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "actual | potential", - "code" : "actuality", - "base" : ["AdverseEvent"], - "type" : "token", - "expression" : "AdverseEvent.actuality", - "xpath" : "f:AdverseEvent/f:actuality", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "wrong-patient | procedure-mishap | medication-mishap | device | unsafe-physical-environment | hospital-aquired-infection | wrong-body-site", - "code" : "category", - "base" : ["AdverseEvent"], - "type" : "token", - "expression" : "AdverseEvent.category", - "xpath" : "f:AdverseEvent/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Event or incident that occurred or was averted", - "code" : "code", - "base" : ["AdverseEvent"], - "type" : "token", - "expression" : "AdverseEvent.code", - "xpath" : "f:AdverseEvent/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "When the event occurred", - "code" : "date", - "base" : ["AdverseEvent"], - "type" : "date", - "expression" : "AdverseEvent.occurrence", - "xpath" : "f:AdverseEvent/f:occurrenceDateTime | f:AdverseEvent/f:occurrencePeriod | f:AdverseEvent/f:occurrenceTiming", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Business identifier for the event", - "code" : "identifier", - "base" : ["AdverseEvent"], - "type" : "token", - "expression" : "AdverseEvent.identifier", - "xpath" : "f:AdverseEvent/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Location where adverse event occurred", - "code" : "location", - "base" : ["AdverseEvent"], - "type" : "reference", - "expression" : "AdverseEvent.location", - "xpath" : "f:AdverseEvent/f:location", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Subject impacted by event", - "code" : "patient", - "base" : ["AdverseEvent"], - "type" : "reference", - "expression" : "AdverseEvent.subject", - "xpath" : "f:AdverseEvent/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Patient", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-recorder", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder", - "version" : "5.0.0-snapshot1", - "name" : "recorder", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who recorded the adverse event", - "code" : "recorder", - "base" : ["AdverseEvent"], - "type" : "reference", - "expression" : "AdverseEvent.recorder", - "xpath" : "f:AdverseEvent/f:recorder", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingcondition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-resultingcondition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingcondition", - "version" : "5.0.0-snapshot1", - "name" : "resultingcondition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Effect on the subject due to this event", - "code" : "resultingcondition", - "base" : ["AdverseEvent"], - "type" : "reference", - "expression" : "AdverseEvent.resultingCondition", - "xpath" : "f:AdverseEvent/f:resultingCondition", - "xpathUsage" : "normal", - "target" : ["Condition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-seriousness", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness", - "version" : "5.0.0-snapshot1", - "name" : "seriousness", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Seriousness or gravity of the event", - "code" : "seriousness", - "base" : ["AdverseEvent"], - "type" : "token", - "expression" : "AdverseEvent.seriousness", - "xpath" : "f:AdverseEvent/f:seriousness", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "in-progress | completed | entered-in-error | unknown", - "code" : "status", - "base" : ["AdverseEvent"], - "type" : "token", - "expression" : "AdverseEvent.status", - "xpath" : "f:AdverseEvent/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-study", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-study", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-study", - "version" : "5.0.0-snapshot1", - "name" : "study", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Research study that the subject is enrolled in", - "code" : "study", - "base" : ["AdverseEvent"], - "type" : "reference", - "expression" : "AdverseEvent.study", - "xpath" : "f:AdverseEvent/f:study", - "xpathUsage" : "normal", - "target" : ["ResearchStudy"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Subject impacted by event", - "code" : "subject", - "base" : ["AdverseEvent"], - "type" : "reference", - "expression" : "AdverseEvent.subject", - "xpath" : "f:AdverseEvent/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Patient", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-substance", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AdverseEvent-substance", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AdverseEvent-substance", - "version" : "5.0.0-snapshot1", - "name" : "substance", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Refers to the specific entity that caused the adverse event", - "code" : "substance", - "base" : ["AdverseEvent"], - "type" : "reference", - "expression" : "(AdverseEvent.suspectEntity.instance as Reference)", - "xpath" : "f:AdverseEvent/f:suspectEntity/f:instanceReference", - "xpathUsage" : "normal", - "target" : ["Immunization", - "Device", - "Medication", - "Procedure", - "Substance", - "MedicationAdministration", - "MedicationUsage"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AllergyIntolerance-asserter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter", - "version" : "5.0.0-snapshot1", - "name" : "asserter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Source of the information about the allergy", - "code" : "asserter", - "base" : ["AllergyIntolerance"], - "type" : "reference", - "expression" : "AllergyIntolerance.asserter", - "xpath" : "f:AllergyIntolerance/f:asserter", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AllergyIntolerance-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "food | medication | environment | biologic", - "code" : "category", - "base" : ["AllergyIntolerance"], - "type" : "token", - "expression" : "AllergyIntolerance.category", - "xpath" : "f:AllergyIntolerance/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AllergyIntolerance-clinical-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status", - "version" : "5.0.0-snapshot1", - "name" : "clinical-status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "active | inactive | resolved", - "code" : "clinical-status", - "base" : ["AllergyIntolerance"], - "type" : "token", - "expression" : "AllergyIntolerance.clinicalStatus", - "xpath" : "f:AllergyIntolerance/f:clinicalStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/clinical-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "clinical-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/clinical-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance\r\n* [Condition](condition.html): Code for the condition\r\n* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered\r\n* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result\r\n* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code\r\n* [List](list.html): What the purpose of this list is\r\n* [Medication](medication.html): Returns medications for a specific code\r\n* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code\r\n* [MedicationUsage](medicationusage.html): Return statements of this medication code\r\n* [Observation](observation.html): The code of the observation type\r\n* [Procedure](procedure.html): A code to identify a procedure\r\n* [ServiceRequest](servicerequest.html): What is being requested/ordered\r\n", - "code" : "code", - "base" : ["AllergyIntolerance", - "Condition", - "DeviceRequest", - "DiagnosticReport", - "FamilyMemberHistory", - "List", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationRequest", - "MedicationUsage", - "Observation", - "Procedure", - "ServiceRequest"], - "type" : "token", - "expression" : "AllergyIntolerance.code | AllergyIntolerance.reaction.substance | Condition.code | DeviceRequest.code.concept | DiagnosticReport.code | FamilyMemberHistory.condition.code | List.code | Medication.code | MedicationAdministration.medication.concept | MedicationDispense.medication.concept | MedicationRequest.medication.concept | MedicationUsage.medication.concept | Observation.code | Procedure.code | ServiceRequest.code", - "xpath" : "f:AllergyIntolerance/f:code | f:AllergyIntolerance/f:reaction/f:substance | f:Condition/f:code | f:DeviceRequest/f:code/f:concept | f:DiagnosticReport/f:code | f:FamilyMemberHistory/f:condition/f:code | f:List/f:code | f:Medication/f:code | f:MedicationAdministration/f:medication/f:concept | f:MedicationDispense/f:medication/f:concept | f:MedicationRequest/f:medication/f:concept | f:MedicationUsage/f:medication/f:concept | f:Observation/f:code | f:Procedure/f:code | f:ServiceRequest/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AllergyIntolerance-criticality", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality", - "version" : "5.0.0-snapshot1", - "name" : "criticality", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "low | high | unable-to-assess", - "code" : "criticality", - "base" : ["AllergyIntolerance"], - "type" : "token", - "expression" : "AllergyIntolerance.criticality", - "xpath" : "f:AllergyIntolerance/f:criticality", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/clinical-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "clinical-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/clinical-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded\r\n* [CarePlan](careplan.html): Time period plan covers\r\n* [CareTeam](careteam.html): A date within the coverage time period.\r\n* [ClinicalImpression](clinicalimpression.html): When the assessment was documented\r\n* [Composition](composition.html): Composition editing time\r\n* [Consent](consent.html): When consent was agreed to\r\n* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report\r\n* [Encounter](encounter.html): A date within the actualPeriod the Encounter lasted\r\n* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period\r\n* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated\r\n* [Flag](flag.html): Time period when flag is active\r\n* [Immunization](immunization.html): Vaccination (non)-Administration Date\r\n* [List](list.html): When the list was prepared\r\n* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period\r\n* [Procedure](procedure.html): When the procedure occurred or is occurring\r\n* [RiskAssessment](riskassessment.html): When was assessment made?\r\n* [SupplyRequest](supplyrequest.html): When the request was made\r\n", - "code" : "date", - "base" : ["AllergyIntolerance", - "CarePlan", - "CareTeam", - "ClinicalImpression", - "Composition", - "Consent", - "DiagnosticReport", - "Encounter", - "EpisodeOfCare", - "FamilyMemberHistory", - "Flag", - "Immunization", - "List", - "Observation", - "Procedure", - "RiskAssessment", - "SupplyRequest"], - "type" : "date", - "expression" : "AllergyIntolerance.recordedDate | CarePlan.period | ClinicalImpression.date | Composition.date | Consent.dateTime | DiagnosticReport.effective | Encounter.actualPeriod | EpisodeOfCare.period | FamilyMemberHistory.date | Flag.period | (Immunization.occurrence as dateTime) | List.date | Observation.effective | Procedure.occurrence | (RiskAssessment.occurrence as dateTime) | SupplyRequest.authoredOn", - "xpath" : "f:AllergyIntolerance/f:recordedDate | f:CarePlan/f:period | f:ClinicalImpression/f:date | f:Composition/f:date | f:Consent/f:dateTime | f:DiagnosticReport/f:effectiveDateTime | f:DiagnosticReport/f:effectivePeriod | f:Encounter/f:actualPeriod | f:EpisodeOfCare/f:period | f:FamilyMemberHistory/f:date | f:Flag/f:period | f:Immunization/f:occurrenceDateTime | f:List/f:date | f:Observation/f:effectiveDateTime | f:Observation/f:effectivePeriod | f:Observation/f:effectiveTiming | f:Observation/f:effectiveInstant | f:Procedure/f:occurrenceDateTime | f:Procedure/f:occurrencePeriod | f:Procedure/f:occurrenceString | f:Procedure/f:occurrenceAge | f:Procedure/f:occurrenceRange | f:Procedure/f:occurrenceTiming | f:RiskAssessment/f:occurrenceDateTime | f:SupplyRequest/f:authoredOn", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/clinical-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "clinical-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/clinical-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): External ids for this item\r\n* [CarePlan](careplan.html): External Ids for this plan\r\n* [CareTeam](careteam.html): External Ids for this team\r\n* [Composition](composition.html): Version-independent identifier for the Composition\r\n* [Condition](condition.html): A unique identifier of the condition record\r\n* [Consent](consent.html): Identifier for this record (external references)\r\n* [DetectedIssue](detectedissue.html): Unique id for the detected issue\r\n* [DeviceRequest](devicerequest.html): Business identifier for request/order\r\n* [DiagnosticReport](diagnosticreport.html): An identifier for the report\r\n* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents\r\n* [DocumentReference](documentreference.html): Identifier of the attachment binary\r\n* [Encounter](encounter.html): Identifier(s) by which this encounter is known\r\n* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare\r\n* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier\r\n* [Goal](goal.html): External Ids for this goal\r\n* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID\r\n* [Immunization](immunization.html): Business identifier\r\n* [List](list.html): Business identifier\r\n* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier\r\n* [MedicationUsage](medicationusage.html): Return statements with this external identifier\r\n* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier\r\n* [Observation](observation.html): The unique id for a particular observation\r\n* [Procedure](procedure.html): A unique identifier for a procedure\r\n* [RiskAssessment](riskassessment.html): Unique identifier for the assessment\r\n* [ServiceRequest](servicerequest.html): Identifiers assigned to this order\r\n* [SupplyDelivery](supplydelivery.html): External identifier\r\n* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest\r\n* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier\r\n", - "code" : "identifier", - "base" : ["AllergyIntolerance", - "CarePlan", - "CareTeam", - "Composition", - "Condition", - "Consent", - "DetectedIssue", - "DeviceRequest", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "EpisodeOfCare", - "FamilyMemberHistory", - "Goal", - "ImagingStudy", - "Immunization", - "List", - "MedicationAdministration", - "MedicationDispense", - "MedicationRequest", - "MedicationUsage", - "NutritionOrder", - "Observation", - "Procedure", - "RiskAssessment", - "ServiceRequest", - "SupplyDelivery", - "SupplyRequest", - "VisionPrescription"], - "type" : "token", - "expression" : "AllergyIntolerance.identifier | CarePlan.identifier | CareTeam.identifier | Composition.identifier | Condition.identifier | Consent.identifier | DetectedIssue.identifier | DeviceRequest.identifier | DiagnosticReport.identifier | DocumentManifest.masterIdentifier | DocumentManifest.identifier | DocumentReference.content.identifier | DocumentReference.identifier | Encounter.identifier | EpisodeOfCare.identifier | FamilyMemberHistory.identifier | Goal.identifier | ImagingStudy.identifier | Immunization.identifier | List.identifier | MedicationAdministration.identifier | MedicationDispense.identifier | MedicationRequest.identifier | MedicationUsage.identifier | NutritionOrder.identifier | Observation.identifier | Procedure.identifier | RiskAssessment.identifier | ServiceRequest.identifier | SupplyDelivery.identifier | SupplyRequest.identifier | VisionPrescription.identifier", - "xpath" : "f:AllergyIntolerance/f:identifier | f:CarePlan/f:identifier | f:CareTeam/f:identifier | f:Composition/f:identifier | f:Condition/f:identifier | f:Consent/f:identifier | f:DetectedIssue/f:identifier | f:DeviceRequest/f:identifier | f:DiagnosticReport/f:identifier | f:DocumentManifest/f:masterIdentifier | f:DocumentManifest/f:identifier | f:DocumentReference/f:content/f:identifier | f:DocumentReference/f:identifier | f:Encounter/f:identifier | f:EpisodeOfCare/f:identifier | f:FamilyMemberHistory/f:identifier | f:Goal/f:identifier | f:ImagingStudy/f:identifier | f:Immunization/f:identifier | f:List/f:identifier | f:MedicationAdministration/f:identifier | f:MedicationDispense/f:identifier | f:MedicationRequest/f:identifier | f:MedicationUsage/f:identifier | f:NutritionOrder/f:identifier | f:Observation/f:identifier | f:Procedure/f:identifier | f:RiskAssessment/f:identifier | f:ServiceRequest/f:identifier | f:SupplyDelivery/f:identifier | f:SupplyRequest/f:identifier | f:VisionPrescription/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AllergyIntolerance-last-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date", - "version" : "5.0.0-snapshot1", - "name" : "last-date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Date(/time) of last known occurrence of a reaction", - "code" : "last-date", - "base" : ["AllergyIntolerance"], - "type" : "date", - "expression" : "AllergyIntolerance.lastOccurrence", - "xpath" : "f:AllergyIntolerance/f:lastOccurrence", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AllergyIntolerance-manifestation-code", - "url" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-code", - "version" : "5.0.0-snapshot1", - "name" : "manifestation-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Clinical symptoms/signs associated with the Event", - "code" : "manifestation-code", - "base" : ["AllergyIntolerance"], - "type" : "token", - "expression" : "AllergyIntolerance.reaction.manifestation.concept", - "xpath" : "f:AllergyIntolerance/f:reaction/f:manifestation/f:concept" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AllergyIntolerance-manifestation-reference", - "url" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-reference", - "version" : "5.0.0-snapshot1", - "name" : "manifestation-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Clinical symptoms/signs associated with the Event", - "code" : "manifestation-reference", - "base" : ["AllergyIntolerance"], - "type" : "reference", - "expression" : "AllergyIntolerance.reaction.manifestation.reference", - "xpath" : "f:AllergyIntolerance/f:reaction/f:manifestation/f:reference" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/clinical-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "clinical-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/clinical-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for\r\n* [CarePlan](careplan.html): Who the care plan is for\r\n* [CareTeam](careteam.html): Who care team is for\r\n* [ClinicalImpression](clinicalimpression.html): Patient assessed\r\n* [Composition](composition.html): Who and/or what the composition is about\r\n* [Condition](condition.html): Who has the condition?\r\n* [Consent](consent.html): Who the consent applies to\r\n* [DetectedIssue](detectedissue.html): Associated patient\r\n* [DeviceRequest](devicerequest.html): Individual the service is ordered for\r\n* [DeviceUsage](deviceusage.html): Search by patient who used / uses the device\r\n* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentManifest](documentmanifest.html): The subject of the set of documents\r\n* [DocumentReference](documentreference.html): Who/what is the subject of the document\r\n* [Encounter](encounter.html): The patient present at the encounter\r\n* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care\r\n* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](flag.html): The identity of a subject to list flags for\r\n* [Goal](goal.html): Who this goal is intended for\r\n* [ImagingStudy](imagingstudy.html): Who the study is about\r\n* [Immunization](immunization.html): The patient for the vaccination record\r\n* [List](list.html): If all resources have the same subject\r\n* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for\r\n* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for\r\n* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationUsage](medicationusage.html): Returns statements for a specific patient.\r\n* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement\r\n* [Observation](observation.html): The subject that the observation is about (if patient)\r\n* [Procedure](procedure.html): Search by subject - a patient\r\n* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](servicerequest.html): Search by subject - a patient\r\n* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied\r\n* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for\r\n", - "code" : "patient", - "base" : ["AllergyIntolerance", - "CarePlan", - "CareTeam", - "ClinicalImpression", - "Composition", - "Condition", - "Consent", - "DetectedIssue", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "EpisodeOfCare", - "FamilyMemberHistory", - "Flag", - "Goal", - "ImagingStudy", - "Immunization", - "List", - "MedicationAdministration", - "MedicationDispense", - "MedicationRequest", - "MedicationUsage", - "NutritionOrder", - "Observation", - "Procedure", - "RiskAssessment", - "ServiceRequest", - "SupplyDelivery", - "VisionPrescription"], - "type" : "reference", - "expression" : "AllergyIntolerance.patient | CarePlan.subject.where(resolve() is Patient) | CareTeam.subject.where(resolve() is Patient) | ClinicalImpression.subject.where(resolve() is Patient) | Composition.subject.where(resolve() is Patient) | Condition.subject.where(resolve() is Patient) | Consent.subject.where(resolve() is Patient) | DetectedIssue.patient | DeviceRequest.subject.where(resolve() is Patient) | DeviceUsage.patient | DiagnosticReport.subject.where(resolve() is Patient) | DocumentManifest.subject.where(resolve() is Patient) | DocumentReference.subject.where(resolve() is Patient) | Encounter.subject.where(resolve() is Patient) | EpisodeOfCare.patient | FamilyMemberHistory.patient | Flag.subject.where(resolve() is Patient) | Goal.subject.where(resolve() is Patient) | ImagingStudy.subject.where(resolve() is Patient) | Immunization.patient | List.subject.where(resolve() is Patient) | MedicationAdministration.subject.where(resolve() is Patient) | MedicationDispense.subject.where(resolve() is Patient) | MedicationRequest.subject.where(resolve() is Patient) | MedicationUsage.subject.where(resolve() is Patient) | NutritionOrder.patient | Observation.subject.where(resolve() is Patient) | Procedure.subject.where(resolve() is Patient) | RiskAssessment.subject.where(resolve() is Patient) | ServiceRequest.subject.where(resolve() is Patient) | SupplyDelivery.patient | VisionPrescription.patient", - "xpath" : "f:AllergyIntolerance/f:patient | f:CarePlan/f:subject | f:CareTeam/f:subject | f:ClinicalImpression/f:subject | f:Composition/f:subject | f:Condition/f:subject | f:Consent/f:subject | f:DetectedIssue/f:patient | f:DeviceRequest/f:subject | f:DeviceUsage/f:patient | f:DiagnosticReport/f:subject | f:DocumentManifest/f:subject | f:DocumentReference/f:subject | f:Encounter/f:subject | f:EpisodeOfCare/f:patient | f:FamilyMemberHistory/f:patient | f:Flag/f:subject | f:Goal/f:subject | f:ImagingStudy/f:subject | f:Immunization/f:patient | f:List/f:subject | f:MedicationAdministration/f:subject | f:MedicationDispense/f:subject | f:MedicationRequest/f:subject | f:MedicationUsage/f:subject | f:NutritionOrder/f:patient | f:Observation/f:subject | f:Procedure/f:subject | f:RiskAssessment/f:subject | f:ServiceRequest/f:subject | f:SupplyDelivery/f:patient | f:VisionPrescription/f:patient", - "xpathUsage" : "normal", - "target" : ["Patient", "Group"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AllergyIntolerance-recorder", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder", - "version" : "5.0.0-snapshot1", - "name" : "recorder", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who recorded the sensitivity", - "code" : "recorder", - "base" : ["AllergyIntolerance"], - "type" : "reference", - "expression" : "AllergyIntolerance.recorder", - "xpath" : "f:AllergyIntolerance/f:recorder", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AllergyIntolerance-route", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route", - "version" : "5.0.0-snapshot1", - "name" : "route", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "How the subject was exposed to the substance", - "code" : "route", - "base" : ["AllergyIntolerance"], - "type" : "token", - "expression" : "AllergyIntolerance.reaction.exposureRoute", - "xpath" : "f:AllergyIntolerance/f:reaction/f:exposureRoute", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AllergyIntolerance-severity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity", - "version" : "5.0.0-snapshot1", - "name" : "severity", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "mild | moderate | severe (of event as a whole)", - "code" : "severity", - "base" : ["AllergyIntolerance"], - "type" : "token", - "expression" : "AllergyIntolerance.reaction.severity", - "xpath" : "f:AllergyIntolerance/f:reaction/f:severity", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/clinical-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "clinical-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/clinical-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)\r\n* [Composition](composition.html): Kind of composition (LOINC if possible)\r\n* [DocumentManifest](documentmanifest.html): Kind of document set\r\n* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)\r\n* [Encounter](encounter.html): Specific type of encounter\r\n* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management\r\n", - "code" : "type", - "base" : ["AllergyIntolerance", - "Composition", - "DocumentManifest", - "DocumentReference", - "Encounter", - "EpisodeOfCare"], - "type" : "token", - "expression" : "AllergyIntolerance.type | Composition.type | DocumentManifest.type | DocumentReference.type | Encounter.type | EpisodeOfCare.type", - "xpath" : "f:AllergyIntolerance/f:type | f:Composition/f:type | f:DocumentManifest/f:type | f:DocumentReference/f:type | f:Encounter/f:type | f:EpisodeOfCare/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AllergyIntolerance-verification-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status", - "version" : "5.0.0-snapshot1", - "name" : "verification-status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "unconfirmed | presumed | confirmed | refuted | entered-in-error", - "code" : "verification-status", - "base" : ["AllergyIntolerance"], - "type" : "token", - "expression" : "AllergyIntolerance.verificationStatus", - "xpath" : "f:AllergyIntolerance/f:verificationStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-actor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-actor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-actor", - "version" : "5.0.0-snapshot1", - "name" : "actor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Any one of the individuals participating in the appointment", - "code" : "actor", - "base" : ["Appointment"], - "type" : "reference", - "expression" : "Appointment.participant.actor", - "xpath" : "f:Appointment/f:participant/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-appointment-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-appointment-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-appointment-type", - "version" : "5.0.0-snapshot1", - "name" : "appointment-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The style of appointment or patient that has been booked in the slot (not service type)", - "code" : "appointment-type", - "base" : ["Appointment"], - "type" : "token", - "expression" : "Appointment.appointmentType", - "xpath" : "f:Appointment/f:appointmentType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The service request this appointment is allocated to assess", - "code" : "based-on", - "base" : ["Appointment"], - "type" : "reference", - "expression" : "Appointment.basedOn", - "xpath" : "f:Appointment/f:basedOn", - "xpathUsage" : "normal", - "target" : ["ServiceRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Appointment date/time.", - "code" : "date", - "base" : ["Appointment"], - "type" : "date", - "expression" : "(start | requestedPeriod.start).first()", - "xpath" : "f:Appointment/f:start", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-group", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-group", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-group", - "version" : "5.0.0-snapshot1", - "name" : "group", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "One of the individuals of the appointment is this patient", - "code" : "group", - "base" : ["Appointment"], - "type" : "reference", - "expression" : "Appointment.participant.actor.where(resolve() is Group) | Appointment.subject.where(resolve() is Group)", - "xpath" : "f:Appointment/f:participant/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "An Identifier of the Appointment", - "code" : "identifier", - "base" : ["Appointment"], - "type" : "token", - "expression" : "Appointment.identifier", - "xpath" : "f:Appointment/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "This location is listed in the participants of the appointment", - "code" : "location", - "base" : ["Appointment"], - "type" : "reference", - "expression" : "Appointment.participant.actor.where(resolve() is Location)", - "xpath" : "f:Appointment/f:participant/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-part-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-part-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-part-status", - "version" : "5.0.0-snapshot1", - "name" : "part-status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The Participation status of the subject, or other participant on the appointment. Can be used to locate participants that have not responded to meeting requests.", - "code" : "part-status", - "base" : ["Appointment"], - "type" : "token", - "expression" : "Appointment.participant.status", - "xpath" : "f:Appointment/f:participant/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "One of the individuals of the appointment is this patient", - "code" : "patient", - "base" : ["Appointment"], - "type" : "reference", - "expression" : "Appointment.participant.actor.where(resolve() is Patient) | Appointment.subject.where(resolve() is Patient)", - "xpath" : "f:Appointment/f:participant/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-practitioner", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-practitioner", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-practitioner", - "version" : "5.0.0-snapshot1", - "name" : "practitioner", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "One of the individuals of the appointment is this practitioner", - "code" : "practitioner", - "base" : ["Appointment"], - "type" : "reference", - "expression" : "Appointment.participant.actor.where(resolve() is Practitioner)", - "xpath" : "f:Appointment/f:participant/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-reason-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-reason-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-reason-code", - "version" : "5.0.0-snapshot1", - "name" : "reason-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Reference to a concept (by class)", - "code" : "reason-code", - "base" : ["Appointment"], - "type" : "token", - "expression" : "Appointment.reason.concept", - "xpath" : "f:Appointment/f:reason/f:concept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-reason-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-reason-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-reason-reference", - "version" : "5.0.0-snapshot1", - "name" : "reason-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Reference to a resource (by instance)", - "code" : "reason-reference", - "base" : ["Appointment"], - "type" : "reference", - "expression" : "Appointment.reason.reference", - "xpath" : "f:Appointment/f:reason/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-requested-period", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-requested-period", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-requested-period", - "version" : "5.0.0-snapshot1", - "name" : "requested-period", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "During what period was the Appointment requested to take place", - "code" : "requested-period", - "base" : ["Appointment"], - "type" : "date", - "expression" : "requestedPeriod", - "xpath" : "f:Appointment/f:requestedPeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-service-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-service-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-service-category", - "version" : "5.0.0-snapshot1", - "name" : "service-category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A broad categorization of the service that is to be performed during this appointment", - "code" : "service-category", - "base" : ["Appointment"], - "type" : "token", - "expression" : "Appointment.serviceCategory", - "xpath" : "f:Appointment/f:serviceCategory", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-service-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-service-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-service-type", - "version" : "5.0.0-snapshot1", - "name" : "service-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The specific service that is to be performed during this appointment", - "code" : "service-type", - "base" : ["Appointment"], - "type" : "token", - "expression" : "Appointment.serviceType", - "xpath" : "f:Appointment/f:serviceType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-slot", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-slot", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-slot", - "version" : "5.0.0-snapshot1", - "name" : "slot", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The slots that this appointment is filling", - "code" : "slot", - "base" : ["Appointment"], - "type" : "reference", - "expression" : "Appointment.slot", - "xpath" : "f:Appointment/f:slot", - "xpathUsage" : "normal", - "target" : ["Slot"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-specialty", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-specialty", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-specialty", - "version" : "5.0.0-snapshot1", - "name" : "specialty", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The specialty of a practitioner that would be required to perform the service requested in this appointment", - "code" : "specialty", - "base" : ["Appointment"], - "type" : "token", - "expression" : "Appointment.specialty", - "xpath" : "f:Appointment/f:specialty", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The overall status of the appointment", - "code" : "status", - "base" : ["Appointment"], - "type" : "token", - "expression" : "Appointment.status", - "xpath" : "f:Appointment/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "One of the individuals of the appointment is this patient", - "code" : "subject", - "base" : ["Appointment"], - "type" : "reference", - "expression" : "Appointment.subject", - "xpath" : "f:Appointment/f:participant/f:actor", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Appointment-supporting-info", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Appointment-supporting-info", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Appointment-supporting-info", - "version" : "5.0.0-snapshot1", - "name" : "supporting-info", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Additional information to support the appointment", - "code" : "supporting-info", - "base" : ["Appointment"], - "type" : "reference", - "expression" : "Appointment.supportingInformation", - "xpath" : "f:Appointment/f:supportingInformation", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-actor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AppointmentResponse-actor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-actor", - "version" : "5.0.0-snapshot1", - "name" : "actor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The Person, Location/HealthcareService or Device that this appointment response replies for", - "code" : "actor", - "base" : ["AppointmentResponse"], - "type" : "reference", - "expression" : "AppointmentResponse.actor", - "xpath" : "f:AppointmentResponse/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AppointmentResponse-appointment", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment", - "version" : "5.0.0-snapshot1", - "name" : "appointment", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The appointment that the response is attached to", - "code" : "appointment", - "base" : ["AppointmentResponse"], - "type" : "reference", - "expression" : "AppointmentResponse.appointment", - "xpath" : "f:AppointmentResponse/f:appointment", - "xpathUsage" : "normal", - "target" : ["Appointment"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-group", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AppointmentResponse-group", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-group", - "version" : "5.0.0-snapshot1", - "name" : "group", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "This Response is for this Group", - "code" : "group", - "base" : ["AppointmentResponse"], - "type" : "reference", - "expression" : "AppointmentResponse.actor.where(resolve() is Group)", - "xpath" : "f:AppointmentResponse/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AppointmentResponse-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "An Identifier in this appointment response", - "code" : "identifier", - "base" : ["AppointmentResponse"], - "type" : "token", - "expression" : "AppointmentResponse.identifier", - "xpath" : "f:AppointmentResponse/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AppointmentResponse-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "This Response is for this Location", - "code" : "location", - "base" : ["AppointmentResponse"], - "type" : "reference", - "expression" : "AppointmentResponse.actor.where(resolve() is Location)", - "xpath" : "f:AppointmentResponse/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-part-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AppointmentResponse-part-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-part-status", - "version" : "5.0.0-snapshot1", - "name" : "part-status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The participants acceptance status for this appointment", - "code" : "part-status", - "base" : ["AppointmentResponse"], - "type" : "token", - "expression" : "AppointmentResponse.participantStatus", - "xpath" : "f:AppointmentResponse/f:participantStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AppointmentResponse-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "This Response is for this Patient", - "code" : "patient", - "base" : ["AppointmentResponse"], - "type" : "reference", - "expression" : "AppointmentResponse.actor.where(resolve() is Patient)", - "xpath" : "f:AppointmentResponse/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-practitioner", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AppointmentResponse-practitioner", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AppointmentResponse-practitioner", - "version" : "5.0.0-snapshot1", - "name" : "practitioner", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "This Response is for this Practitioner", - "code" : "practitioner", - "base" : ["AppointmentResponse"], - "type" : "reference", - "expression" : "AppointmentResponse.actor.where(resolve() is Practitioner)", - "xpath" : "f:AppointmentResponse/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ArtifactAssessment-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ArtifactAssessment-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ArtifactAssessment-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The artifact assessment publication date", - "code" : "date", - "base" : ["ArtifactAssessment"], - "type" : "date", - "expression" : "ArtifactAssessment.date", - "xpath" : "f:ArtifactAssessment/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-action", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-action", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-action", - "version" : "5.0.0-snapshot1", - "name" : "action", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Type of action performed during the event", - "code" : "action", - "base" : ["AuditEvent"], - "type" : "token", - "expression" : "AuditEvent.action", - "xpath" : "f:AuditEvent/f:action", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-agent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-agent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-agent", - "version" : "5.0.0-snapshot1", - "name" : "agent", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Identifier of who", - "code" : "agent", - "base" : ["AuditEvent"], - "type" : "reference", - "expression" : "AuditEvent.agent.who", - "xpath" : "f:AuditEvent/f:agent/f:who", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-agent-role", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role", - "version" : "5.0.0-snapshot1", - "name" : "agent-role", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Agent role in the event", - "code" : "agent-role", - "base" : ["AuditEvent"], - "type" : "token", - "expression" : "AuditEvent.agent.role", - "xpath" : "f:AuditEvent/f:agent/f:role", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Reference to the service request.", - "code" : "based-on", - "base" : ["AuditEvent"], - "type" : "reference", - "expression" : "AuditEvent.basedOn", - "xpath" : "f:AuditEvent/f:basedOn", - "xpathUsage" : "normal", - "target" : ["CarePlan", - "MedicationRequest", - "Task", - "NutritionOrder", - "DeviceRequest", - "ServiceRequest", - "ImmunizationRecommendation"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Category of event", - "code" : "category", - "base" : ["AuditEvent"], - "type" : "token", - "expression" : "AuditEvent.category", - "xpath" : "f:AuditEvent/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "More specific code for the event", - "code" : "code", - "base" : ["AuditEvent"], - "type" : "token", - "expression" : "AuditEvent.code", - "xpath" : "f:AuditEvent/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Time when the event was recorded", - "code" : "date", - "base" : ["AuditEvent"], - "type" : "date", - "expression" : "AuditEvent.recorded", - "xpath" : "f:AuditEvent/f:recorded", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Encounter related to the activity recorded in the AuditEvent", - "code" : "encounter", - "base" : ["AuditEvent"], - "type" : "reference", - "expression" : "AuditEvent.encounter", - "xpath" : "f:AuditEvent/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-entity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-entity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-entity", - "version" : "5.0.0-snapshot1", - "name" : "entity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Specific instance of resource", - "code" : "entity", - "base" : ["AuditEvent"], - "type" : "reference", - "expression" : "AuditEvent.entity.what", - "xpath" : "f:AuditEvent/f:entity/f:what", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-entity-role", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role", - "version" : "5.0.0-snapshot1", - "name" : "entity-role", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "What role the entity played", - "code" : "entity-role", - "base" : ["AuditEvent"], - "type" : "token", - "expression" : "AuditEvent.entity.role", - "xpath" : "f:AuditEvent/f:entity/f:role", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-outcome", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-outcome", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-outcome", - "version" : "5.0.0-snapshot1", - "name" : "outcome", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Whether the event succeeded or failed", - "code" : "outcome", - "base" : ["AuditEvent"], - "type" : "token", - "expression" : "AuditEvent.outcome.code", - "xpath" : "f:AuditEvent/f:outcome/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Identifier of who", - "code" : "patient", - "base" : ["AuditEvent"], - "type" : "reference", - "expression" : "AuditEvent.agent.who.where(resolve() is Patient) | AuditEvent.entity.what.where(resolve() is Patient)", - "xpath" : "f:AuditEvent/f:agent/f:who | f:AuditEvent/f:entity/f:what", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "PractitionerRole", - "Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "OrganizationAffiliation", - "PackagedProductDefinition", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-policy", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-policy", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-policy", - "version" : "5.0.0-snapshot1", - "name" : "policy", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Policy that authorized event", - "code" : "policy", - "base" : ["AuditEvent"], - "type" : "uri", - "expression" : "AuditEvent.agent.policy", - "xpath" : "f:AuditEvent/f:agent/f:policy", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-purpose", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-purpose", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-purpose", - "version" : "5.0.0-snapshot1", - "name" : "purpose", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "The authorization (purposeOfUse) of the event", - "code" : "purpose", - "base" : ["AuditEvent"], - "type" : "token", - "expression" : "AuditEvent.authorization | AuditEvent.agent.authorization", - "xpath" : "f:AuditEvent/f:authorization | f:AuditEvent/f:agent/f:authorization", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/AuditEvent-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "AuditEvent-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/AuditEvent-source", - "version" : "5.0.0-snapshot1", - "name" : "source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "The identity of source detecting the event", - "code" : "source", - "base" : ["AuditEvent"], - "type" : "reference", - "expression" : "AuditEvent.source.observer", - "xpath" : "f:AuditEvent/f:source/f:observer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Basic-author", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Basic-author", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Basic-author", - "version" : "5.0.0-snapshot1", - "name" : "author", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Who created", - "code" : "author", - "base" : ["Basic"], - "type" : "reference", - "expression" : "Basic.author", - "xpath" : "f:Basic/f:author", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Basic-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Basic-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Basic-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Kind of Resource", - "code" : "code", - "base" : ["Basic"], - "type" : "token", - "expression" : "Basic.code", - "xpath" : "f:Basic/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Basic-created", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Basic-created", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Basic-created", - "version" : "5.0.0-snapshot1", - "name" : "created", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "When created", - "code" : "created", - "base" : ["Basic"], - "type" : "date", - "expression" : "Basic.created", - "xpath" : "f:Basic/f:created", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Basic-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Basic-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Basic-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Business identifier", - "code" : "identifier", - "base" : ["Basic"], - "type" : "token", - "expression" : "Basic.identifier", - "xpath" : "f:Basic/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Basic-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Basic-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Basic-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Identifies the focus of this resource", - "code" : "patient", - "base" : ["Basic"], - "type" : "reference", - "expression" : "Basic.subject.where(resolve() is Patient)", - "xpath" : "f:Basic/f:subject", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Basic-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Basic-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Basic-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Identifies the focus of this resource", - "code" : "subject", - "base" : ["Basic"], - "type" : "reference", - "expression" : "Basic.subject", - "xpath" : "f:Basic/f:subject", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-biological-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "BiologicallyDerivedProduct-biological-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-biological-source", - "version" : "5.0.0-snapshot1", - "name" : "biological-source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The biological source for the biologically derived product", - "code" : "biological-source", - "base" : ["BiologicallyDerivedProduct"], - "type" : "token", - "expression" : "BiologicallyDerivedProduct.biologicalSource", - "xpath" : "f:BiologicallyDerivedProduct/f:biologicalSource", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/BodyStructure-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "BodyStructure-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/BodyStructure-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Bodystructure identifier", - "code" : "identifier", - "base" : ["BodyStructure"], - "type" : "token", - "expression" : "BodyStructure.identifier", - "xpath" : "f:BodyStructure/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/BodyStructure-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "BodyStructure-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/BodyStructure-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Body site", - "code" : "location", - "base" : ["BodyStructure"], - "type" : "token", - "expression" : "BodyStructure.location", - "xpath" : "f:BodyStructure/f:location", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/BodyStructure-morphology", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "BodyStructure-morphology", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/BodyStructure-morphology", - "version" : "5.0.0-snapshot1", - "name" : "morphology", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Kind of Structure", - "code" : "morphology", - "base" : ["BodyStructure"], - "type" : "token", - "expression" : "BodyStructure.morphology", - "xpath" : "f:BodyStructure/f:morphology", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/BodyStructure-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "BodyStructure-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/BodyStructure-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who this is about", - "code" : "patient", - "base" : ["BodyStructure"], - "type" : "reference", - "expression" : "BodyStructure.patient", - "xpath" : "f:BodyStructure/f:patient", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Bundle-composition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Bundle-composition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Bundle-composition", - "version" : "5.0.0-snapshot1", - "name" : "composition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The first resource in the bundle, if the bundle type is \"document\" - this is a composition, and this parameter provides access to search its contents", - "code" : "composition", - "base" : ["Bundle"], - "type" : "reference", - "expression" : "Bundle.entry[0].resource", - "xpath" : "f:Bundle/f:entry[0]/f:resource", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Bundle-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Bundle-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Bundle-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Persistent identifier for the bundle", - "code" : "identifier", - "base" : ["Bundle"], - "type" : "token", - "expression" : "Bundle.identifier", - "xpath" : "f:Bundle/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Bundle-message", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Bundle-message", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Bundle-message", - "version" : "5.0.0-snapshot1", - "name" : "message", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The first resource in the bundle, if the bundle type is \"message\" - this is a message header, and this parameter provides access to search its contents", - "code" : "message", - "base" : ["Bundle"], - "type" : "reference", - "expression" : "Bundle.entry[0].resource", - "xpath" : "f:Bundle/f:entry[0]/f:resource", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Bundle-timestamp", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Bundle-timestamp", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Bundle-timestamp", - "version" : "5.0.0-snapshot1", - "name" : "timestamp", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "When the bundle was assembled", - "code" : "timestamp", - "base" : ["Bundle"], - "type" : "date", - "expression" : "Bundle.timestamp", - "xpath" : "f:Bundle/f:timestamp", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Bundle-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Bundle-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Bundle-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection | subscription-notification", - "code" : "type", - "base" : ["Bundle"], - "type" : "token", - "expression" : "Bundle.type", - "xpath" : "f:Bundle/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): A use context assigned to the capability statement\r\n* [CodeSystem](codesystem.html): A use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html): A use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context assigned to the implementation guide\r\n* [MessageDefinition](messagedefinition.html): A use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context assigned to the operation definition\r\n* [SearchParameter](searchparameter.html): A use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context assigned to the terminology capabilities\r\n* [ValueSet](valueset.html): A use context assigned to the value set\r\n", - "code" : "context", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "token", - "expression" : "(CapabilityStatement.useContext.value as CodeableConcept) | (CodeSystem.useContext.value as CodeableConcept) | (CompartmentDefinition.useContext.value as CodeableConcept) | (ConceptMap.useContext.value as CodeableConcept) | (GraphDefinition.useContext.value as CodeableConcept) | (ImplementationGuide.useContext.value as CodeableConcept) | (MessageDefinition.useContext.value as CodeableConcept) | (NamingSystem.useContext.value as CodeableConcept) | (OperationDefinition.useContext.value as CodeableConcept) | (SearchParameter.useContext.value as CodeableConcept) | (StructureDefinition.useContext.value as CodeableConcept) | (StructureMap.useContext.value as CodeableConcept) | (TerminologyCapabilities.useContext.value as CodeableConcept) | (ValueSet.useContext.value as CodeableConcept)", - "xpath" : "f:CapabilityStatement/f:useContext/f:valueCodeableConcept | f:CodeSystem/f:useContext/f:valueCodeableConcept | f:CompartmentDefinition/f:useContext/f:valueCodeableConcept | f:ConceptMap/f:useContext/f:valueCodeableConcept | f:GraphDefinition/f:useContext/f:valueCodeableConcept | f:ImplementationGuide/f:useContext/f:valueCodeableConcept | f:MessageDefinition/f:useContext/f:valueCodeableConcept | f:NamingSystem/f:useContext/f:valueCodeableConcept | f:OperationDefinition/f:useContext/f:valueCodeableConcept | f:SearchParameter/f:useContext/f:valueCodeableConcept | f:StructureDefinition/f:useContext/f:valueCodeableConcept | f:StructureMap/f:useContext/f:valueCodeableConcept | f:TerminologyCapabilities/f:useContext/f:valueCodeableConcept | f:ValueSet/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): A quantity- or range-valued use context assigned to the capability statement\r\n* [CodeSystem](codesystem.html): A quantity- or range-valued use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A quantity- or range-valued use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A quantity- or range-valued use context assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html): A quantity- or range-valued use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A quantity- or range-valued use context assigned to the implementation guide\r\n* [MessageDefinition](messagedefinition.html): A quantity- or range-valued use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A quantity- or range-valued use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A quantity- or range-valued use context assigned to the operation definition\r\n* [SearchParameter](searchparameter.html): A quantity- or range-valued use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A quantity- or range-valued use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A quantity- or range-valued use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A quantity- or range-valued use context assigned to the terminology capabilities\r\n* [ValueSet](valueset.html): A quantity- or range-valued use context assigned to the value set\r\n", - "code" : "context-quantity", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "quantity", - "expression" : "(CapabilityStatement.useContext.value as Quantity) | (CapabilityStatement.useContext.value as Range) | (CodeSystem.useContext.value as Quantity) | (CodeSystem.useContext.value as Range) | (CompartmentDefinition.useContext.value as Quantity) | (CompartmentDefinition.useContext.value as Range) | (ConceptMap.useContext.value as Quantity) | (ConceptMap.useContext.value as Range) | (GraphDefinition.useContext.value as Quantity) | (GraphDefinition.useContext.value as Range) | (ImplementationGuide.useContext.value as Quantity) | (ImplementationGuide.useContext.value as Range) | (MessageDefinition.useContext.value as Quantity) | (MessageDefinition.useContext.value as Range) | (NamingSystem.useContext.value as Quantity) | (NamingSystem.useContext.value as Range) | (OperationDefinition.useContext.value as Quantity) | (OperationDefinition.useContext.value as Range) | (SearchParameter.useContext.value as Quantity) | (SearchParameter.useContext.value as Range) | (StructureDefinition.useContext.value as Quantity) | (StructureDefinition.useContext.value as Range) | (StructureMap.useContext.value as Quantity) | (StructureMap.useContext.value as Range) | (TerminologyCapabilities.useContext.value as Quantity) | (TerminologyCapabilities.useContext.value as Range) | (ValueSet.useContext.value as Quantity) | (ValueSet.useContext.value as Range)", - "xpath" : "f:CapabilityStatement/f:useContext/f:valueQuantity | f:CapabilityStatement/f:useContext/f:valueRange | f:CodeSystem/f:useContext/f:valueQuantity | f:CodeSystem/f:useContext/f:valueRange | f:CompartmentDefinition/f:useContext/f:valueQuantity | f:CompartmentDefinition/f:useContext/f:valueRange | f:ConceptMap/f:useContext/f:valueQuantity | f:ConceptMap/f:useContext/f:valueRange | f:GraphDefinition/f:useContext/f:valueQuantity | f:GraphDefinition/f:useContext/f:valueRange | f:ImplementationGuide/f:useContext/f:valueQuantity | f:ImplementationGuide/f:useContext/f:valueRange | f:MessageDefinition/f:useContext/f:valueQuantity | f:MessageDefinition/f:useContext/f:valueRange | f:NamingSystem/f:useContext/f:valueQuantity | f:NamingSystem/f:useContext/f:valueRange | f:OperationDefinition/f:useContext/f:valueQuantity | f:OperationDefinition/f:useContext/f:valueRange | f:SearchParameter/f:useContext/f:valueQuantity | f:SearchParameter/f:useContext/f:valueRange | f:StructureDefinition/f:useContext/f:valueQuantity | f:StructureDefinition/f:useContext/f:valueRange | f:StructureMap/f:useContext/f:valueQuantity | f:StructureMap/f:useContext/f:valueRange | f:TerminologyCapabilities/f:useContext/f:valueQuantity | f:TerminologyCapabilities/f:useContext/f:valueRange | f:ValueSet/f:useContext/f:valueQuantity | f:ValueSet/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): A type of use context assigned to the capability statement\r\n* [CodeSystem](codesystem.html): A type of use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A type of use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A type of use context assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html): A type of use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A type of use context assigned to the implementation guide\r\n* [MessageDefinition](messagedefinition.html): A type of use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A type of use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A type of use context assigned to the operation definition\r\n* [SearchParameter](searchparameter.html): A type of use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A type of use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A type of use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A type of use context assigned to the terminology capabilities\r\n* [ValueSet](valueset.html): A type of use context assigned to the value set\r\n", - "code" : "context-type", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "token", - "expression" : "CapabilityStatement.useContext.code | CodeSystem.useContext.code | CompartmentDefinition.useContext.code | ConceptMap.useContext.code | GraphDefinition.useContext.code | ImplementationGuide.useContext.code | MessageDefinition.useContext.code | NamingSystem.useContext.code | OperationDefinition.useContext.code | SearchParameter.useContext.code | StructureDefinition.useContext.code | StructureMap.useContext.code | TerminologyCapabilities.useContext.code | ValueSet.useContext.code", - "xpath" : "f:CapabilityStatement/f:useContext/f:code | f:CodeSystem/f:useContext/f:code | f:CompartmentDefinition/f:useContext/f:code | f:ConceptMap/f:useContext/f:code | f:GraphDefinition/f:useContext/f:code | f:ImplementationGuide/f:useContext/f:code | f:MessageDefinition/f:useContext/f:code | f:NamingSystem/f:useContext/f:code | f:OperationDefinition/f:useContext/f:code | f:SearchParameter/f:useContext/f:code | f:StructureDefinition/f:useContext/f:code | f:StructureMap/f:useContext/f:code | f:TerminologyCapabilities/f:useContext/f:code | f:ValueSet/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The capability statement publication date\r\n* [CodeSystem](codesystem.html): The code system publication date\r\n* [CompartmentDefinition](compartmentdefinition.html): The compartment definition publication date\r\n* [ConceptMap](conceptmap.html): The concept map publication date\r\n* [GraphDefinition](graphdefinition.html): The graph definition publication date\r\n* [ImplementationGuide](implementationguide.html): The implementation guide publication date\r\n* [MessageDefinition](messagedefinition.html): The message definition publication date\r\n* [NamingSystem](namingsystem.html): The naming system publication date\r\n* [OperationDefinition](operationdefinition.html): The operation definition publication date\r\n* [SearchParameter](searchparameter.html): The search parameter publication date\r\n* [StructureDefinition](structuredefinition.html): The structure definition publication date\r\n* [StructureMap](structuremap.html): The structure map publication date\r\n* [TerminologyCapabilities](terminologycapabilities.html): The terminology capabilities publication date\r\n* [ValueSet](valueset.html): The value set publication date\r\n", - "code" : "date", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "date", - "expression" : "CapabilityStatement.date | CodeSystem.date | CompartmentDefinition.date | ConceptMap.date | GraphDefinition.date | ImplementationGuide.date | MessageDefinition.date | NamingSystem.date | OperationDefinition.date | SearchParameter.date | StructureDefinition.date | StructureMap.date | TerminologyCapabilities.date | ValueSet.date", - "xpath" : "f:CapabilityStatement/f:date | f:CodeSystem/f:date | f:CompartmentDefinition/f:date | f:ConceptMap/f:date | f:GraphDefinition/f:date | f:ImplementationGuide/f:date | f:MessageDefinition/f:date | f:NamingSystem/f:date | f:OperationDefinition/f:date | f:SearchParameter/f:date | f:StructureDefinition/f:date | f:StructureMap/f:date | f:TerminologyCapabilities/f:date | f:ValueSet/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The description of the capability statement\r\n* [CodeSystem](codesystem.html): The description of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The description of the compartment definition\r\n* [ConceptMap](conceptmap.html): The description of the concept map\r\n* [GraphDefinition](graphdefinition.html): The description of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The description of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): The description of the message definition\r\n* [NamingSystem](namingsystem.html): The description of the naming system\r\n* [OperationDefinition](operationdefinition.html): The description of the operation definition\r\n* [SearchParameter](searchparameter.html): The description of the search parameter\r\n* [StructureDefinition](structuredefinition.html): The description of the structure definition\r\n* [StructureMap](structuremap.html): The description of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The description of the terminology capabilities\r\n* [ValueSet](valueset.html): The description of the value set\r\n", - "code" : "description", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "string", - "expression" : "CapabilityStatement.description | CodeSystem.description | CompartmentDefinition.description | ConceptMap.description | GraphDefinition.description | ImplementationGuide.description | MessageDefinition.description | NamingSystem.description | OperationDefinition.description | SearchParameter.description | StructureDefinition.description | StructureMap.description | TerminologyCapabilities.description | ValueSet.description", - "xpath" : "f:CapabilityStatement/f:description | f:CodeSystem/f:description | f:CompartmentDefinition/f:description | f:ConceptMap/f:description | f:GraphDefinition/f:description | f:ImplementationGuide/f:description | f:MessageDefinition/f:description | f:NamingSystem/f:description | f:OperationDefinition/f:description | f:SearchParameter/f:description | f:StructureDefinition/f:description | f:StructureMap/f:description | f:TerminologyCapabilities/f:description | f:ValueSet/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement-fhirversion", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion", - "version" : "5.0.0-snapshot1", - "name" : "fhirversion", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The version of FHIR", - "code" : "fhirversion", - "base" : ["CapabilityStatement"], - "type" : "token", - "expression" : "CapabilityStatement.version", - "xpath" : "f:CapabilityStatement/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-format", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement-format", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-format", - "version" : "5.0.0-snapshot1", - "name" : "format", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "formats supported (xml | json | ttl | mime type)", - "code" : "format", - "base" : ["CapabilityStatement"], - "type" : "token", - "expression" : "CapabilityStatement.format", - "xpath" : "f:CapabilityStatement/f:format", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement-guide", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide", - "version" : "5.0.0-snapshot1", - "name" : "guide", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Implementation guides supported", - "code" : "guide", - "base" : ["CapabilityStatement"], - "type" : "reference", - "expression" : "CapabilityStatement.implementationGuide", - "xpath" : "f:CapabilityStatement/f:implementationGuide", - "xpathUsage" : "normal", - "target" : ["ImplementationGuide"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): Intended jurisdiction for the capability statement\r\n* [CodeSystem](codesystem.html): Intended jurisdiction for the code system\r\n* [ConceptMap](conceptmap.html): Intended jurisdiction for the concept map\r\n* [GraphDefinition](graphdefinition.html): Intended jurisdiction for the graph definition\r\n* [ImplementationGuide](implementationguide.html): Intended jurisdiction for the implementation guide\r\n* [MessageDefinition](messagedefinition.html): Intended jurisdiction for the message definition\r\n* [NamingSystem](namingsystem.html): Intended jurisdiction for the naming system\r\n* [OperationDefinition](operationdefinition.html): Intended jurisdiction for the operation definition\r\n* [SearchParameter](searchparameter.html): Intended jurisdiction for the search parameter\r\n* [StructureDefinition](structuredefinition.html): Intended jurisdiction for the structure definition\r\n* [StructureMap](structuremap.html): Intended jurisdiction for the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Intended jurisdiction for the terminology capabilities\r\n* [ValueSet](valueset.html): Intended jurisdiction for the value set\r\n", - "code" : "jurisdiction", - "base" : ["CapabilityStatement", - "CodeSystem", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "token", - "expression" : "CapabilityStatement.jurisdiction | CodeSystem.jurisdiction | ConceptMap.jurisdiction | GraphDefinition.jurisdiction | ImplementationGuide.jurisdiction | MessageDefinition.jurisdiction | NamingSystem.jurisdiction | OperationDefinition.jurisdiction | SearchParameter.jurisdiction | StructureDefinition.jurisdiction | StructureMap.jurisdiction | TerminologyCapabilities.jurisdiction | ValueSet.jurisdiction", - "xpath" : "f:CapabilityStatement/f:jurisdiction | f:CodeSystem/f:jurisdiction | f:ConceptMap/f:jurisdiction | f:GraphDefinition/f:jurisdiction | f:ImplementationGuide/f:jurisdiction | f:MessageDefinition/f:jurisdiction | f:NamingSystem/f:jurisdiction | f:OperationDefinition/f:jurisdiction | f:SearchParameter/f:jurisdiction | f:StructureDefinition/f:jurisdiction | f:StructureMap/f:jurisdiction | f:TerminologyCapabilities/f:jurisdiction | f:ValueSet/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement-mode", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode", - "version" : "5.0.0-snapshot1", - "name" : "mode", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Mode - restful (server/client) or messaging (sender/receiver)", - "code" : "mode", - "base" : ["CapabilityStatement"], - "type" : "token", - "expression" : "CapabilityStatement.rest.mode", - "xpath" : "f:CapabilityStatement/f:rest/f:mode", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): Computationally friendly name of the capability statement\r\n* [CodeSystem](codesystem.html): Computationally friendly name of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): Computationally friendly name of the compartment definition\r\n* [ConceptMap](conceptmap.html): Computationally friendly name of the concept map\r\n* [GraphDefinition](graphdefinition.html): Computationally friendly name of the graph definition\r\n* [ImplementationGuide](implementationguide.html): Computationally friendly name of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): Computationally friendly name of the message definition\r\n* [NamingSystem](namingsystem.html): Computationally friendly name of the naming system\r\n* [OperationDefinition](operationdefinition.html): Computationally friendly name of the operation definition\r\n* [SearchParameter](searchparameter.html): Computationally friendly name of the search parameter\r\n* [StructureDefinition](structuredefinition.html): Computationally friendly name of the structure definition\r\n* [StructureMap](structuremap.html): Computationally friendly name of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Computationally friendly name of the terminology capabilities\r\n* [ValueSet](valueset.html): Computationally friendly name of the value set\r\n", - "code" : "name", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "string", - "expression" : "CapabilityStatement.name | CodeSystem.name | CompartmentDefinition.name | ConceptMap.name | GraphDefinition.name | ImplementationGuide.name | MessageDefinition.name | NamingSystem.name | OperationDefinition.name | SearchParameter.name | StructureDefinition.name | StructureMap.name | TerminologyCapabilities.name | ValueSet.name", - "xpath" : "f:CapabilityStatement/f:name | f:CodeSystem/f:name | f:CompartmentDefinition/f:name | f:ConceptMap/f:name | f:GraphDefinition/f:name | f:ImplementationGuide/f:name | f:MessageDefinition/f:name | f:NamingSystem/f:name | f:OperationDefinition/f:name | f:SearchParameter/f:name | f:StructureDefinition/f:name | f:StructureMap/f:name | f:TerminologyCapabilities/f:name | f:ValueSet/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): Name of the publisher of the capability statement\r\n* [CodeSystem](codesystem.html): Name of the publisher of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): Name of the publisher of the compartment definition\r\n* [ConceptMap](conceptmap.html): Name of the publisher of the concept map\r\n* [GraphDefinition](graphdefinition.html): Name of the publisher of the graph definition\r\n* [ImplementationGuide](implementationguide.html): Name of the publisher of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): Name of the publisher of the message definition\r\n* [NamingSystem](namingsystem.html): Name of the publisher of the naming system\r\n* [OperationDefinition](operationdefinition.html): Name of the publisher of the operation definition\r\n* [SearchParameter](searchparameter.html): Name of the publisher of the search parameter\r\n* [StructureDefinition](structuredefinition.html): Name of the publisher of the structure definition\r\n* [StructureMap](structuremap.html): Name of the publisher of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Name of the publisher of the terminology capabilities\r\n* [ValueSet](valueset.html): Name of the publisher of the value set\r\n", - "code" : "publisher", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "string", - "expression" : "CapabilityStatement.publisher | CodeSystem.publisher | CompartmentDefinition.publisher | ConceptMap.publisher | GraphDefinition.publisher | ImplementationGuide.publisher | MessageDefinition.publisher | NamingSystem.publisher | OperationDefinition.publisher | SearchParameter.publisher | StructureDefinition.publisher | StructureMap.publisher | TerminologyCapabilities.publisher | ValueSet.publisher", - "xpath" : "f:CapabilityStatement/f:publisher | f:CodeSystem/f:publisher | f:CompartmentDefinition/f:publisher | f:ConceptMap/f:publisher | f:GraphDefinition/f:publisher | f:ImplementationGuide/f:publisher | f:MessageDefinition/f:publisher | f:NamingSystem/f:publisher | f:OperationDefinition/f:publisher | f:SearchParameter/f:publisher | f:StructureDefinition/f:publisher | f:StructureMap/f:publisher | f:TerminologyCapabilities/f:publisher | f:ValueSet/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement-resource", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource", - "version" : "5.0.0-snapshot1", - "name" : "resource", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Name of a resource mentioned in a capability statement", - "code" : "resource", - "base" : ["CapabilityStatement"], - "type" : "token", - "expression" : "CapabilityStatement.rest.resource.type", - "xpath" : "f:CapabilityStatement/f:rest/f:resource/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement-resource-profile", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile", - "version" : "5.0.0-snapshot1", - "name" : "resource-profile", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A profile id invoked in a capability statement", - "code" : "resource-profile", - "base" : ["CapabilityStatement"], - "type" : "reference", - "expression" : "CapabilityStatement.rest.resource.profile", - "xpath" : "f:CapabilityStatement/f:rest/f:resource/f:profile", - "xpathUsage" : "normal", - "target" : ["StructureDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement-security-service", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service", - "version" : "5.0.0-snapshot1", - "name" : "security-service", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates", - "code" : "security-service", - "base" : ["CapabilityStatement"], - "type" : "token", - "expression" : "CapabilityStatement.rest.security.service", - "xpath" : "f:CapabilityStatement/f:rest/f:security/f:service", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-software", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement-software", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-software", - "version" : "5.0.0-snapshot1", - "name" : "software", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Part of the name of a software application", - "code" : "software", - "base" : ["CapabilityStatement"], - "type" : "string", - "expression" : "CapabilityStatement.software.name", - "xpath" : "f:CapabilityStatement/f:software/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The current status of the capability statement\r\n* [CodeSystem](codesystem.html): The current status of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The current status of the compartment definition\r\n* [ConceptMap](conceptmap.html): The current status of the concept map\r\n* [GraphDefinition](graphdefinition.html): The current status of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The current status of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): The current status of the message definition\r\n* [NamingSystem](namingsystem.html): The current status of the naming system\r\n* [OperationDefinition](operationdefinition.html): The current status of the operation definition\r\n* [SearchParameter](searchparameter.html): The current status of the search parameter\r\n* [StructureDefinition](structuredefinition.html): The current status of the structure definition\r\n* [StructureMap](structuremap.html): The current status of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The current status of the terminology capabilities\r\n* [ValueSet](valueset.html): The current status of the value set\r\n", - "code" : "status", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "token", - "expression" : "CapabilityStatement.status | CodeSystem.status | CompartmentDefinition.status | ConceptMap.status | GraphDefinition.status | ImplementationGuide.status | MessageDefinition.status | NamingSystem.status | OperationDefinition.status | SearchParameter.status | StructureDefinition.status | StructureMap.status | TerminologyCapabilities.status | ValueSet.status", - "xpath" : "f:CapabilityStatement/f:status | f:CodeSystem/f:status | f:CompartmentDefinition/f:status | f:ConceptMap/f:status | f:GraphDefinition/f:status | f:ImplementationGuide/f:status | f:MessageDefinition/f:status | f:NamingSystem/f:status | f:OperationDefinition/f:status | f:SearchParameter/f:status | f:StructureDefinition/f:status | f:StructureMap/f:status | f:TerminologyCapabilities/f:status | f:ValueSet/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement-supported-profile", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile", - "version" : "5.0.0-snapshot1", - "name" : "supported-profile", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Profiles for use cases supported", - "code" : "supported-profile", - "base" : ["CapabilityStatement"], - "type" : "reference", - "expression" : "CapabilityStatement.rest.resource.supportedProfile", - "xpath" : "f:CapabilityStatement/f:rest/f:resource/f:supportedProfile", - "xpathUsage" : "normal", - "target" : ["StructureDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The human-friendly name of the capability statement\r\n* [CodeSystem](codesystem.html): The human-friendly name of the code system\r\n* [ConceptMap](conceptmap.html): The human-friendly name of the concept map\r\n* [ImplementationGuide](implementationguide.html): The human-friendly name of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): The human-friendly name of the message definition\r\n* [OperationDefinition](operationdefinition.html): The human-friendly name of the operation definition\r\n* [StructureDefinition](structuredefinition.html): The human-friendly name of the structure definition\r\n* [StructureMap](structuremap.html): The human-friendly name of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The human-friendly name of the terminology capabilities\r\n* [ValueSet](valueset.html): The human-friendly name of the value set\r\n", - "code" : "title", - "base" : ["CapabilityStatement", - "CodeSystem", - "ConceptMap", - "ImplementationGuide", - "MessageDefinition", - "OperationDefinition", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "string", - "expression" : "CapabilityStatement.title | CodeSystem.title | ConceptMap.title | ImplementationGuide.title | MessageDefinition.title | OperationDefinition.title | StructureDefinition.title | StructureMap.title | TerminologyCapabilities.title | ValueSet.title", - "xpath" : "f:CapabilityStatement/f:title | f:CodeSystem/f:title | f:ConceptMap/f:title | f:ImplementationGuide/f:title | f:MessageDefinition/f:title | f:OperationDefinition/f:title | f:StructureDefinition/f:title | f:StructureMap/f:title | f:TerminologyCapabilities/f:title | f:ValueSet/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The uri that identifies the capability statement\r\n* [CodeSystem](codesystem.html): The uri that identifies the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The uri that identifies the compartment definition\r\n* [ConceptMap](conceptmap.html): The uri that identifies the concept map\r\n* [GraphDefinition](graphdefinition.html): The uri that identifies the graph definition\r\n* [ImplementationGuide](implementationguide.html): The uri that identifies the implementation guide\r\n* [MessageDefinition](messagedefinition.html): The uri that identifies the message definition\r\n* [NamingSystem](namingsystem.html): The uri that identifies the naming system\r\n* [OperationDefinition](operationdefinition.html): The uri that identifies the operation definition\r\n* [SearchParameter](searchparameter.html): The uri that identifies the search parameter\r\n* [StructureDefinition](structuredefinition.html): The uri that identifies the structure definition\r\n* [StructureMap](structuremap.html): The uri that identifies the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The uri that identifies the terminology capabilities\r\n* [ValueSet](valueset.html): The uri that identifies the value set\r\n", - "code" : "url", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "uri", - "expression" : "CapabilityStatement.url | CodeSystem.url | CompartmentDefinition.url | ConceptMap.url | GraphDefinition.url | ImplementationGuide.url | MessageDefinition.url | NamingSystem.url | OperationDefinition.url | SearchParameter.url | StructureDefinition.url | StructureMap.url | TerminologyCapabilities.url | ValueSet.url", - "xpath" : "f:CapabilityStatement/f:url | f:CodeSystem/f:url | f:CompartmentDefinition/f:url | f:ConceptMap/f:url | f:GraphDefinition/f:url | f:ImplementationGuide/f:url | f:MessageDefinition/f:url | f:NamingSystem/f:url | f:OperationDefinition/f:url | f:SearchParameter/f:url | f:StructureDefinition/f:url | f:StructureMap/f:url | f:TerminologyCapabilities/f:url | f:ValueSet/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The business version of the capability statement\r\n* [CodeSystem](codesystem.html): The business version of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The business version of the compartment definition\r\n* [ConceptMap](conceptmap.html): The business version of the concept map\r\n* [GraphDefinition](graphdefinition.html): The business version of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The business version of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): The business version of the message definition\r\n* [NamingSystem](namingsystem.html): The business version of the naming system\r\n* [OperationDefinition](operationdefinition.html): The business version of the operation definition\r\n* [SearchParameter](searchparameter.html): The business version of the search parameter\r\n* [StructureDefinition](structuredefinition.html): The business version of the structure definition\r\n* [StructureMap](structuremap.html): The business version of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The business version of the terminology capabilities\r\n* [ValueSet](valueset.html): The business version of the value set\r\n", - "code" : "version", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "token", - "expression" : "CapabilityStatement.version | CodeSystem.version | CompartmentDefinition.version | ConceptMap.version | GraphDefinition.version | ImplementationGuide.version | MessageDefinition.version | NamingSystem.version | OperationDefinition.version | SearchParameter.version | StructureDefinition.version | StructureMap.version | TerminologyCapabilities.version | ValueSet.version", - "xpath" : "f:CapabilityStatement/f:version | f:CodeSystem/f:version | f:CompartmentDefinition/f:version | f:ConceptMap/f:version | f:GraphDefinition/f:version | f:ImplementationGuide/f:version | f:MessageDefinition/f:version | f:NamingSystem/f:version | f:OperationDefinition/f:version | f:SearchParameter/f:version | f:StructureDefinition/f:version | f:StructureMap/f:version | f:TerminologyCapabilities/f:version | f:ValueSet/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): A use context type and quantity- or range-based value assigned to the capability statement\r\n* [CodeSystem](codesystem.html): A use context type and quantity- or range-based value assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context type and quantity- or range-based value assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context type and quantity- or range-based value assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html): A use context type and quantity- or range-based value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context type and quantity- or range-based value assigned to the implementation guide\r\n* [MessageDefinition](messagedefinition.html): A use context type and quantity- or range-based value assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context type and quantity- or range-based value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context type and quantity- or range-based value assigned to the operation definition\r\n* [SearchParameter](searchparameter.html): A use context type and quantity- or range-based value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context type and quantity- or range-based value assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context type and quantity- or range-based value assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context type and quantity- or range-based value assigned to the terminology capabilities\r\n* [ValueSet](valueset.html): A use context type and quantity- or range-based value assigned to the value set\r\n", - "code" : "context-type-quantity", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "composite", - "expression" : "CapabilityStatement.useContext | CodeSystem.useContext | CompartmentDefinition.useContext | ConceptMap.useContext | GraphDefinition.useContext | ImplementationGuide.useContext | MessageDefinition.useContext | NamingSystem.useContext | OperationDefinition.useContext | SearchParameter.useContext | StructureDefinition.useContext | StructureMap.useContext | TerminologyCapabilities.useContext | ValueSet.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/conformance-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/conformance-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): A use context type and value assigned to the capability statement\r\n* [CodeSystem](codesystem.html): A use context type and value assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context type and value assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context type and value assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html): A use context type and value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context type and value assigned to the implementation guide\r\n* [MessageDefinition](messagedefinition.html): A use context type and value assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context type and value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context type and value assigned to the operation definition\r\n* [SearchParameter](searchparameter.html): A use context type and value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context type and value assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context type and value assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context type and value assigned to the terminology capabilities\r\n* [ValueSet](valueset.html): A use context type and value assigned to the value set\r\n", - "code" : "context-type-value", - "base" : ["CapabilityStatement", - "CodeSystem", - "CompartmentDefinition", - "ConceptMap", - "GraphDefinition", - "ImplementationGuide", - "MessageDefinition", - "NamingSystem", - "OperationDefinition", - "SearchParameter", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "composite", - "expression" : "CapabilityStatement.useContext | CodeSystem.useContext | CompartmentDefinition.useContext | ConceptMap.useContext | GraphDefinition.useContext | ImplementationGuide.useContext | MessageDefinition.useContext | NamingSystem.useContext | OperationDefinition.useContext | SearchParameter.useContext | StructureDefinition.useContext | StructureMap.useContext | TerminologyCapabilities.useContext | ValueSet.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/conformance-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/conformance-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context assigned to the capability statement2", - "code" : "context", - "base" : ["CapabilityStatement2"], - "type" : "token", - "expression" : "(CapabilityStatement2.useContext.value as CodeableConcept)", - "xpath" : "f:CapabilityStatement2/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the capability statement2", - "code" : "context-quantity", - "base" : ["CapabilityStatement2"], - "type" : "quantity", - "expression" : "(CapabilityStatement2.useContext.value as Quantity) | (CapabilityStatement2.useContext.value as Range)", - "xpath" : "f:CapabilityStatement2/f:useContext/f:valueQuantity | f:CapabilityStatement2/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A type of use context assigned to the capability statement2", - "code" : "context-type", - "base" : ["CapabilityStatement2"], - "type" : "token", - "expression" : "CapabilityStatement2.useContext.code", - "xpath" : "f:CapabilityStatement2/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The capability statement2 publication date", - "code" : "date", - "base" : ["CapabilityStatement2"], - "type" : "date", - "expression" : "CapabilityStatement2.date", - "xpath" : "f:CapabilityStatement2/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The description of the capability statement2", - "code" : "description", - "base" : ["CapabilityStatement2"], - "type" : "string", - "expression" : "CapabilityStatement2.description", - "xpath" : "f:CapabilityStatement2/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-fhirversion", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-fhirversion", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-fhirversion", - "version" : "5.0.0-snapshot1", - "name" : "fhirversion", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The version of FHIR", - "code" : "fhirversion", - "base" : ["CapabilityStatement2"], - "type" : "token", - "expression" : "CapabilityStatement2.version", - "xpath" : "f:CapabilityStatement2/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-format", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-format", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-format", - "version" : "5.0.0-snapshot1", - "name" : "format", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "formats supported (xml | json | ttl | mime type)", - "code" : "format", - "base" : ["CapabilityStatement2"], - "type" : "token", - "expression" : "CapabilityStatement2.format", - "xpath" : "f:CapabilityStatement2/f:format", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-guide", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-guide", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-guide", - "version" : "5.0.0-snapshot1", - "name" : "guide", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Implementation guides supported", - "code" : "guide", - "base" : ["CapabilityStatement2"], - "type" : "reference", - "expression" : "CapabilityStatement2.implementationGuide", - "xpath" : "f:CapabilityStatement2/f:implementationGuide", - "xpathUsage" : "normal", - "target" : ["ImplementationGuide"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the capability statement2", - "code" : "jurisdiction", - "base" : ["CapabilityStatement2"], - "type" : "token", - "expression" : "CapabilityStatement2.jurisdiction", - "xpath" : "f:CapabilityStatement2/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-mode", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-mode", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-mode", - "version" : "5.0.0-snapshot1", - "name" : "mode", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Mode - restful (server/client) or messaging (sender/receiver)", - "code" : "mode", - "base" : ["CapabilityStatement2"], - "type" : "token", - "expression" : "CapabilityStatement2.rest.mode", - "xpath" : "f:CapabilityStatement2/f:rest/f:mode", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Computationally friendly name of the capability statement2", - "code" : "name", - "base" : ["CapabilityStatement2"], - "type" : "string", - "expression" : "CapabilityStatement2.name", - "xpath" : "f:CapabilityStatement2/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Name of the publisher of the capability statement2", - "code" : "publisher", - "base" : ["CapabilityStatement2"], - "type" : "string", - "expression" : "CapabilityStatement2.publisher", - "xpath" : "f:CapabilityStatement2/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-resource", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-resource", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-resource", - "version" : "5.0.0-snapshot1", - "name" : "resource", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Name of a resource mentioned in a capability statement", - "code" : "resource", - "base" : ["CapabilityStatement2"], - "type" : "token", - "expression" : "CapabilityStatement2.rest.resource.type", - "xpath" : "f:CapabilityStatement2/f:rest/f:resource/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-resource-profile", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-resource-profile", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-resource-profile", - "version" : "5.0.0-snapshot1", - "name" : "resource-profile", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A profile id invoked in a capability statement", - "code" : "resource-profile", - "base" : ["CapabilityStatement2"], - "type" : "reference", - "expression" : "CapabilityStatement2.rest.resource.profile", - "xpath" : "f:CapabilityStatement2/f:rest/f:resource/f:profile", - "xpathUsage" : "normal", - "target" : ["StructureDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-software", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-software", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-software", - "version" : "5.0.0-snapshot1", - "name" : "software", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Part of the name of a software application", - "code" : "software", - "base" : ["CapabilityStatement2"], - "type" : "string", - "expression" : "CapabilityStatement2.software.name", - "xpath" : "f:CapabilityStatement2/f:software/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The current status of the capability statement2", - "code" : "status", - "base" : ["CapabilityStatement2"], - "type" : "token", - "expression" : "CapabilityStatement2.status", - "xpath" : "f:CapabilityStatement2/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-supported-profile", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-supported-profile", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-supported-profile", - "version" : "5.0.0-snapshot1", - "name" : "supported-profile", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Profiles for use cases supported", - "code" : "supported-profile", - "base" : ["CapabilityStatement2"], - "type" : "reference", - "expression" : "CapabilityStatement2.rest.resource.supportedProfile", - "xpath" : "f:CapabilityStatement2/f:rest/f:resource/f:supportedProfile", - "xpathUsage" : "normal", - "target" : ["StructureDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The human-friendly name of the capability statement2", - "code" : "title", - "base" : ["CapabilityStatement2"], - "type" : "string", - "expression" : "CapabilityStatement2.title", - "xpath" : "f:CapabilityStatement2/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The uri that identifies the capability statement2", - "code" : "url", - "base" : ["CapabilityStatement2"], - "type" : "uri", - "expression" : "CapabilityStatement2.url", - "xpath" : "f:CapabilityStatement2/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The business version of the capability statement2", - "code" : "version", - "base" : ["CapabilityStatement2"], - "type" : "token", - "expression" : "CapabilityStatement2.version", - "xpath" : "f:CapabilityStatement2/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the capability statement2", - "code" : "context-type-quantity", - "base" : ["CapabilityStatement2"], - "type" : "composite", - "expression" : "CapabilityStatement2.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CapabilityStatement2-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the capability statement2", - "code" : "context-type-value", - "base" : ["CapabilityStatement2"], - "type" : "composite", - "expression" : "CapabilityStatement2.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-activity-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-activity-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-activity-code", - "version" : "5.0.0-snapshot1", - "name" : "activity-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Detail type of activity", - "code" : "activity-code", - "base" : ["CarePlan"], - "type" : "token", - "expression" : "CarePlan.activity.plannedActivityDetail.code", - "xpath" : "f:CarePlan/f:activity/f:plannedActivityDetail/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-activity-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference", - "version" : "5.0.0-snapshot1", - "name" : "activity-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Activity that is intended to be part of the care plan", - "code" : "activity-reference", - "base" : ["CarePlan"], - "type" : "reference", - "expression" : "CarePlan.activity.plannedActivityReference", - "xpath" : "f:CarePlan/f:activity/f:plannedActivityReference", - "xpathUsage" : "normal", - "target" : ["Appointment", - "MedicationRequest", - "Task", - "NutritionOrder", - "RequestGroup", - "VisionPrescription", - "DeviceRequest", - "ServiceRequest", - "CommunicationRequest", - "ImmunizationRecommendation"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-activity-scheduled-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-activity-scheduled-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-activity-scheduled-date", - "version" : "5.0.0-snapshot1", - "name" : "activity-scheduled-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Specified date occurs within period specified by CarePlan.activity.plannedActivityDetail.scheduled[x]", - "code" : "activity-scheduled-date", - "base" : ["CarePlan"], - "type" : "date", - "expression" : "CarePlan.activity.plannedActivityDetail.scheduled.as(Timing) | CarePlan.activity.plannedActivityDetail.scheduled.as(Period)", - "xpath" : "f:CarePlan/f:activity/f:plannedActivityDetail/f:scheduledTiming | f:CarePlan/f:activity/f:plannedActivityDetail/f:scheduledPeriod | f:CarePlan/f:activity/f:plannedActivityDetail/f:scheduledString", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-activity-scheduled-string", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-activity-scheduled-string", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-activity-scheduled-string", - "version" : "5.0.0-snapshot1", - "name" : "activity-scheduled-string", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "When activity is to occur", - "code" : "activity-scheduled-string", - "base" : ["CarePlan"], - "type" : "string", - "expression" : "CarePlan.activity.plannedActivityDetail.scheduled.as(string)", - "xpath" : "f:CarePlan/f:activity/f:plannedActivityDetail/f:scheduledTiming | f:CarePlan/f:activity/f:plannedActivityDetail/f:scheduledPeriod | f:CarePlan/f:activity/f:plannedActivityDetail/f:scheduledString", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Fulfills CarePlan", - "code" : "based-on", - "base" : ["CarePlan"], - "type" : "reference", - "expression" : "CarePlan.basedOn", - "xpath" : "f:CarePlan/f:basedOn", - "xpathUsage" : "normal", - "target" : ["CarePlan"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-care-team", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-care-team", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-care-team", - "version" : "5.0.0-snapshot1", - "name" : "care-team", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who's involved in plan?", - "code" : "care-team", - "base" : ["CarePlan"], - "type" : "reference", - "expression" : "CarePlan.careTeam", - "xpath" : "f:CarePlan/f:careTeam", - "xpathUsage" : "normal", - "target" : ["CareTeam"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Type of plan", - "code" : "category", - "base" : ["CarePlan"], - "type" : "token", - "expression" : "CarePlan.category", - "xpath" : "f:CarePlan/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-condition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-condition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-condition", - "version" : "5.0.0-snapshot1", - "name" : "condition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Reference to a resource (by instance)", - "code" : "condition", - "base" : ["CarePlan"], - "type" : "reference", - "expression" : "CarePlan.addresses.reference", - "xpath" : "f:CarePlan/f:addresses/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The Encounter during which this CarePlan was created", - "code" : "encounter", - "base" : ["CarePlan"], - "type" : "reference", - "expression" : "CarePlan.encounter", - "xpath" : "f:CarePlan/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-goal", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-goal", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-goal", - "version" : "5.0.0-snapshot1", - "name" : "goal", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Desired outcome of plan", - "code" : "goal", - "base" : ["CarePlan"], - "type" : "reference", - "expression" : "CarePlan.goal", - "xpath" : "f:CarePlan/f:goal", - "xpathUsage" : "normal", - "target" : ["Goal"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-canonical", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-instantiates-canonical", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-canonical", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-canonical", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Instantiates FHIR protocol or definition", - "code" : "instantiates-canonical", - "base" : ["CarePlan"], - "type" : "reference", - "expression" : "CarePlan.instantiatesCanonical", - "xpath" : "f:CarePlan/f:instantiatesCanonical", - "xpathUsage" : "normal", - "target" : ["Questionnaire", - "Measure", - "PlanDefinition", - "OperationDefinition", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-instantiates-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-uri", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-uri", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Instantiates external protocol or definition", - "code" : "instantiates-uri", - "base" : ["CarePlan"], - "type" : "uri", - "expression" : "CarePlan.instantiatesUri", - "xpath" : "f:CarePlan/f:instantiatesUri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-intent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-intent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-intent", - "version" : "5.0.0-snapshot1", - "name" : "intent", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "proposal | plan | order | option | directive", - "code" : "intent", - "base" : ["CarePlan"], - "type" : "token", - "expression" : "CarePlan.intent", - "xpath" : "f:CarePlan/f:intent", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-part-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-part-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-part-of", - "version" : "5.0.0-snapshot1", - "name" : "part-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Part of referenced CarePlan", - "code" : "part-of", - "base" : ["CarePlan"], - "type" : "reference", - "expression" : "CarePlan.partOf", - "xpath" : "f:CarePlan/f:partOf", - "xpathUsage" : "normal", - "target" : ["CarePlan"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Matches if the practitioner is listed as a performer in any of the \"simple\" activities. (For performers of the detailed activities, chain through the activitydetail search parameter.)", - "code" : "performer", - "base" : ["CarePlan"], - "type" : "reference", - "expression" : "CarePlan.activity.plannedActivityDetail.performer", - "xpath" : "f:CarePlan/f:activity/f:plannedActivityDetail/f:performer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-replaces", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-replaces", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-replaces", - "version" : "5.0.0-snapshot1", - "name" : "replaces", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "CarePlan replaced by this CarePlan", - "code" : "replaces", - "base" : ["CarePlan"], - "type" : "reference", - "expression" : "CarePlan.replaces", - "xpath" : "f:CarePlan/f:replaces", - "xpathUsage" : "normal", - "target" : ["CarePlan"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "draft | active | on-hold | revoked | completed | entered-in-error | unknown", - "code" : "status", - "base" : ["CarePlan"], - "type" : "token", - "expression" : "CarePlan.status", - "xpath" : "f:CarePlan/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CarePlan-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CarePlan-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CarePlan-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who the care plan is for", - "code" : "subject", - "base" : ["CarePlan"], - "type" : "reference", - "expression" : "CarePlan.subject", - "xpath" : "f:CarePlan/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CareTeam-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CareTeam-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CareTeam-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Type of team", - "code" : "category", - "base" : ["CareTeam"], - "type" : "token", - "expression" : "CareTeam.category", - "xpath" : "f:CareTeam/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CareTeam-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CareTeam-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CareTeam-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Name of the team, such as crisis assessment team", - "code" : "name", - "base" : ["CareTeam"], - "type" : "string", - "expression" : "CareTeam.name | CareTeam.extension('http://hl7.org/fhir/StructureDefinition/careteam-alias')", - "xpath" : "f:CareTeam/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CareTeam-participant", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CareTeam-participant", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CareTeam-participant", - "version" : "5.0.0-snapshot1", - "name" : "participant", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who is involved", - "code" : "participant", - "base" : ["CareTeam"], - "type" : "reference", - "expression" : "CareTeam.participant.member", - "xpath" : "f:CareTeam/f:participant/f:member", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CareTeam-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CareTeam-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CareTeam-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "proposed | active | suspended | inactive | entered-in-error", - "code" : "status", - "base" : ["CareTeam"], - "type" : "token", - "expression" : "CareTeam.status", - "xpath" : "f:CareTeam/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CareTeam-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CareTeam-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CareTeam-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who care team is for", - "code" : "subject", - "base" : ["CareTeam"], - "type" : "reference", - "expression" : "CareTeam.subject", - "xpath" : "f:CareTeam/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-account", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-account", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-account", - "version" : "5.0.0-snapshot1", - "name" : "account", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Account to place this charge", - "code" : "account", - "base" : ["ChargeItem"], - "type" : "reference", - "expression" : "ChargeItem.account", - "xpath" : "f:ChargeItem/f:account", - "xpathUsage" : "normal", - "target" : ["Account"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A code that identifies the charge, like a billing code", - "code" : "code", - "base" : ["ChargeItem"], - "type" : "token", - "expression" : "ChargeItem.code", - "xpath" : "f:ChargeItem/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Encounter / Episode associated with event", - "code" : "context", - "base" : ["ChargeItem"], - "type" : "reference", - "expression" : "ChargeItem.context", - "xpath" : "f:ChargeItem/f:context", - "xpathUsage" : "normal", - "target" : ["EpisodeOfCare", - "Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-entered-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date", - "version" : "5.0.0-snapshot1", - "name" : "entered-date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Date the charge item was entered", - "code" : "entered-date", - "base" : ["ChargeItem"], - "type" : "date", - "expression" : "ChargeItem.enteredDate", - "xpath" : "f:ChargeItem/f:enteredDate", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-enterer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-enterer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-enterer", - "version" : "5.0.0-snapshot1", - "name" : "enterer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Individual who was entering", - "code" : "enterer", - "base" : ["ChargeItem"], - "type" : "reference", - "expression" : "ChargeItem.enterer", - "xpath" : "f:ChargeItem/f:enterer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-factor-override", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override", - "version" : "5.0.0-snapshot1", - "name" : "factor-override", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Factor overriding the associated rules", - "code" : "factor-override", - "base" : ["ChargeItem"], - "type" : "number", - "expression" : "ChargeItem.factorOverride", - "xpath" : "f:ChargeItem/f:factorOverride", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Business Identifier for item", - "code" : "identifier", - "base" : ["ChargeItem"], - "type" : "token", - "expression" : "ChargeItem.identifier", - "xpath" : "f:ChargeItem/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-occurrence", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence", - "version" : "5.0.0-snapshot1", - "name" : "occurrence", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "When the charged service was applied", - "code" : "occurrence", - "base" : ["ChargeItem"], - "type" : "date", - "expression" : "ChargeItem.occurrence", - "xpath" : "f:ChargeItem/f:occurrenceDateTime | f:ChargeItem/f:occurrencePeriod | f:ChargeItem/f:occurrenceTiming", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Individual service was done for/to", - "code" : "patient", - "base" : ["ChargeItem"], - "type" : "reference", - "expression" : "ChargeItem.subject.where(resolve() is Patient)", - "xpath" : "f:ChargeItem/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-actor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-performer-actor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-actor", - "version" : "5.0.0-snapshot1", - "name" : "performer-actor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Individual who was performing", - "code" : "performer-actor", - "base" : ["ChargeItem"], - "type" : "reference", - "expression" : "ChargeItem.performer.actor", - "xpath" : "f:ChargeItem/f:performer/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-function", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-performer-function", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-function", - "version" : "5.0.0-snapshot1", - "name" : "performer-function", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "What type of performance was done", - "code" : "performer-function", - "base" : ["ChargeItem"], - "type" : "token", - "expression" : "ChargeItem.performer.function", - "xpath" : "f:ChargeItem/f:performer/f:function", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-performing-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization", - "version" : "5.0.0-snapshot1", - "name" : "performing-organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Organization providing the charged service", - "code" : "performing-organization", - "base" : ["ChargeItem"], - "type" : "reference", - "expression" : "ChargeItem.performingOrganization", - "xpath" : "f:ChargeItem/f:performingOrganization", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-price-override", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-price-override", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-price-override", - "version" : "5.0.0-snapshot1", - "name" : "price-override", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Price overriding the associated rules", - "code" : "price-override", - "base" : ["ChargeItem"], - "type" : "quantity", - "expression" : "ChargeItem.priceOverride", - "xpath" : "f:ChargeItem/f:priceOverride", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-quantity", - "version" : "5.0.0-snapshot1", - "name" : "quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Quantity of which the charge item has been serviced", - "code" : "quantity", - "base" : ["ChargeItem"], - "type" : "quantity", - "expression" : "ChargeItem.quantity", - "xpath" : "f:ChargeItem/f:quantity", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-requesting-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization", - "version" : "5.0.0-snapshot1", - "name" : "requesting-organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Organization requesting the charged service", - "code" : "requesting-organization", - "base" : ["ChargeItem"], - "type" : "reference", - "expression" : "ChargeItem.requestingOrganization", - "xpath" : "f:ChargeItem/f:requestingOrganization", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-service", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-service", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-service", - "version" : "5.0.0-snapshot1", - "name" : "service", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Which rendered service is being charged?", - "code" : "service", - "base" : ["ChargeItem"], - "type" : "reference", - "expression" : "ChargeItem.service", - "xpath" : "f:ChargeItem/f:service", - "xpathUsage" : "normal", - "target" : ["Immunization", - "MedicationDispense", - "SupplyDelivery", - "Observation", - "DiagnosticReport", - "ImagingStudy", - "MedicationAdministration", - "Procedure"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItem-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItem-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItem-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Individual service was done for/to", - "code" : "subject", - "base" : ["ChargeItem"], - "type" : "reference", - "expression" : "ChargeItem.subject", - "xpath" : "f:ChargeItem/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A use context assigned to the charge item definition", - "code" : "context", - "base" : ["ChargeItemDefinition"], - "type" : "token", - "expression" : "(ChargeItemDefinition.useContext.value as CodeableConcept)", - "xpath" : "f:ChargeItemDefinition/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the charge item definition", - "code" : "context-quantity", - "base" : ["ChargeItemDefinition"], - "type" : "quantity", - "expression" : "(ChargeItemDefinition.useContext.value as Quantity) | (ChargeItemDefinition.useContext.value as Range)", - "xpath" : "f:ChargeItemDefinition/f:useContext/f:valueQuantity | f:ChargeItemDefinition/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A type of use context assigned to the charge item definition", - "code" : "context-type", - "base" : ["ChargeItemDefinition"], - "type" : "token", - "expression" : "ChargeItemDefinition.useContext.code", - "xpath" : "f:ChargeItemDefinition/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The charge item definition publication date", - "code" : "date", - "base" : ["ChargeItemDefinition"], - "type" : "date", - "expression" : "ChargeItemDefinition.date", - "xpath" : "f:ChargeItemDefinition/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The description of the charge item definition", - "code" : "description", - "base" : ["ChargeItemDefinition"], - "type" : "string", - "expression" : "ChargeItemDefinition.description", - "xpath" : "f:ChargeItemDefinition/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-effective", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-effective", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-effective", - "version" : "5.0.0-snapshot1", - "name" : "effective", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The time during which the charge item definition is intended to be in use", - "code" : "effective", - "base" : ["ChargeItemDefinition"], - "type" : "date", - "expression" : "ChargeItemDefinition.effectivePeriod", - "xpath" : "f:ChargeItemDefinition/f:effectivePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "External identifier for the charge item definition", - "code" : "identifier", - "base" : ["ChargeItemDefinition"], - "type" : "token", - "expression" : "ChargeItemDefinition.identifier", - "xpath" : "f:ChargeItemDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the charge item definition", - "code" : "jurisdiction", - "base" : ["ChargeItemDefinition"], - "type" : "token", - "expression" : "ChargeItemDefinition.jurisdiction", - "xpath" : "f:ChargeItemDefinition/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Name of the publisher of the charge item definition", - "code" : "publisher", - "base" : ["ChargeItemDefinition"], - "type" : "string", - "expression" : "ChargeItemDefinition.publisher", - "xpath" : "f:ChargeItemDefinition/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The current status of the charge item definition", - "code" : "status", - "base" : ["ChargeItemDefinition"], - "type" : "token", - "expression" : "ChargeItemDefinition.status", - "xpath" : "f:ChargeItemDefinition/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The human-friendly name of the charge item definition", - "code" : "title", - "base" : ["ChargeItemDefinition"], - "type" : "string", - "expression" : "ChargeItemDefinition.title", - "xpath" : "f:ChargeItemDefinition/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The uri that identifies the charge item definition", - "code" : "url", - "base" : ["ChargeItemDefinition"], - "type" : "uri", - "expression" : "ChargeItemDefinition.url", - "xpath" : "f:ChargeItemDefinition/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The business version of the charge item definition", - "code" : "version", - "base" : ["ChargeItemDefinition"], - "type" : "token", - "expression" : "ChargeItemDefinition.version", - "xpath" : "f:ChargeItemDefinition/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the charge item definition", - "code" : "context-type-quantity", - "base" : ["ChargeItemDefinition"], - "type" : "composite", - "expression" : "ChargeItemDefinition.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ChargeItemDefinition-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the charge item definition", - "code" : "context-type-value", - "base" : ["ChargeItemDefinition"], - "type" : "composite", - "expression" : "ChargeItemDefinition.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context assigned to the citation", - "code" : "context", - "base" : ["Citation"], - "type" : "token", - "expression" : "(Citation.useContext.value as CodeableConcept)", - "xpath" : "f:Citation/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the citation", - "code" : "context-quantity", - "base" : ["Citation"], - "type" : "quantity", - "expression" : "(Citation.useContext.value as Quantity) | (Citation.useContext.value as Range)", - "xpath" : "f:Citation/f:useContext/f:valueQuantity | f:Citation/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A type of use context assigned to the citation", - "code" : "context-type", - "base" : ["Citation"], - "type" : "token", - "expression" : "Citation.useContext.code", - "xpath" : "f:Citation/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The citation publication date", - "code" : "date", - "base" : ["Citation"], - "type" : "date", - "expression" : "Citation.date", - "xpath" : "f:Citation/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The description of the citation", - "code" : "description", - "base" : ["Citation"], - "type" : "string", - "expression" : "Citation.description", - "xpath" : "f:Citation/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-effective", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-effective", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-effective", - "version" : "5.0.0-snapshot1", - "name" : "effective", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The time during which the citation is intended to be in use", - "code" : "effective", - "base" : ["Citation"], - "type" : "date", - "expression" : "Citation.effectivePeriod", - "xpath" : "f:Citation/f:effectivePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "External identifier for the citation", - "code" : "identifier", - "base" : ["Citation"], - "type" : "token", - "expression" : "Citation.identifier", - "xpath" : "f:Citation/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the citation", - "code" : "jurisdiction", - "base" : ["Citation"], - "type" : "token", - "expression" : "Citation.jurisdiction", - "xpath" : "f:Citation/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Computationally friendly name of the citation", - "code" : "name", - "base" : ["Citation"], - "type" : "string", - "expression" : "Citation.name", - "xpath" : "f:Citation/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Name of the publisher of the citation", - "code" : "publisher", - "base" : ["Citation"], - "type" : "string", - "expression" : "Citation.publisher", - "xpath" : "f:Citation/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The current status of the citation", - "code" : "status", - "base" : ["Citation"], - "type" : "token", - "expression" : "Citation.status", - "xpath" : "f:Citation/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The human-friendly name of the citation", - "code" : "title", - "base" : ["Citation"], - "type" : "string", - "expression" : "Citation.title", - "xpath" : "f:Citation/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The uri that identifies the citation", - "code" : "url", - "base" : ["Citation"], - "type" : "uri", - "expression" : "Citation.url", - "xpath" : "f:Citation/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The business version of the citation", - "code" : "version", - "base" : ["Citation"], - "type" : "token", - "expression" : "Citation.version", - "xpath" : "f:Citation/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the citation", - "code" : "context-type-quantity", - "base" : ["Citation"], - "type" : "composite", - "expression" : "Citation.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Citation-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Citation-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Citation-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Citation-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Citation-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the citation", - "code" : "context-type-value", - "base" : ["Citation"], - "type" : "composite", - "expression" : "Citation.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Citation-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Citation-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-care-team", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-care-team", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-care-team", - "version" : "5.0.0-snapshot1", - "name" : "care-team", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Member of the CareTeam", - "code" : "care-team", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.careTeam.provider", - "xpath" : "f:Claim/f:careTeam/f:provider", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-created", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-created", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-created", - "version" : "5.0.0-snapshot1", - "name" : "created", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The creation date for the Claim", - "code" : "created", - "base" : ["Claim"], - "type" : "date", - "expression" : "Claim.created", - "xpath" : "f:Claim/f:created", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-detail-udi", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-detail-udi", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-detail-udi", - "version" : "5.0.0-snapshot1", - "name" : "detail-udi", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "UDI associated with a line item, detail product or service", - "code" : "detail-udi", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.item.detail.udi", - "xpath" : "f:Claim/f:item/f:detail/f:udi", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Encounters associated with a billed line item", - "code" : "encounter", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.item.encounter", - "xpath" : "f:Claim/f:item/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-enterer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-enterer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-enterer", - "version" : "5.0.0-snapshot1", - "name" : "enterer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The party responsible for the entry of the Claim", - "code" : "enterer", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.enterer", - "xpath" : "f:Claim/f:enterer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-facility", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-facility", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-facility", - "version" : "5.0.0-snapshot1", - "name" : "facility", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Facility where the products or services have been or will be provided", - "code" : "facility", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.facility", - "xpath" : "f:Claim/f:facility", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The primary identifier of the financial resource", - "code" : "identifier", - "base" : ["Claim"], - "type" : "token", - "expression" : "Claim.identifier", - "xpath" : "f:Claim/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-insurer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-insurer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-insurer", - "version" : "5.0.0-snapshot1", - "name" : "insurer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The target payor/insurer for the Claim", - "code" : "insurer", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.insurer", - "xpath" : "f:Claim/f:insurer", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-item-udi", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-item-udi", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-item-udi", - "version" : "5.0.0-snapshot1", - "name" : "item-udi", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "UDI associated with a line item product or service", - "code" : "item-udi", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.item.udi", - "xpath" : "f:Claim/f:item/f:udi", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Patient receiving the products or services", - "code" : "patient", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.patient", - "xpath" : "f:Claim/f:patient", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-payee", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-payee", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-payee", - "version" : "5.0.0-snapshot1", - "name" : "payee", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The party receiving any payment for the Claim", - "code" : "payee", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.payee.party", - "xpath" : "f:Claim/f:payee/f:party", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-priority", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-priority", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-priority", - "version" : "5.0.0-snapshot1", - "name" : "priority", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Processing priority requested", - "code" : "priority", - "base" : ["Claim"], - "type" : "token", - "expression" : "Claim.priority", - "xpath" : "f:Claim/f:priority", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-procedure-udi", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-procedure-udi", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-procedure-udi", - "version" : "5.0.0-snapshot1", - "name" : "procedure-udi", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "UDI associated with a procedure", - "code" : "procedure-udi", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.procedure.udi", - "xpath" : "f:Claim/f:procedure/f:udi", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-provider", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-provider", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-provider", - "version" : "5.0.0-snapshot1", - "name" : "provider", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Provider responsible for the Claim", - "code" : "provider", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.provider", - "xpath" : "f:Claim/f:provider", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The status of the Claim instance.", - "code" : "status", - "base" : ["Claim"], - "type" : "token", - "expression" : "Claim.status", - "xpath" : "f:Claim/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-subdetail-udi", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-subdetail-udi", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-subdetail-udi", - "version" : "5.0.0-snapshot1", - "name" : "subdetail-udi", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "UDI associated with a line item, detail, subdetail product or service", - "code" : "subdetail-udi", - "base" : ["Claim"], - "type" : "reference", - "expression" : "Claim.item.detail.subDetail.udi", - "xpath" : "f:Claim/f:item/f:detail/f:subDetail/f:udi", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Claim-use", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Claim-use", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Claim-use", - "version" : "5.0.0-snapshot1", - "name" : "use", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The kind of financial resource", - "code" : "use", - "base" : ["Claim"], - "type" : "token", - "expression" : "Claim.use", - "xpath" : "f:Claim/f:use", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-created", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClaimResponse-created", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-created", - "version" : "5.0.0-snapshot1", - "name" : "created", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The creation date", - "code" : "created", - "base" : ["ClaimResponse"], - "type" : "date", - "expression" : "ClaimResponse.created", - "xpath" : "f:ClaimResponse/f:created", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-disposition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClaimResponse-disposition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-disposition", - "version" : "5.0.0-snapshot1", - "name" : "disposition", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The contents of the disposition message", - "code" : "disposition", - "base" : ["ClaimResponse"], - "type" : "string", - "expression" : "ClaimResponse.disposition", - "xpath" : "f:ClaimResponse/f:disposition", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClaimResponse-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The identity of the ClaimResponse", - "code" : "identifier", - "base" : ["ClaimResponse"], - "type" : "token", - "expression" : "ClaimResponse.identifier", - "xpath" : "f:ClaimResponse/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClaimResponse-insurer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer", - "version" : "5.0.0-snapshot1", - "name" : "insurer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The organization which generated this resource", - "code" : "insurer", - "base" : ["ClaimResponse"], - "type" : "reference", - "expression" : "ClaimResponse.insurer", - "xpath" : "f:ClaimResponse/f:insurer", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClaimResponse-outcome", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome", - "version" : "5.0.0-snapshot1", - "name" : "outcome", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The processing outcome", - "code" : "outcome", - "base" : ["ClaimResponse"], - "type" : "token", - "expression" : "ClaimResponse.outcome", - "xpath" : "f:ClaimResponse/f:outcome", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClaimResponse-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The subject of care", - "code" : "patient", - "base" : ["ClaimResponse"], - "type" : "reference", - "expression" : "ClaimResponse.patient", - "xpath" : "f:ClaimResponse/f:patient", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClaimResponse-payment-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date", - "version" : "5.0.0-snapshot1", - "name" : "payment-date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The expected payment date", - "code" : "payment-date", - "base" : ["ClaimResponse"], - "type" : "date", - "expression" : "ClaimResponse.payment.date", - "xpath" : "f:ClaimResponse/f:payment/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-request", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClaimResponse-request", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-request", - "version" : "5.0.0-snapshot1", - "name" : "request", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The claim reference", - "code" : "request", - "base" : ["ClaimResponse"], - "type" : "reference", - "expression" : "ClaimResponse.request", - "xpath" : "f:ClaimResponse/f:request", - "xpathUsage" : "normal", - "target" : ["Claim"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-requestor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClaimResponse-requestor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-requestor", - "version" : "5.0.0-snapshot1", - "name" : "requestor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The Provider of the claim", - "code" : "requestor", - "base" : ["ClaimResponse"], - "type" : "reference", - "expression" : "ClaimResponse.requestor", - "xpath" : "f:ClaimResponse/f:requestor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClaimResponse-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The status of the ClaimResponse", - "code" : "status", - "base" : ["ClaimResponse"], - "type" : "token", - "expression" : "ClaimResponse.status", - "xpath" : "f:ClaimResponse/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-use", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClaimResponse-use", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClaimResponse-use", - "version" : "5.0.0-snapshot1", - "name" : "use", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The type of claim", - "code" : "use", - "base" : ["ClaimResponse"], - "type" : "token", - "expression" : "ClaimResponse.use", - "xpath" : "f:ClaimResponse/f:use", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalImpression-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The Encounter during which this ClinicalImpression was created", - "code" : "encounter", - "base" : ["ClinicalImpression"], - "type" : "reference", - "expression" : "ClinicalImpression.encounter", - "xpath" : "f:ClinicalImpression/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalImpression-finding-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-code", - "version" : "5.0.0-snapshot1", - "name" : "finding-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Reference to a concept (by class)", - "code" : "finding-code", - "base" : ["ClinicalImpression"], - "type" : "token", - "expression" : "ClinicalImpression.finding.item.concept", - "xpath" : "f:ClinicalImpression/f:finding/f:item/f:concept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-ref", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalImpression-finding-ref", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-ref", - "version" : "5.0.0-snapshot1", - "name" : "finding-ref", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Reference to a resource (by instance)", - "code" : "finding-ref", - "base" : ["ClinicalImpression"], - "type" : "reference", - "expression" : "ClinicalImpression.finding.item.reference", - "xpath" : "f:ClinicalImpression/f:finding/f:item/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalImpression-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Business identifier", - "code" : "identifier", - "base" : ["ClinicalImpression"], - "type" : "token", - "expression" : "ClinicalImpression.identifier", - "xpath" : "f:ClinicalImpression/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalImpression-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The clinician performing the assessment", - "code" : "performer", - "base" : ["ClinicalImpression"], - "type" : "reference", - "expression" : "ClinicalImpression.performer", - "xpath" : "f:ClinicalImpression/f:performer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-previous", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalImpression-previous", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-previous", - "version" : "5.0.0-snapshot1", - "name" : "previous", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Reference to last assessment", - "code" : "previous", - "base" : ["ClinicalImpression"], - "type" : "reference", - "expression" : "ClinicalImpression.previous", - "xpath" : "f:ClinicalImpression/f:previous", - "xpathUsage" : "normal", - "target" : ["ClinicalImpression"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-problem", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalImpression-problem", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-problem", - "version" : "5.0.0-snapshot1", - "name" : "problem", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Relevant impressions of patient state", - "code" : "problem", - "base" : ["ClinicalImpression"], - "type" : "reference", - "expression" : "ClinicalImpression.problem", - "xpath" : "f:ClinicalImpression/f:problem", - "xpathUsage" : "normal", - "target" : ["Condition", - "AllergyIntolerance"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalImpression-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", - "code" : "status", - "base" : ["ClinicalImpression"], - "type" : "token", - "expression" : "ClinicalImpression.status", - "xpath" : "f:ClinicalImpression/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalImpression-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Patient or group assessed", - "code" : "subject", - "base" : ["ClinicalImpression"], - "type" : "reference", - "expression" : "ClinicalImpression.subject", - "xpath" : "f:ClinicalImpression/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-supporting-info", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalImpression-supporting-info", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalImpression-supporting-info", - "version" : "5.0.0-snapshot1", - "name" : "supporting-info", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Information supporting the clinical impression", - "code" : "supporting-info", - "base" : ["ClinicalImpression"], - "type" : "reference", - "expression" : "ClinicalImpression.supportingInfo", - "xpath" : "f:ClinicalImpression/f:supportingInfo", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseDefinition-contraindication", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication", - "version" : "5.0.0-snapshot1", - "name" : "contraindication", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation that is being documented as contraindicating against this item, as a code", - "code" : "contraindication", - "base" : ["ClinicalUseDefinition"], - "type" : "token", - "expression" : "ClinicalUseDefinition.contraindication.diseaseSymptomProcedure", - "xpath" : "f:ClinicalUseDefinition/f:contraindication/f:diseaseSymptomProcedure", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseDefinition-contraindication-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication-reference", - "version" : "5.0.0-snapshot1", - "name" : "contraindication-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation that is being documented as contraindicating against this item, as a reference", - "code" : "contraindication-reference", - "base" : ["ClinicalUseDefinition"], - "type" : "reference", - "expression" : "ClinicalUseDefinition.contraindication.diseaseSymptomProcedure", - "xpath" : "f:ClinicalUseDefinition/f:contraindication/f:diseaseSymptomProcedure", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseDefinition-effect", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect", - "version" : "5.0.0-snapshot1", - "name" : "effect", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation in which the undesirable effect may manifest, as a code", - "code" : "effect", - "base" : ["ClinicalUseDefinition"], - "type" : "token", - "expression" : "ClinicalUseDefinition.undesirableEffect.symptomConditionEffect", - "xpath" : "f:ClinicalUseDefinition/f:undesirableEffect/f:symptomConditionEffect", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseDefinition-effect-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect-reference", - "version" : "5.0.0-snapshot1", - "name" : "effect-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation in which the undesirable effect may manifest, as a reference", - "code" : "effect-reference", - "base" : ["ClinicalUseDefinition"], - "type" : "reference", - "expression" : "ClinicalUseDefinition.undesirableEffect.symptomConditionEffect", - "xpath" : "f:ClinicalUseDefinition/f:undesirableEffect/f:symptomConditionEffect", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Business identifier for this issue", - "code" : "identifier", - "base" : ["ClinicalUseDefinition"], - "type" : "token", - "expression" : "ClinicalUseDefinition.identifier", - "xpath" : "f:ClinicalUseDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseDefinition-indication", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication", - "version" : "5.0.0-snapshot1", - "name" : "indication", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation that is being documented as an indicaton for this item, as a code", - "code" : "indication", - "base" : ["ClinicalUseDefinition"], - "type" : "token", - "expression" : "ClinicalUseDefinition.indication.diseaseSymptomProcedure", - "xpath" : "f:ClinicalUseDefinition/f:indication/f:diseaseSymptomProcedure", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseDefinition-indication-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication-reference", - "version" : "5.0.0-snapshot1", - "name" : "indication-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation that is being documented as an indicaton for this item, as a reference", - "code" : "indication-reference", - "base" : ["ClinicalUseDefinition"], - "type" : "reference", - "expression" : "ClinicalUseDefinition.indication.diseaseSymptomProcedure", - "xpath" : "f:ClinicalUseDefinition/f:indication/f:diseaseSymptomProcedure", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-interaction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseDefinition-interaction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-interaction", - "version" : "5.0.0-snapshot1", - "name" : "interaction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction", - "code" : "interaction", - "base" : ["ClinicalUseDefinition"], - "type" : "token", - "expression" : "ClinicalUseDefinition.interaction.type", - "xpath" : "f:ClinicalUseDefinition/f:interaction/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-product", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseDefinition-product", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-product", - "version" : "5.0.0-snapshot1", - "name" : "product", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The medicinal product for which this is a clinical usage issue", - "code" : "product", - "base" : ["ClinicalUseDefinition"], - "type" : "reference", - "expression" : "ClinicalUseDefinition.subject.where(resolve() is MedicinalProductDefinition)", - "xpath" : "f:ClinicalUseDefinition/f:subject", - "xpathUsage" : "normal", - "target" : ["MedicinalProductDefinition", - "Device", - "Medication", - "DeviceDefinition", - "PlanDefinition", - "Substance", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseDefinition-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The resource for which this is a clinical usage issue", - "code" : "subject", - "base" : ["ClinicalUseDefinition"], - "type" : "reference", - "expression" : "ClinicalUseDefinition.subject", - "xpath" : "f:ClinicalUseDefinition/f:subject", - "xpathUsage" : "normal", - "target" : ["MedicinalProductDefinition", - "Device", - "Medication", - "DeviceDefinition", - "PlanDefinition", - "Substance", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseDefinition-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "indication | contraindication | interaction | undesirable-effect | warning", - "code" : "type", - "base" : ["ClinicalUseDefinition"], - "type" : "token", - "expression" : "ClinicalUseDefinition.type", - "xpath" : "f:ClinicalUseDefinition/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-contraindication", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseIssue-contraindication", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-contraindication", - "version" : "5.0.0-snapshot1", - "name" : "contraindication", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation that is being documented as contraindicating against this item, as a code", - "code" : "contraindication", - "base" : ["ClinicalUseIssue"], - "type" : "token", - "expression" : "ClinicalUseIssue.contraindication.diseaseSymptomProcedure", - "xpath" : "f:ClinicalUseIssue/f:contraindication/f:diseaseSymptomProcedure", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-contraindication-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseIssue-contraindication-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-contraindication-reference", - "version" : "5.0.0-snapshot1", - "name" : "contraindication-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation that is being documented as contraindicating against this item, as a reference", - "code" : "contraindication-reference", - "base" : ["ClinicalUseIssue"], - "type" : "reference", - "expression" : "ClinicalUseIssue.contraindication.diseaseSymptomProcedure", - "xpath" : "f:ClinicalUseIssue/f:contraindication/f:diseaseSymptomProcedure", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-effect", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseIssue-effect", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-effect", - "version" : "5.0.0-snapshot1", - "name" : "effect", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation in which the undesirable effect may manifest, as a code", - "code" : "effect", - "base" : ["ClinicalUseIssue"], - "type" : "token", - "expression" : "ClinicalUseIssue.undesirableEffect.symptomConditionEffect", - "xpath" : "f:ClinicalUseIssue/f:undesirableEffect/f:symptomConditionEffect", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-effect-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseIssue-effect-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-effect-reference", - "version" : "5.0.0-snapshot1", - "name" : "effect-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation in which the undesirable effect may manifest, as a reference", - "code" : "effect-reference", - "base" : ["ClinicalUseIssue"], - "type" : "reference", - "expression" : "ClinicalUseIssue.undesirableEffect.symptomConditionEffect", - "xpath" : "f:ClinicalUseIssue/f:undesirableEffect/f:symptomConditionEffect", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseIssue-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Business identifier for this issue", - "code" : "identifier", - "base" : ["ClinicalUseIssue"], - "type" : "token", - "expression" : "ClinicalUseIssue.identifier", - "xpath" : "f:ClinicalUseIssue/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-indication", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseIssue-indication", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-indication", - "version" : "5.0.0-snapshot1", - "name" : "indication", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation that is being documented as an indicaton for this item, as a code", - "code" : "indication", - "base" : ["ClinicalUseIssue"], - "type" : "token", - "expression" : "ClinicalUseIssue.indication.diseaseSymptomProcedure", - "xpath" : "f:ClinicalUseIssue/f:indication/f:diseaseSymptomProcedure", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-indication-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseIssue-indication-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-indication-reference", - "version" : "5.0.0-snapshot1", - "name" : "indication-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The situation that is being documented as an indicaton for this item, as a reference", - "code" : "indication-reference", - "base" : ["ClinicalUseIssue"], - "type" : "reference", - "expression" : "ClinicalUseIssue.indication.diseaseSymptomProcedure", - "xpath" : "f:ClinicalUseIssue/f:indication/f:diseaseSymptomProcedure", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-interaction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseIssue-interaction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-interaction", - "version" : "5.0.0-snapshot1", - "name" : "interaction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction", - "code" : "interaction", - "base" : ["ClinicalUseIssue"], - "type" : "token", - "expression" : "ClinicalUseIssue.interaction.type", - "xpath" : "f:ClinicalUseIssue/f:interaction/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-product", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseIssue-product", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-product", - "version" : "5.0.0-snapshot1", - "name" : "product", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The medicinal product for which this is a clinical usage issue", - "code" : "product", - "base" : ["ClinicalUseIssue"], - "type" : "reference", - "expression" : "ClinicalUseIssue.subject.where(resolve() is MedicinalProductDefinition)", - "xpath" : "f:ClinicalUseIssue/f:subject", - "xpathUsage" : "normal", - "target" : ["MedicinalProductDefinition", - "Device", - "Medication", - "DeviceDefinition", - "PlanDefinition", - "Substance", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseIssue-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The resource for which this is a clinical usage issue", - "code" : "subject", - "base" : ["ClinicalUseIssue"], - "type" : "reference", - "expression" : "ClinicalUseIssue.subject", - "xpath" : "f:ClinicalUseIssue/f:subject", - "xpathUsage" : "normal", - "target" : ["MedicinalProductDefinition", - "Device", - "Medication", - "DeviceDefinition", - "PlanDefinition", - "Substance", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ClinicalUseIssue-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ClinicalUseIssue-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "indication | contraindication | interaction | undesirable-effect | warning", - "code" : "type", - "base" : ["ClinicalUseIssue"], - "type" : "token", - "expression" : "ClinicalUseIssue.type", - "xpath" : "f:ClinicalUseIssue/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CodeSystem-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CodeSystem-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CodeSystem-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "A code defined in the code system", - "code" : "code", - "base" : ["CodeSystem"], - "type" : "token", - "expression" : "CodeSystem.concept.code", - "xpath" : "f:CodeSystem/f:concept/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CodeSystem-content-mode", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode", - "version" : "5.0.0-snapshot1", - "name" : "content-mode", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "not-present | example | fragment | complete | supplement", - "code" : "content-mode", - "base" : ["CodeSystem"], - "type" : "token", - "expression" : "CodeSystem.content", - "xpath" : "f:CodeSystem/f:content", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/conformance-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "conformance-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/conformance-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [CodeSystem](codesystem.html): External identifier for the code system\r\n* [ConceptMap](conceptmap.html): External identifier for the concept map\r\n* [MessageDefinition](messagedefinition.html): External identifier for the message definition\r\n* [StructureDefinition](structuredefinition.html): External identifier for the structure definition\r\n* [StructureMap](structuremap.html): External identifier for the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): External identifier for the terminology capabilities\r\n* [ValueSet](valueset.html): External identifier for the value set\r\n", - "code" : "identifier", - "base" : ["CodeSystem", - "ConceptMap", - "MessageDefinition", - "StructureDefinition", - "StructureMap", - "TerminologyCapabilities", - "ValueSet"], - "type" : "token", - "expression" : "CodeSystem.identifier | ConceptMap.identifier | MessageDefinition.identifier | StructureDefinition.identifier | StructureMap.identifier | TerminologyCapabilities.identifier | ValueSet.identifier", - "xpath" : "f:CodeSystem/f:identifier | f:ConceptMap/f:identifier | f:MessageDefinition/f:identifier | f:StructureDefinition/f:identifier | f:StructureMap/f:identifier | f:TerminologyCapabilities/f:identifier | f:ValueSet/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CodeSystem-language", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CodeSystem-language", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CodeSystem-language", - "version" : "5.0.0-snapshot1", - "name" : "language", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "A language in which a designation is provided", - "code" : "language", - "base" : ["CodeSystem"], - "type" : "token", - "expression" : "CodeSystem.concept.designation.language", - "xpath" : "f:CodeSystem/f:concept/f:designation/f:language", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CodeSystem-supplements", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CodeSystem-supplements", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CodeSystem-supplements", - "version" : "5.0.0-snapshot1", - "name" : "supplements", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Find code system supplements for the referenced code system", - "code" : "supplements", - "base" : ["CodeSystem"], - "type" : "reference", - "expression" : "CodeSystem.supplements", - "xpath" : "f:CodeSystem/f:supplements", - "xpathUsage" : "normal", - "target" : ["CodeSystem"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CodeSystem-system", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CodeSystem-system", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CodeSystem-system", - "version" : "5.0.0-snapshot1", - "name" : "system", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The system for any codes defined by this code system (same as 'url')", - "code" : "system", - "base" : ["CodeSystem"], - "type" : "uri", - "expression" : "CodeSystem.url", - "xpath" : "f:CodeSystem/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Request fulfilled by this communication", - "code" : "based-on", - "base" : ["Communication"], - "type" : "reference", - "expression" : "Communication.basedOn", - "xpath" : "f:Communication/f:basedOn", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Message category", - "code" : "category", - "base" : ["Communication"], - "type" : "token", - "expression" : "Communication.category", - "xpath" : "f:Communication/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The Encounter during which this Communication was created", - "code" : "encounter", - "base" : ["Communication"], - "type" : "reference", - "expression" : "Communication.encounter", - "xpath" : "f:Communication/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Unique identifier", - "code" : "identifier", - "base" : ["Communication"], - "type" : "token", - "expression" : "Communication.identifier", - "xpath" : "f:Communication/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-instantiates-canonical", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-instantiates-canonical", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-instantiates-canonical", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-canonical", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Instantiates FHIR protocol or definition", - "code" : "instantiates-canonical", - "base" : ["Communication"], - "type" : "reference", - "expression" : "Communication.instantiatesCanonical", - "xpath" : "f:Communication/f:instantiatesCanonical", - "xpathUsage" : "normal", - "target" : ["Questionnaire", - "Measure", - "PlanDefinition", - "OperationDefinition", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-instantiates-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-instantiates-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-instantiates-uri", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-uri", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Instantiates external protocol or definition", - "code" : "instantiates-uri", - "base" : ["Communication"], - "type" : "uri", - "expression" : "Communication.instantiatesUri", - "xpath" : "f:Communication/f:instantiatesUri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-medium", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-medium", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-medium", - "version" : "5.0.0-snapshot1", - "name" : "medium", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "A channel of communication", - "code" : "medium", - "base" : ["Communication"], - "type" : "token", - "expression" : "Communication.medium", - "xpath" : "f:Communication/f:medium", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-part-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-part-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-part-of", - "version" : "5.0.0-snapshot1", - "name" : "part-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Part of referenced event (e.g. Communication, Procedure)", - "code" : "part-of", - "base" : ["Communication"], - "type" : "reference", - "expression" : "Communication.partOf", - "xpath" : "f:Communication/f:partOf", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Focus of message", - "code" : "patient", - "base" : ["Communication"], - "type" : "reference", - "expression" : "Communication.subject.where(resolve() is Patient)", - "xpath" : "f:Communication/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-received", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-received", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-received", - "version" : "5.0.0-snapshot1", - "name" : "received", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "When received", - "code" : "received", - "base" : ["Communication"], - "type" : "date", - "expression" : "Communication.received", - "xpath" : "f:Communication/f:received", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-recipient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-recipient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-recipient", - "version" : "5.0.0-snapshot1", - "name" : "recipient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who the information is shared with", - "code" : "recipient", - "base" : ["Communication"], - "type" : "reference", - "expression" : "Communication.recipient", - "xpath" : "f:Communication/f:recipient", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Organization", - "CareTeam", - "Endpoint", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-sender", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-sender", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-sender", - "version" : "5.0.0-snapshot1", - "name" : "sender", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who shares the information", - "code" : "sender", - "base" : ["Communication"], - "type" : "reference", - "expression" : "Communication.sender", - "xpath" : "f:Communication/f:sender", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Endpoint", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-sent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-sent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-sent", - "version" : "5.0.0-snapshot1", - "name" : "sent", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "When sent", - "code" : "sent", - "base" : ["Communication"], - "type" : "date", - "expression" : "Communication.sent", - "xpath" : "f:Communication/f:sent", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", - "code" : "status", - "base" : ["Communication"], - "type" : "token", - "expression" : "Communication.status", - "xpath" : "f:Communication/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Focus of message", - "code" : "subject", - "base" : ["Communication"], - "type" : "reference", - "expression" : "Communication.subject", - "xpath" : "f:Communication/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Communication-topic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Communication-topic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Communication-topic", - "version" : "5.0.0-snapshot1", - "name" : "topic", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Description of the purpose/content", - "code" : "topic", - "base" : ["Communication"], - "type" : "token", - "expression" : "Communication.topic", - "xpath" : "f:Communication/f:topic", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-authored", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored", - "version" : "5.0.0-snapshot1", - "name" : "authored", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "When request transitioned to being actionable", - "code" : "authored", - "base" : ["CommunicationRequest"], - "type" : "date", - "expression" : "CommunicationRequest.authoredOn", - "xpath" : "f:CommunicationRequest/f:authoredOn", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Fulfills plan or proposal", - "code" : "based-on", - "base" : ["CommunicationRequest"], - "type" : "reference", - "expression" : "CommunicationRequest.basedOn", - "xpath" : "f:CommunicationRequest/f:basedOn", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Message category", - "code" : "category", - "base" : ["CommunicationRequest"], - "type" : "token", - "expression" : "CommunicationRequest.category", - "xpath" : "f:CommunicationRequest/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The Encounter during which this CommunicationRequest was created", - "code" : "encounter", - "base" : ["CommunicationRequest"], - "type" : "reference", - "expression" : "CommunicationRequest.encounter", - "xpath" : "f:CommunicationRequest/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-group-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier", - "version" : "5.0.0-snapshot1", - "name" : "group-identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Composite request this is part of", - "code" : "group-identifier", - "base" : ["CommunicationRequest"], - "type" : "token", - "expression" : "CommunicationRequest.groupIdentifier", - "xpath" : "f:CommunicationRequest/f:groupIdentifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Unique identifier", - "code" : "identifier", - "base" : ["CommunicationRequest"], - "type" : "token", - "expression" : "CommunicationRequest.identifier", - "xpath" : "f:CommunicationRequest/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-information-provider", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-information-provider", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-information-provider", - "version" : "5.0.0-snapshot1", - "name" : "information-provider", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who should share the information", - "code" : "information-provider", - "base" : ["CommunicationRequest"], - "type" : "reference", - "expression" : "CommunicationRequest.informationProvider", - "xpath" : "f:CommunicationRequest/f:informationProvider", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Endpoint", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-medium", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium", - "version" : "5.0.0-snapshot1", - "name" : "medium", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "A channel of communication", - "code" : "medium", - "base" : ["CommunicationRequest"], - "type" : "token", - "expression" : "CommunicationRequest.medium", - "xpath" : "f:CommunicationRequest/f:medium", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-occurrence", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence", - "version" : "5.0.0-snapshot1", - "name" : "occurrence", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "When scheduled", - "code" : "occurrence", - "base" : ["CommunicationRequest"], - "type" : "date", - "expression" : "CommunicationRequest.occurrence.as(dateTime) | CommunicationRequest.occurrence.as(Period)", - "xpath" : "f:CommunicationRequest/f:occurrenceDateTime | f:CommunicationRequest/f:occurrencePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Focus of message", - "code" : "patient", - "base" : ["CommunicationRequest"], - "type" : "reference", - "expression" : "CommunicationRequest.subject.where(resolve() is Patient)", - "xpath" : "f:CommunicationRequest/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-priority", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-priority", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-priority", - "version" : "5.0.0-snapshot1", - "name" : "priority", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "routine | urgent | asap | stat", - "code" : "priority", - "base" : ["CommunicationRequest"], - "type" : "token", - "expression" : "CommunicationRequest.priority", - "xpath" : "f:CommunicationRequest/f:priority", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-recipient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-recipient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-recipient", - "version" : "5.0.0-snapshot1", - "name" : "recipient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who to share the information with", - "code" : "recipient", - "base" : ["CommunicationRequest"], - "type" : "reference", - "expression" : "CommunicationRequest.recipient", - "xpath" : "f:CommunicationRequest/f:recipient", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Organization", - "CareTeam", - "Endpoint", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-replaces", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces", - "version" : "5.0.0-snapshot1", - "name" : "replaces", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Request(s) replaced by this request", - "code" : "replaces", - "base" : ["CommunicationRequest"], - "type" : "reference", - "expression" : "CommunicationRequest.replaces", - "xpath" : "f:CommunicationRequest/f:replaces", - "xpathUsage" : "normal", - "target" : ["CommunicationRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-requester", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester", - "version" : "5.0.0-snapshot1", - "name" : "requester", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who asks for the information to be shared", - "code" : "requester", - "base" : ["CommunicationRequest"], - "type" : "reference", - "expression" : "CommunicationRequest.requester", - "xpath" : "f:CommunicationRequest/f:requester", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "draft | active | on-hold | revoked | completed | entered-in-error | unknown", - "code" : "status", - "base" : ["CommunicationRequest"], - "type" : "token", - "expression" : "CommunicationRequest.status", - "xpath" : "f:CommunicationRequest/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CommunicationRequest-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CommunicationRequest-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Focus of message", - "code" : "subject", - "base" : ["CommunicationRequest"], - "type" : "reference", - "expression" : "CommunicationRequest.subject", - "xpath" : "f:CommunicationRequest/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CompartmentDefinition-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Patient | Encounter | RelatedPerson | Practitioner | Device", - "code" : "code", - "base" : ["CompartmentDefinition"], - "type" : "token", - "expression" : "CompartmentDefinition.code", - "xpath" : "f:CompartmentDefinition/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-resource", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CompartmentDefinition-resource", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-resource", - "version" : "5.0.0-snapshot1", - "name" : "resource", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Name of resource type", - "code" : "resource", - "base" : ["CompartmentDefinition"], - "type" : "token", - "expression" : "CompartmentDefinition.resource.code", - "xpath" : "f:CompartmentDefinition/f:resource/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-attester", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-attester", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-attester", - "version" : "5.0.0-snapshot1", - "name" : "attester", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Who attested the composition", - "code" : "attester", - "base" : ["Composition"], - "type" : "reference", - "expression" : "Composition.attester.party", - "xpath" : "f:Composition/f:attester/f:party", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-author", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-author", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-author", - "version" : "5.0.0-snapshot1", - "name" : "author", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Who and/or what authored the composition", - "code" : "author", - "base" : ["Composition"], - "type" : "reference", - "expression" : "Composition.author", - "xpath" : "f:Composition/f:author", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Categorization of Composition", - "code" : "category", - "base" : ["Composition"], - "type" : "token", - "expression" : "Composition.category", - "xpath" : "f:Composition/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-confidentiality", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-confidentiality", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-confidentiality", - "version" : "5.0.0-snapshot1", - "name" : "confidentiality", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "As defined by affinity domain", - "code" : "confidentiality", - "base" : ["Composition"], - "type" : "token", - "expression" : "Composition.confidentiality", - "xpath" : "f:Composition/f:confidentiality", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Code(s) that apply to the event being documented", - "code" : "context", - "base" : ["Composition"], - "type" : "token", - "expression" : "Composition.event.code", - "xpath" : "f:Composition/f:event/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/clinical-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "clinical-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/clinical-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Composition](composition.html): Context of the Composition\r\n* [DeviceRequest](devicerequest.html): Encounter during which request was created\r\n* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made\r\n* [DocumentReference](documentreference.html): Context of the document content\r\n* [Flag](flag.html): Alert relevant during encounter\r\n* [List](list.html): Context in which list created\r\n* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier\r\n* [Observation](observation.html): Encounter related to the observation\r\n* [Procedure](procedure.html): The Encounter during which this Procedure was created\r\n* [RiskAssessment](riskassessment.html): Where was assessment performed?\r\n* [ServiceRequest](servicerequest.html): An encounter in which this request is made\r\n* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier\r\n", - "code" : "encounter", - "base" : ["Composition", - "DeviceRequest", - "DiagnosticReport", - "DocumentReference", - "Flag", - "List", - "NutritionOrder", - "Observation", - "Procedure", - "RiskAssessment", - "ServiceRequest", - "VisionPrescription"], - "type" : "reference", - "expression" : "Composition.encounter | DeviceRequest.encounter | DiagnosticReport.encounter | DocumentReference.encounter | Flag.encounter | List.encounter | NutritionOrder.encounter | Observation.encounter | Procedure.encounter | RiskAssessment.encounter | ServiceRequest.encounter | VisionPrescription.encounter", - "xpath" : "f:Composition/f:encounter | f:DeviceRequest/f:encounter | f:DiagnosticReport/f:encounter | f:DocumentReference/f:encounter | f:Flag/f:encounter | f:List/f:encounter | f:NutritionOrder/f:encounter | f:Observation/f:encounter | f:Procedure/f:encounter | f:RiskAssessment/f:encounter | f:ServiceRequest/f:encounter | f:VisionPrescription/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-entry", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-entry", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-entry", - "version" : "5.0.0-snapshot1", - "name" : "entry", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "A reference to data that supports this section", - "code" : "entry", - "base" : ["Composition"], - "type" : "reference", - "expression" : "Composition.section.entry", - "xpath" : "f:Composition/f:section/f:entry", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-period", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-period", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-period", - "version" : "5.0.0-snapshot1", - "name" : "period", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "The period covered by the documentation", - "code" : "period", - "base" : ["Composition"], - "type" : "date", - "expression" : "Composition.event.period", - "xpath" : "f:Composition/f:event/f:period", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-related", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-related", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-related", - "version" : "5.0.0-snapshot1", - "name" : "related", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Target of the relationship", - "code" : "related", - "base" : ["Composition"], - "type" : "reference", - "expression" : "Composition.relatesTo.resourceReference", - "xpath" : "f:Composition/f:relatesTo/f:resourceReference", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-section", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-section", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-section", - "version" : "5.0.0-snapshot1", - "name" : "section", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Classification of section (recommended)", - "code" : "section", - "base" : ["Composition"], - "type" : "token", - "expression" : "Composition.section.code", - "xpath" : "f:Composition/f:section/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "preliminary | final | amended | entered-in-error", - "code" : "status", - "base" : ["Composition"], - "type" : "token", - "expression" : "Composition.status", - "xpath" : "f:Composition/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Who and/or what the composition is about", - "code" : "subject", - "base" : ["Composition"], - "type" : "reference", - "expression" : "Composition.subject", - "xpath" : "f:Composition/f:subject", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Composition-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Composition-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Composition-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Human Readable name/title", - "code" : "title", - "base" : ["Composition"], - "type" : "string", - "expression" : "Composition.title", - "xpath" : "f:Composition/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap-dependson", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap-dependson", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap-dependson", - "version" : "5.0.0-snapshot1", - "name" : "dependson", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Reference to property mapping depends on", - "code" : "dependson", - "base" : ["ConceptMap"], - "type" : "uri", - "expression" : "ConceptMap.group.element.target.dependsOn.property", - "xpath" : "f:ConceptMap/f:group/f:element/f:target/f:dependsOn/f:property", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap-other", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap-other", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap-other", - "version" : "5.0.0-snapshot1", - "name" : "other", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped", - "code" : "other", - "base" : ["ConceptMap"], - "type" : "reference", - "expression" : "ConceptMap.group.unmapped.url", - "xpath" : "f:ConceptMap/f:group/f:unmapped/f:url", - "xpathUsage" : "normal", - "target" : ["ConceptMap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap-product", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap-product", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap-product", - "version" : "5.0.0-snapshot1", - "name" : "product", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Reference to property mapping depends on", - "code" : "product", - "base" : ["ConceptMap"], - "type" : "uri", - "expression" : "ConceptMap.group.element.target.product.property", - "xpath" : "f:ConceptMap/f:group/f:element/f:target/f:product/f:property", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap-source", - "version" : "5.0.0-snapshot1", - "name" : "source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The source value set that contains the concepts that are being mapped", - "code" : "source", - "base" : ["ConceptMap"], - "type" : "reference", - "expression" : "(ConceptMap.source as canonical)", - "xpath" : "f:ConceptMap/f:sourceCanonical", - "xpathUsage" : "normal", - "target" : ["ValueSet"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap-source-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap-source-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap-source-code", - "version" : "5.0.0-snapshot1", - "name" : "source-code", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Identifies element being mapped", - "code" : "source-code", - "base" : ["ConceptMap"], - "type" : "token", - "expression" : "ConceptMap.group.element.code", - "xpath" : "f:ConceptMap/f:group/f:element/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap-source-system", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap-source-system", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap-source-system", - "version" : "5.0.0-snapshot1", - "name" : "source-system", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Source system where concepts to be mapped are defined", - "code" : "source-system", - "base" : ["ConceptMap"], - "type" : "uri", - "expression" : "ConceptMap.group.source", - "xpath" : "f:ConceptMap/f:group/f:source", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap-source-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap-source-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap-source-uri", - "version" : "5.0.0-snapshot1", - "name" : "source-uri", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The source value set that contains the concepts that are being mapped", - "code" : "source-uri", - "base" : ["ConceptMap"], - "type" : "reference", - "expression" : "(ConceptMap.source as uri)", - "xpath" : "f:ConceptMap/f:sourceUri", - "xpathUsage" : "normal", - "target" : ["ValueSet"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap-target", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap-target", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap-target", - "version" : "5.0.0-snapshot1", - "name" : "target", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The target value set which provides context for the mappings", - "code" : "target", - "base" : ["ConceptMap"], - "type" : "reference", - "expression" : "(ConceptMap.target as canonical)", - "xpath" : "f:ConceptMap/f:targetCanonical", - "xpathUsage" : "normal", - "target" : ["ValueSet"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap-target-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap-target-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap-target-code", - "version" : "5.0.0-snapshot1", - "name" : "target-code", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Code that identifies the target element", - "code" : "target-code", - "base" : ["ConceptMap"], - "type" : "token", - "expression" : "ConceptMap.group.element.target.code", - "xpath" : "f:ConceptMap/f:group/f:element/f:target/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap-target-system", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap-target-system", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap-target-system", - "version" : "5.0.0-snapshot1", - "name" : "target-system", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Target system that the concepts are to be mapped to", - "code" : "target-system", - "base" : ["ConceptMap"], - "type" : "uri", - "expression" : "ConceptMap.group.target", - "xpath" : "f:ConceptMap/f:group/f:target", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap-target-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap-target-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap-target-uri", - "version" : "5.0.0-snapshot1", - "name" : "target-uri", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The target value set which provides context for the mappings", - "code" : "target-uri", - "base" : ["ConceptMap"], - "type" : "reference", - "expression" : "(ConceptMap.target as uri)", - "xpath" : "f:ConceptMap/f:targetUri", - "xpathUsage" : "normal", - "target" : ["ValueSet"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "A use context assigned to the concept map", - "code" : "context", - "base" : ["ConceptMap2"], - "type" : "token", - "expression" : "(ConceptMap2.useContext.value as CodeableConcept)", - "xpath" : "f:ConceptMap2/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the concept map", - "code" : "context-quantity", - "base" : ["ConceptMap2"], - "type" : "quantity", - "expression" : "(ConceptMap2.useContext.value as Quantity) | (ConceptMap2.useContext.value as Range)", - "xpath" : "f:ConceptMap2/f:useContext/f:valueQuantity | f:ConceptMap2/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "A type of use context assigned to the concept map", - "code" : "context-type", - "base" : ["ConceptMap2"], - "type" : "token", - "expression" : "ConceptMap2.useContext.code", - "xpath" : "f:ConceptMap2/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The concept map publication date", - "code" : "date", - "base" : ["ConceptMap2"], - "type" : "date", - "expression" : "ConceptMap2.date", - "xpath" : "f:ConceptMap2/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-dependson", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-dependson", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-dependson", - "version" : "5.0.0-snapshot1", - "name" : "dependson", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Reference to property mapping depends on", - "code" : "dependson", - "base" : ["ConceptMap2"], - "type" : "uri", - "expression" : "ConceptMap2.group.element.target.dependsOn.property", - "xpath" : "f:ConceptMap2/f:group/f:element/f:target/f:dependsOn/f:property", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The description of the concept map", - "code" : "description", - "base" : ["ConceptMap2"], - "type" : "string", - "expression" : "ConceptMap2.description", - "xpath" : "f:ConceptMap2/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "External identifier for the concept map", - "code" : "identifier", - "base" : ["ConceptMap2"], - "type" : "token", - "expression" : "ConceptMap2.identifier", - "xpath" : "f:ConceptMap2/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the concept map", - "code" : "jurisdiction", - "base" : ["ConceptMap2"], - "type" : "token", - "expression" : "ConceptMap2.jurisdiction", - "xpath" : "f:ConceptMap2/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Computationally friendly name of the concept map", - "code" : "name", - "base" : ["ConceptMap2"], - "type" : "string", - "expression" : "ConceptMap2.name", - "xpath" : "f:ConceptMap2/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-other", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-other", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-other", - "version" : "5.0.0-snapshot1", - "name" : "other", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "canonical reference to an additional ConceptMap2 to use for mapping if the source concept is unmapped", - "code" : "other", - "base" : ["ConceptMap2"], - "type" : "reference", - "expression" : "ConceptMap2.group.unmapped.url", - "xpath" : "f:ConceptMap2/f:group/f:unmapped/f:url", - "xpathUsage" : "normal", - "target" : ["ConceptMap2"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-product", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-product", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-product", - "version" : "5.0.0-snapshot1", - "name" : "product", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Reference to property mapping depends on", - "code" : "product", - "base" : ["ConceptMap2"], - "type" : "uri", - "expression" : "ConceptMap2.group.element.target.product.property", - "xpath" : "f:ConceptMap2/f:group/f:element/f:target/f:product/f:property", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Name of the publisher of the concept map", - "code" : "publisher", - "base" : ["ConceptMap2"], - "type" : "string", - "expression" : "ConceptMap2.publisher", - "xpath" : "f:ConceptMap2/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-source", - "version" : "5.0.0-snapshot1", - "name" : "source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The source value set that contains the concepts that are being mapped", - "code" : "source", - "base" : ["ConceptMap2"], - "type" : "reference", - "expression" : "(ConceptMap2.source as canonical)", - "xpath" : "f:ConceptMap2/f:sourceCanonical", - "xpathUsage" : "normal", - "target" : ["ValueSet"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-source-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-source-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-source-code", - "version" : "5.0.0-snapshot1", - "name" : "source-code", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Identifies element being mapped", - "code" : "source-code", - "base" : ["ConceptMap2"], - "type" : "token", - "expression" : "ConceptMap2.group.element.code", - "xpath" : "f:ConceptMap2/f:group/f:element/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-source-system", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-source-system", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-source-system", - "version" : "5.0.0-snapshot1", - "name" : "source-system", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Source system where concepts to be mapped are defined", - "code" : "source-system", - "base" : ["ConceptMap2"], - "type" : "uri", - "expression" : "ConceptMap2.group.source", - "xpath" : "f:ConceptMap2/f:group/f:source", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-source-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-source-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-source-uri", - "version" : "5.0.0-snapshot1", - "name" : "source-uri", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The source value set that contains the concepts that are being mapped", - "code" : "source-uri", - "base" : ["ConceptMap2"], - "type" : "reference", - "expression" : "(ConceptMap2.source as uri)", - "xpath" : "f:ConceptMap2/f:sourceUri", - "xpathUsage" : "normal", - "target" : ["ValueSet"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The current status of the concept map", - "code" : "status", - "base" : ["ConceptMap2"], - "type" : "token", - "expression" : "ConceptMap2.status", - "xpath" : "f:ConceptMap2/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-target", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-target", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-target", - "version" : "5.0.0-snapshot1", - "name" : "target", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The target value set which provides context for the mappings", - "code" : "target", - "base" : ["ConceptMap2"], - "type" : "reference", - "expression" : "(ConceptMap2.target as canonical)", - "xpath" : "f:ConceptMap2/f:targetCanonical", - "xpathUsage" : "normal", - "target" : ["ValueSet"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-target-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-target-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-target-code", - "version" : "5.0.0-snapshot1", - "name" : "target-code", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Code that identifies the target element", - "code" : "target-code", - "base" : ["ConceptMap2"], - "type" : "token", - "expression" : "ConceptMap2.group.element.target.code", - "xpath" : "f:ConceptMap2/f:group/f:element/f:target/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-target-system", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-target-system", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-target-system", - "version" : "5.0.0-snapshot1", - "name" : "target-system", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Target system that the concepts are to be mapped to", - "code" : "target-system", - "base" : ["ConceptMap2"], - "type" : "uri", - "expression" : "ConceptMap2.group.target", - "xpath" : "f:ConceptMap2/f:group/f:target", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-target-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-target-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-target-uri", - "version" : "5.0.0-snapshot1", - "name" : "target-uri", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The target value set which provides context for the mappings", - "code" : "target-uri", - "base" : ["ConceptMap2"], - "type" : "reference", - "expression" : "(ConceptMap2.target as uri)", - "xpath" : "f:ConceptMap2/f:targetUri", - "xpathUsage" : "normal", - "target" : ["ValueSet"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The human-friendly name of the concept map", - "code" : "title", - "base" : ["ConceptMap2"], - "type" : "string", - "expression" : "ConceptMap2.title", - "xpath" : "f:ConceptMap2/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The uri that identifies the concept map", - "code" : "url", - "base" : ["ConceptMap2"], - "type" : "uri", - "expression" : "ConceptMap2.url", - "xpath" : "f:ConceptMap2/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "The business version of the concept map", - "code" : "version", - "base" : ["ConceptMap2"], - "type" : "token", - "expression" : "ConceptMap2.version", - "xpath" : "f:ConceptMap2/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the concept map", - "code" : "context-type-quantity", - "base" : ["ConceptMap2"], - "type" : "composite", - "expression" : "ConceptMap2.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConceptMap2-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the concept map", - "code" : "context-type-value", - "base" : ["ConceptMap2"], - "type" : "composite", - "expression" : "ConceptMap2.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/ConceptMap2-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-abatement-age", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-abatement-age", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-abatement-age", - "version" : "5.0.0-snapshot1", - "name" : "abatement-age", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Abatement as age or age range", - "code" : "abatement-age", - "base" : ["Condition"], - "type" : "quantity", - "expression" : "Condition.abatement.as(Age) | Condition.abatement.as(Range)", - "xpath" : "f:Condition/f:abatementAge | f:Condition/f:abatementRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-abatement-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-abatement-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-abatement-date", - "version" : "5.0.0-snapshot1", - "name" : "abatement-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Date-related abatements (dateTime and period)", - "code" : "abatement-date", - "base" : ["Condition"], - "type" : "date", - "expression" : "Condition.abatement.as(dateTime) | Condition.abatement.as(Period)", - "xpath" : "f:Condition/f:abatementDateTime | f:Condition/f:abatementPeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-abatement-string", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-abatement-string", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-abatement-string", - "version" : "5.0.0-snapshot1", - "name" : "abatement-string", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Abatement as a string", - "code" : "abatement-string", - "base" : ["Condition"], - "type" : "string", - "expression" : "Condition.abatement.as(string)", - "xpath" : "f:Condition/f:abatementString", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-asserter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-asserter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-asserter", - "version" : "5.0.0-snapshot1", - "name" : "asserter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Person or device that asserts this condition", - "code" : "asserter", - "base" : ["Condition"], - "type" : "reference", - "expression" : "Condition.asserter", - "xpath" : "f:Condition/f:asserter", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-body-site", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-body-site", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-body-site", - "version" : "5.0.0-snapshot1", - "name" : "body-site", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Anatomical location, if relevant", - "code" : "body-site", - "base" : ["Condition"], - "type" : "token", - "expression" : "Condition.bodySite", - "xpath" : "f:Condition/f:bodySite", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The category of the condition", - "code" : "category", - "base" : ["Condition"], - "type" : "token", - "expression" : "Condition.category", - "xpath" : "f:Condition/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-clinical-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-clinical-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-clinical-status", - "version" : "5.0.0-snapshot1", - "name" : "clinical-status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The clinical status of the condition", - "code" : "clinical-status", - "base" : ["Condition"], - "type" : "token", - "expression" : "Condition.clinicalStatus", - "xpath" : "f:Condition/f:clinicalStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The Encounter during which this Condition was created", - "code" : "encounter", - "base" : ["Condition"], - "type" : "reference", - "expression" : "Condition.encounter", - "xpath" : "f:Condition/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-evidence", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-evidence", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-evidence", - "version" : "5.0.0-snapshot1", - "name" : "evidence", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Manifestation/symptom", - "code" : "evidence", - "base" : ["Condition"], - "type" : "token", - "expression" : "Condition.evidence.code", - "xpath" : "f:Condition/f:evidence/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-evidence-detail", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-evidence-detail", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-evidence-detail", - "version" : "5.0.0-snapshot1", - "name" : "evidence-detail", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Supporting information found elsewhere", - "code" : "evidence-detail", - "base" : ["Condition"], - "type" : "reference", - "expression" : "Condition.evidence.detail", - "xpath" : "f:Condition/f:evidence/f:detail", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-onset-age", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-onset-age", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-onset-age", - "version" : "5.0.0-snapshot1", - "name" : "onset-age", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Onsets as age or age range", - "code" : "onset-age", - "base" : ["Condition"], - "type" : "quantity", - "expression" : "Condition.onset.as(Age) | Condition.onset.as(Range)", - "xpath" : "f:Condition/f:onsetAge | f:Condition/f:onsetRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-onset-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-onset-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-onset-date", - "version" : "5.0.0-snapshot1", - "name" : "onset-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Date related onsets (dateTime and Period)", - "code" : "onset-date", - "base" : ["Condition"], - "type" : "date", - "expression" : "Condition.onset.as(dateTime) | Condition.onset.as(Period)", - "xpath" : "f:Condition/f:onsetDateTime | f:Condition/f:onsetPeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-onset-info", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-onset-info", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-onset-info", - "version" : "5.0.0-snapshot1", - "name" : "onset-info", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Onsets as a string", - "code" : "onset-info", - "base" : ["Condition"], - "type" : "string", - "expression" : "Condition.onset.as(string)", - "xpath" : "f:Condition/f:onsetString", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-recorded-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-recorded-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-recorded-date", - "version" : "5.0.0-snapshot1", - "name" : "recorded-date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Date record was first recorded", - "code" : "recorded-date", - "base" : ["Condition"], - "type" : "date", - "expression" : "Condition.recordedDate", - "xpath" : "f:Condition/f:recordedDate", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-severity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-severity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-severity", - "version" : "5.0.0-snapshot1", - "name" : "severity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The severity of the condition", - "code" : "severity", - "base" : ["Condition"], - "type" : "token", - "expression" : "Condition.severity", - "xpath" : "f:Condition/f:severity", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-stage", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-stage", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-stage", - "version" : "5.0.0-snapshot1", - "name" : "stage", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Simple summary (disease specific)", - "code" : "stage", - "base" : ["Condition"], - "type" : "token", - "expression" : "Condition.stage.summary", - "xpath" : "f:Condition/f:stage/f:summary", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who has the condition?", - "code" : "subject", - "base" : ["Condition"], - "type" : "reference", - "expression" : "Condition.subject", - "xpath" : "f:Condition/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Condition-verification-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Condition-verification-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Condition-verification-status", - "version" : "5.0.0-snapshot1", - "name" : "verification-status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "unconfirmed | provisional | differential | confirmed | refuted | entered-in-error", - "code" : "verification-status", - "base" : ["Condition"], - "type" : "token", - "expression" : "Condition.verificationStatus", - "xpath" : "f:Condition/f:verificationStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "A use context assigned to the condition definition", - "code" : "context", - "base" : ["ConditionDefinition"], - "type" : "token", - "expression" : "(ConditionDefinition.useContext.value as CodeableConcept)", - "xpath" : "f:ConditionDefinition/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the condition definition", - "code" : "context-quantity", - "base" : ["ConditionDefinition"], - "type" : "quantity", - "expression" : "(ConditionDefinition.useContext.value as Quantity) | (ConditionDefinition.useContext.value as Range)", - "xpath" : "f:ConditionDefinition/f:useContext/f:valueQuantity | f:ConditionDefinition/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "A type of use context assigned to the condition definition", - "code" : "context-type", - "base" : ["ConditionDefinition"], - "type" : "token", - "expression" : "ConditionDefinition.useContext.code", - "xpath" : "f:ConditionDefinition/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The condition definition publication date", - "code" : "date", - "base" : ["ConditionDefinition"], - "type" : "date", - "expression" : "ConditionDefinition.date", - "xpath" : "f:ConditionDefinition/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The description of the condition definition", - "code" : "description", - "base" : ["ConditionDefinition"], - "type" : "string", - "expression" : "ConditionDefinition.description", - "xpath" : "f:ConditionDefinition/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "External identifier for the condition definition", - "code" : "identifier", - "base" : ["ConditionDefinition"], - "type" : "token", - "expression" : "ConditionDefinition.identifier", - "xpath" : "f:ConditionDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the condition definition", - "code" : "jurisdiction", - "base" : ["ConditionDefinition"], - "type" : "token", - "expression" : "ConditionDefinition.jurisdiction", - "xpath" : "f:ConditionDefinition/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Computationally friendly name of the condition definition", - "code" : "name", - "base" : ["ConditionDefinition"], - "type" : "string", - "expression" : "ConditionDefinition.name", - "xpath" : "f:ConditionDefinition/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Name of the publisher of the condition definition", - "code" : "publisher", - "base" : ["ConditionDefinition"], - "type" : "string", - "expression" : "ConditionDefinition.publisher", - "xpath" : "f:ConditionDefinition/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The current status of the condition definition", - "code" : "status", - "base" : ["ConditionDefinition"], - "type" : "token", - "expression" : "ConditionDefinition.status", - "xpath" : "f:ConditionDefinition/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The human-friendly name of the condition definition", - "code" : "title", - "base" : ["ConditionDefinition"], - "type" : "string", - "expression" : "ConditionDefinition.title", - "xpath" : "f:ConditionDefinition/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The uri that identifies the condition definition", - "code" : "url", - "base" : ["ConditionDefinition"], - "type" : "uri", - "expression" : "ConditionDefinition.url", - "xpath" : "f:ConditionDefinition/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The business version of the condition definition", - "code" : "version", - "base" : ["ConditionDefinition"], - "type" : "token", - "expression" : "ConditionDefinition.version", - "xpath" : "f:ConditionDefinition/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the condition definition", - "code" : "context-type-quantity", - "base" : ["ConditionDefinition"], - "type" : "composite", - "expression" : "ConditionDefinition.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ConditionDefinition-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the condition definition", - "code" : "context-type-value", - "base" : ["ConditionDefinition"], - "type" : "composite", - "expression" : "ConditionDefinition.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/ConditionDefinition-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-action", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-action", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-action", - "version" : "5.0.0-snapshot1", - "name" : "action", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Actions controlled by this rule", - "code" : "action", - "base" : ["Consent"], - "type" : "token", - "expression" : "Consent.provision.action", - "xpath" : "f:Consent/f:provision/f:action", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-actor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-actor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-actor", - "version" : "5.0.0-snapshot1", - "name" : "actor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Resource for the actor (or group, by role)", - "code" : "actor", - "base" : ["Consent"], - "type" : "reference", - "expression" : "Consent.provision.actor.reference", - "xpath" : "f:Consent/f:provision/f:actor/f:reference", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Organization", - "CareTeam", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Classification of the consent statement - for indexing/retrieval", - "code" : "category", - "base" : ["Consent"], - "type" : "token", - "expression" : "Consent.category", - "xpath" : "f:Consent/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-controller", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-controller", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-controller", - "version" : "5.0.0-snapshot1", - "name" : "controller", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Consent Enforcer", - "code" : "controller", - "base" : ["Consent"], - "type" : "reference", - "expression" : "Consent.controller", - "xpath" : "f:Consent/f:controller", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "HealthcareService"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-data", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-data", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-data", - "version" : "5.0.0-snapshot1", - "name" : "data", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "The actual data reference", - "code" : "data", - "base" : ["Consent"], - "type" : "reference", - "expression" : "Consent.provision.data.reference", - "xpath" : "f:Consent/f:provision/f:data/f:reference", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-grantee", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-grantee", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-grantee", - "version" : "5.0.0-snapshot1", - "name" : "grantee", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Who is agreeing to the policy and rules", - "code" : "grantee", - "base" : ["Consent"], - "type" : "reference", - "expression" : "Consent.grantee", - "xpath" : "f:Consent/f:grantee", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-manager", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-manager", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-manager", - "version" : "5.0.0-snapshot1", - "name" : "manager", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Consent workflow management", - "code" : "manager", - "base" : ["Consent"], - "type" : "reference", - "expression" : "Consent.manager", - "xpath" : "f:Consent/f:manager", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "HealthcareService"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-period", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-period", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-period", - "version" : "5.0.0-snapshot1", - "name" : "period", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Timeframe for this rule", - "code" : "period", - "base" : ["Consent"], - "type" : "date", - "expression" : "Consent.provision.period", - "xpath" : "f:Consent/f:provision/f:period", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-policy-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-policy-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-policy-uri", - "version" : "5.0.0-snapshot1", - "name" : "policy-uri", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Search for Consents aligned with a specific policy or policy date/version. URIs should be complete with date/version and not assume the Resource will maintain versioning information", - "code" : "policy-uri", - "base" : ["Consent"], - "type" : "uri", - "expression" : "Consent.policy.uri", - "xpath" : "f:Consent/f:policy/f:uri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-purpose", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-purpose", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-purpose", - "version" : "5.0.0-snapshot1", - "name" : "purpose", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Context of activities covered by this rule", - "code" : "purpose", - "base" : ["Consent"], - "type" : "token", - "expression" : "Consent.provision.purpose", - "xpath" : "f:Consent/f:provision/f:purpose", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-security-label", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-security-label", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-security-label", - "version" : "5.0.0-snapshot1", - "name" : "security-label", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Security Labels that define affected resources", - "code" : "security-label", - "base" : ["Consent"], - "type" : "token", - "expression" : "Consent.provision.securityLabel", - "xpath" : "f:Consent/f:provision/f:securityLabel", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-source-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-source-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-source-reference", - "version" : "5.0.0-snapshot1", - "name" : "source-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Search by reference to a Consent, DocumentReference, Contract or QuestionnaireResponse", - "code" : "source-reference", - "base" : ["Consent"], - "type" : "reference", - "expression" : "Consent.sourceReference", - "xpath" : "f:Consent/f:sourceReference", - "xpathUsage" : "normal", - "target" : ["Consent", - "Contract", - "QuestionnaireResponse", - "DocumentReference"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "draft | active | inactive | entered-in-error | unknown", - "code" : "status", - "base" : ["Consent"], - "type" : "token", - "expression" : "Consent.status", - "xpath" : "f:Consent/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Who the consent applies to", - "code" : "subject", - "base" : ["Consent"], - "type" : "reference", - "expression" : "Consent.subject", - "xpath" : "f:Consent/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-verified", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-verified", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-verified", - "version" : "5.0.0-snapshot1", - "name" : "verified", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "Has been verified", - "code" : "verified", - "base" : ["Consent"], - "type" : "token", - "expression" : "Consent.verification.verified", - "xpath" : "f:Consent/f:verification/f:verified", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Consent-verified-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Consent-verified-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Consent-verified-date", - "version" : "5.0.0-snapshot1", - "name" : "verified-date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Community Based Collaborative Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/homehealth/index.cfm" - }] - }], - "description" : "When consent verified", - "code" : "verified-date", - "base" : ["Consent"], - "type" : "date", - "expression" : "Consent.verification.verificationDate", - "xpath" : "f:Consent/f:verification/f:verificationDate", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Contract-authority", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Contract-authority", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Contract-authority", - "version" : "5.0.0-snapshot1", - "name" : "authority", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The authority of the contract", - "code" : "authority", - "base" : ["Contract"], - "type" : "reference", - "expression" : "Contract.authority", - "xpath" : "f:Contract/f:authority", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Contract-domain", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Contract-domain", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Contract-domain", - "version" : "5.0.0-snapshot1", - "name" : "domain", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The domain of the contract", - "code" : "domain", - "base" : ["Contract"], - "type" : "reference", - "expression" : "Contract.domain", - "xpath" : "f:Contract/f:domain", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Contract-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Contract-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Contract-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The identity of the contract", - "code" : "identifier", - "base" : ["Contract"], - "type" : "token", - "expression" : "Contract.identifier", - "xpath" : "f:Contract/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Contract-instantiates", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Contract-instantiates", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Contract-instantiates", - "version" : "5.0.0-snapshot1", - "name" : "instantiates", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "A source definition of the contract", - "code" : "instantiates", - "base" : ["Contract"], - "type" : "uri", - "expression" : "Contract.instantiatesUri", - "xpath" : "f:Contract/f:instantiatesUri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Contract-issued", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Contract-issued", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Contract-issued", - "version" : "5.0.0-snapshot1", - "name" : "issued", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The date/time the contract was issued", - "code" : "issued", - "base" : ["Contract"], - "type" : "date", - "expression" : "Contract.issued", - "xpath" : "f:Contract/f:issued", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Contract-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Contract-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Contract-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The identity of the subject of the contract (if a patient)", - "code" : "patient", - "base" : ["Contract"], - "type" : "reference", - "expression" : "Contract.subject.where(resolve() is Patient)", - "xpath" : "f:Contract/f:subject", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Contract-signer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Contract-signer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Contract-signer", - "version" : "5.0.0-snapshot1", - "name" : "signer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Contract Signatory Party", - "code" : "signer", - "base" : ["Contract"], - "type" : "reference", - "expression" : "Contract.signer.party", - "xpath" : "f:Contract/f:signer/f:party", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Contract-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Contract-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Contract-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The status of the contract", - "code" : "status", - "base" : ["Contract"], - "type" : "token", - "expression" : "Contract.status", - "xpath" : "f:Contract/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Contract-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Contract-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Contract-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The identity of the subject of the contract", - "code" : "subject", - "base" : ["Contract"], - "type" : "reference", - "expression" : "Contract.subject", - "xpath" : "f:Contract/f:subject", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Contract-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Contract-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Contract-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The basal contract definition", - "code" : "url", - "base" : ["Contract"], - "type" : "uri", - "expression" : "Contract.url", - "xpath" : "f:Contract/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Coverage-beneficiary", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Coverage-beneficiary", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Coverage-beneficiary", - "version" : "5.0.0-snapshot1", - "name" : "beneficiary", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Covered party", - "code" : "beneficiary", - "base" : ["Coverage"], - "type" : "reference", - "expression" : "Coverage.beneficiary", - "xpath" : "f:Coverage/f:beneficiary", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Coverage-class-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Coverage-class-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Coverage-class-type", - "version" : "5.0.0-snapshot1", - "name" : "class-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Coverage class (eg. plan, group)", - "code" : "class-type", - "base" : ["Coverage"], - "type" : "token", - "expression" : "Coverage.class.type", - "xpath" : "f:Coverage/f:class/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Coverage-class-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Coverage-class-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Coverage-class-value", - "version" : "5.0.0-snapshot1", - "name" : "class-value", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Value of the class (eg. Plan number, group number)", - "code" : "class-value", - "base" : ["Coverage"], - "type" : "string", - "expression" : "Coverage.class.value", - "xpath" : "f:Coverage/f:class/f:value", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Coverage-dependent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Coverage-dependent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Coverage-dependent", - "version" : "5.0.0-snapshot1", - "name" : "dependent", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Dependent number", - "code" : "dependent", - "base" : ["Coverage"], - "type" : "string", - "expression" : "Coverage.dependent", - "xpath" : "f:Coverage/f:dependent", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Coverage-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Coverage-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Coverage-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The primary identifier of the insured and the coverage", - "code" : "identifier", - "base" : ["Coverage"], - "type" : "token", - "expression" : "Coverage.identifier", - "xpath" : "f:Coverage/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Coverage-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Coverage-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Coverage-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Retrieve coverages for a patient", - "code" : "patient", - "base" : ["Coverage"], - "type" : "reference", - "expression" : "Coverage.beneficiary", - "xpath" : "f:Coverage/f:beneficiary", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Coverage-payor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Coverage-payor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Coverage-payor", - "version" : "5.0.0-snapshot1", - "name" : "payor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The identity of the insurer or party paying for services", - "code" : "payor", - "base" : ["Coverage"], - "type" : "reference", - "expression" : "Coverage.payor", - "xpath" : "f:Coverage/f:payor", - "xpathUsage" : "normal", - "target" : ["Organization", - "Patient", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Coverage-policy-holder", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Coverage-policy-holder", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Coverage-policy-holder", - "version" : "5.0.0-snapshot1", - "name" : "policy-holder", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Reference to the policyholder", - "code" : "policy-holder", - "base" : ["Coverage"], - "type" : "reference", - "expression" : "Coverage.policyHolder", - "xpath" : "f:Coverage/f:policyHolder", - "xpathUsage" : "normal", - "target" : ["Organization", - "Patient", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Coverage-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Coverage-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Coverage-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The status of the Coverage", - "code" : "status", - "base" : ["Coverage"], - "type" : "token", - "expression" : "Coverage.status", - "xpath" : "f:Coverage/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Coverage-subscriber", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Coverage-subscriber", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Coverage-subscriber", - "version" : "5.0.0-snapshot1", - "name" : "subscriber", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Reference to the subscriber", - "code" : "subscriber", - "base" : ["Coverage"], - "type" : "reference", - "expression" : "Coverage.subscriber", - "xpath" : "f:Coverage/f:subscriber", - "xpathUsage" : "normal", - "target" : ["Patient", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Coverage-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Coverage-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Coverage-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The kind of coverage (health plan, auto, Workers Compensation)", - "code" : "type", - "base" : ["Coverage"], - "type" : "token", - "expression" : "Coverage.type", - "xpath" : "f:Coverage/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-created", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityRequest-created", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-created", - "version" : "5.0.0-snapshot1", - "name" : "created", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The creation date for the EOB", - "code" : "created", - "base" : ["CoverageEligibilityRequest"], - "type" : "date", - "expression" : "CoverageEligibilityRequest.created", - "xpath" : "f:CoverageEligibilityRequest/f:created", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-enterer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityRequest-enterer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-enterer", - "version" : "5.0.0-snapshot1", - "name" : "enterer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The party who is responsible for the request", - "code" : "enterer", - "base" : ["CoverageEligibilityRequest"], - "type" : "reference", - "expression" : "CoverageEligibilityRequest.enterer", - "xpath" : "f:CoverageEligibilityRequest/f:enterer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-facility", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityRequest-facility", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-facility", - "version" : "5.0.0-snapshot1", - "name" : "facility", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Facility responsible for the goods and services", - "code" : "facility", - "base" : ["CoverageEligibilityRequest"], - "type" : "reference", - "expression" : "CoverageEligibilityRequest.facility", - "xpath" : "f:CoverageEligibilityRequest/f:facility", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityRequest-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The business identifier of the Eligibility", - "code" : "identifier", - "base" : ["CoverageEligibilityRequest"], - "type" : "token", - "expression" : "CoverageEligibilityRequest.identifier", - "xpath" : "f:CoverageEligibilityRequest/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityRequest-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The reference to the patient", - "code" : "patient", - "base" : ["CoverageEligibilityRequest"], - "type" : "reference", - "expression" : "CoverageEligibilityRequest.patient", - "xpath" : "f:CoverageEligibilityRequest/f:patient", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-provider", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityRequest-provider", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-provider", - "version" : "5.0.0-snapshot1", - "name" : "provider", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The reference to the provider", - "code" : "provider", - "base" : ["CoverageEligibilityRequest"], - "type" : "reference", - "expression" : "CoverageEligibilityRequest.provider", - "xpath" : "f:CoverageEligibilityRequest/f:provider", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityRequest-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The status of the EligibilityRequest", - "code" : "status", - "base" : ["CoverageEligibilityRequest"], - "type" : "token", - "expression" : "CoverageEligibilityRequest.status", - "xpath" : "f:CoverageEligibilityRequest/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-created", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityResponse-created", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-created", - "version" : "5.0.0-snapshot1", - "name" : "created", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The creation date", - "code" : "created", - "base" : ["CoverageEligibilityResponse"], - "type" : "date", - "expression" : "CoverageEligibilityResponse.created", - "xpath" : "f:CoverageEligibilityResponse/f:created", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-disposition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityResponse-disposition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-disposition", - "version" : "5.0.0-snapshot1", - "name" : "disposition", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The contents of the disposition message", - "code" : "disposition", - "base" : ["CoverageEligibilityResponse"], - "type" : "string", - "expression" : "CoverageEligibilityResponse.disposition", - "xpath" : "f:CoverageEligibilityResponse/f:disposition", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityResponse-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The business identifier", - "code" : "identifier", - "base" : ["CoverageEligibilityResponse"], - "type" : "token", - "expression" : "CoverageEligibilityResponse.identifier", - "xpath" : "f:CoverageEligibilityResponse/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-insurer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityResponse-insurer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-insurer", - "version" : "5.0.0-snapshot1", - "name" : "insurer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The organization which generated this resource", - "code" : "insurer", - "base" : ["CoverageEligibilityResponse"], - "type" : "reference", - "expression" : "CoverageEligibilityResponse.insurer", - "xpath" : "f:CoverageEligibilityResponse/f:insurer", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-outcome", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityResponse-outcome", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-outcome", - "version" : "5.0.0-snapshot1", - "name" : "outcome", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The processing outcome", - "code" : "outcome", - "base" : ["CoverageEligibilityResponse"], - "type" : "token", - "expression" : "CoverageEligibilityResponse.outcome", - "xpath" : "f:CoverageEligibilityResponse/f:outcome", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityResponse-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The reference to the patient", - "code" : "patient", - "base" : ["CoverageEligibilityResponse"], - "type" : "reference", - "expression" : "CoverageEligibilityResponse.patient", - "xpath" : "f:CoverageEligibilityResponse/f:patient", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-request", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityResponse-request", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-request", - "version" : "5.0.0-snapshot1", - "name" : "request", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The EligibilityRequest reference", - "code" : "request", - "base" : ["CoverageEligibilityResponse"], - "type" : "reference", - "expression" : "CoverageEligibilityResponse.request", - "xpath" : "f:CoverageEligibilityResponse/f:request", - "xpathUsage" : "normal", - "target" : ["CoverageEligibilityRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-requestor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityResponse-requestor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-requestor", - "version" : "5.0.0-snapshot1", - "name" : "requestor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The EligibilityRequest provider", - "code" : "requestor", - "base" : ["CoverageEligibilityResponse"], - "type" : "reference", - "expression" : "CoverageEligibilityResponse.requestor", - "xpath" : "f:CoverageEligibilityResponse/f:requestor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "CoverageEligibilityResponse-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The EligibilityRequest status", - "code" : "status", - "base" : ["CoverageEligibilityResponse"], - "type" : "token", - "expression" : "CoverageEligibilityResponse.status", - "xpath" : "f:CoverageEligibilityResponse/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-author", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DetectedIssue-author", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-author", - "version" : "5.0.0-snapshot1", - "name" : "author", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The provider or device that identified the issue", - "code" : "author", - "base" : ["DetectedIssue"], - "type" : "reference", - "expression" : "DetectedIssue.author", - "xpath" : "f:DetectedIssue/f:author", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Device", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DetectedIssue-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Issue Category, e.g. drug-drug, duplicate therapy, etc.", - "code" : "code", - "base" : ["DetectedIssue"], - "type" : "token", - "expression" : "DetectedIssue.code", - "xpath" : "f:DetectedIssue/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-identified", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DetectedIssue-identified", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-identified", - "version" : "5.0.0-snapshot1", - "name" : "identified", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "When identified", - "code" : "identified", - "base" : ["DetectedIssue"], - "type" : "date", - "expression" : "DetectedIssue.identified", - "xpath" : "f:DetectedIssue/f:identifiedDateTime | f:DetectedIssue/f:identifiedPeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-implicated", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DetectedIssue-implicated", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-implicated", - "version" : "5.0.0-snapshot1", - "name" : "implicated", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Problem resource", - "code" : "implicated", - "base" : ["DetectedIssue"], - "type" : "reference", - "expression" : "DetectedIssue.implicated", - "xpath" : "f:DetectedIssue/f:implicated", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DetectedIssue-status", - "url" : "http://hl7.org/fhir/SearchParameter/DetectedIssue-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The status of the issue", - "code" : "status", - "base" : ["DetectedIssue"], - "type" : "token", - "expression" : "DetectedIssue.status", - "xpath" : "f:DetectedIssue/f:status" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-biological-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-biological-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-biological-source", - "version" : "5.0.0-snapshot1", - "name" : "biological-source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The biological source for the device", - "code" : "biological-source", - "base" : ["Device"], - "type" : "token", - "expression" : "Device.biologicalSource", - "xpath" : "f:Device/f:biologicalSource", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-definition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-definition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-definition", - "version" : "5.0.0-snapshot1", - "name" : "definition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The definition / type of the device", - "code" : "definition", - "base" : ["Device"], - "type" : "reference", - "expression" : "Device.definition.reference", - "xpath" : "f:Device/f:definition/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-device-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-device-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-device-name", - "version" : "5.0.0-snapshot1", - "name" : "device-name", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "A server defined search that may match any of the string fields in Device.deviceName or Device.type.", - "code" : "device-name", - "base" : ["Device"], - "type" : "string", - "expression" : "Device.deviceName.name | Device.type.coding.display | Device.type.text", - "xpath" : "f:Device/f:deviceName", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-expiration-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-expiration-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-expiration-date", - "version" : "5.0.0-snapshot1", - "name" : "expiration-date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The expiration date of the device", - "code" : "expiration-date", - "base" : ["Device"], - "type" : "date", - "expression" : "Device.expirationDate", - "xpath" : "f:Device/f:expirationDate", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Instance id from manufacturer, owner, and others", - "code" : "identifier", - "base" : ["Device"], - "type" : "token", - "expression" : "Device.identifier", - "xpath" : "f:Device/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "A location, where the resource is found", - "code" : "location", - "base" : ["Device"], - "type" : "reference", - "expression" : "Device.location", - "xpath" : "f:Device/f:location", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-lot-number", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-lot-number", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-lot-number", - "version" : "5.0.0-snapshot1", - "name" : "lot-number", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The lot number of the device", - "code" : "lot-number", - "base" : ["Device"], - "type" : "string", - "expression" : "Device.lotNumber", - "xpath" : "f:Device/f:lotNumber", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-manufacture-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-manufacture-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-manufacture-date", - "version" : "5.0.0-snapshot1", - "name" : "manufacture-date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The manufacture date of the device", - "code" : "manufacture-date", - "base" : ["Device"], - "type" : "date", - "expression" : "Device.manufactureDate", - "xpath" : "f:Device/f:manufactureDate", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-manufacturer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-manufacturer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-manufacturer", - "version" : "5.0.0-snapshot1", - "name" : "manufacturer", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The manufacturer of the device", - "code" : "manufacturer", - "base" : ["Device"], - "type" : "string", - "expression" : "Device.manufacturer", - "xpath" : "f:Device/f:manufacturer", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-model", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-model", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-model", - "version" : "5.0.0-snapshot1", - "name" : "model", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The model of the device", - "code" : "model", - "base" : ["Device"], - "type" : "string", - "expression" : "Device.modelNumber", - "xpath" : "f:Device/f:modelNumber", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-organization", - "version" : "5.0.0-snapshot1", - "name" : "organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The organization responsible for the device", - "code" : "organization", - "base" : ["Device"], - "type" : "reference", - "expression" : "Device.owner", - "xpath" : "f:Device/f:owner", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-parent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-parent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-parent", - "version" : "5.0.0-snapshot1", - "name" : "parent", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The parent device", - "code" : "parent", - "base" : ["Device"], - "type" : "reference", - "expression" : "Device.parent", - "xpath" : "f:Device/f:parent", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Patient information, if the resource is affixed to a person", - "code" : "patient", - "base" : ["Device"], - "type" : "reference", - "expression" : "Device.subject.where(resolve() is Patient)", - "xpath" : "f:Device/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Patient", - "Person"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-serial-number", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-serial-number", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-serial-number", - "version" : "5.0.0-snapshot1", - "name" : "serial-number", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The serial number of the device", - "code" : "serial-number", - "base" : ["Device"], - "type" : "string", - "expression" : "Device.serialNumber", - "xpath" : "f:Device/f:serialNumber", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "active | inactive | entered-in-error | unknown", - "code" : "status", - "base" : ["Device"], - "type" : "token", - "expression" : "Device.status", - "xpath" : "f:Device/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Subject information, to which the device is associated of affixed", - "code" : "subject", - "base" : ["Device"], - "type" : "reference", - "expression" : "Device.subject", - "xpath" : "f:Device/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Patient", - "Person"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The type of the device", - "code" : "type", - "base" : ["Device"], - "type" : "token", - "expression" : "Device.type", - "xpath" : "f:Device/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-udi-carrier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-udi-carrier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-udi-carrier", - "version" : "5.0.0-snapshot1", - "name" : "udi-carrier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "UDI Barcode (RFID or other technology) string in *HRF* format.", - "code" : "udi-carrier", - "base" : ["Device"], - "type" : "string", - "expression" : "Device.udiCarrier.carrierHRF", - "xpath" : "f:Device/f:udiCarrier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-udi-di", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-udi-di", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-udi-di", - "version" : "5.0.0-snapshot1", - "name" : "udi-di", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The udi Device Identifier (DI)", - "code" : "udi-di", - "base" : ["Device"], - "type" : "string", - "expression" : "Device.udiCarrier.deviceIdentifier", - "xpath" : "f:Device/f:udiCarrier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Network address to contact device", - "code" : "url", - "base" : ["Device"], - "type" : "uri", - "expression" : "Device.url", - "xpath" : "f:Device/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Device-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Device-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Device-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The specific version of the device", - "code" : "version", - "base" : ["Device"], - "type" : "string", - "expression" : "Device.version.value", - "xpath" : "f:Device/f:version/f:value", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The identifier of the component", - "code" : "identifier", - "base" : ["DeviceDefinition"], - "type" : "token", - "expression" : "DeviceDefinition.identifier", - "xpath" : "f:DeviceDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceDefinition-parent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceDefinition-parent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceDefinition-parent", - "version" : "5.0.0-snapshot1", - "name" : "parent", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The parent DeviceDefinition resource", - "code" : "parent", - "base" : ["DeviceDefinition"], - "type" : "reference", - "expression" : "DeviceDefinition.parentDevice", - "xpath" : "f:DeviceDefinition/f:parentDevice", - "xpathUsage" : "normal", - "target" : ["DeviceDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceDefinition-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceDefinition-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceDefinition-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The device component type", - "code" : "type", - "base" : ["DeviceDefinition"], - "type" : "token", - "expression" : "DeviceDefinition.classification.type", - "xpath" : "f:DeviceDefinition/f:classification/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceDispense-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceDispense-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceDispense-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search for devices that match this code", - "code" : "code", - "base" : ["DeviceDispense"], - "type" : "token", - "expression" : "DeviceDispense.device.concept", - "xpath" : "f:DeviceDispense/f:device/f:concept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceDispense-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceDispense-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceDispense-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The identity of a patient for whom to list dispenses", - "code" : "subject", - "base" : ["DeviceDispense"], - "type" : "reference", - "expression" : "DeviceDispense.subject", - "xpath" : "f:DeviceDispense/f:subject", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceMetric-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceMetric-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceMetric-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Health Care Devices)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/healthcaredevices/index.cfm" - }] - }], - "description" : "The category of the metric", - "code" : "category", - "base" : ["DeviceMetric"], - "type" : "token", - "expression" : "DeviceMetric.category", - "xpath" : "f:DeviceMetric/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceMetric-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceMetric-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceMetric-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Health Care Devices)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/healthcaredevices/index.cfm" - }] - }], - "description" : "The identifier of the metric", - "code" : "identifier", - "base" : ["DeviceMetric"], - "type" : "token", - "expression" : "DeviceMetric.identifier", - "xpath" : "f:DeviceMetric/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceMetric-parent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceMetric-parent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceMetric-parent", - "version" : "5.0.0-snapshot1", - "name" : "parent", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Health Care Devices)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/healthcaredevices/index.cfm" - }] - }], - "description" : "The parent DeviceMetric resource", - "code" : "parent", - "base" : ["DeviceMetric"], - "type" : "reference", - "expression" : "DeviceMetric.parent", - "xpath" : "f:DeviceMetric/f:parent", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceMetric-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceMetric-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceMetric-source", - "version" : "5.0.0-snapshot1", - "name" : "source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Health Care Devices)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/healthcaredevices/index.cfm" - }] - }], - "description" : "The device resource", - "code" : "source", - "base" : ["DeviceMetric"], - "type" : "reference", - "expression" : "DeviceMetric.source", - "xpath" : "f:DeviceMetric/f:source", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceMetric-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceMetric-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceMetric-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Health Care Devices)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/healthcaredevices/index.cfm" - }] - }], - "description" : "The component type", - "code" : "type", - "base" : ["DeviceMetric"], - "type" : "token", - "expression" : "DeviceMetric.type", - "xpath" : "f:DeviceMetric/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-authored-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on", - "version" : "5.0.0-snapshot1", - "name" : "authored-on", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "When the request transitioned to being actionable", - "code" : "authored-on", - "base" : ["DeviceRequest"], - "type" : "date", - "expression" : "DeviceRequest.authoredOn", - "xpath" : "f:DeviceRequest/f:authoredOn", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Plan/proposal/order fulfilled by this request", - "code" : "based-on", - "base" : ["DeviceRequest"], - "type" : "reference", - "expression" : "DeviceRequest.basedOn", - "xpath" : "f:DeviceRequest/f:basedOn", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-device", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-device", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-device", - "version" : "5.0.0-snapshot1", - "name" : "device", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Reference to resource that is being requested/ordered", - "code" : "device", - "base" : ["DeviceRequest"], - "type" : "reference", - "expression" : "DeviceRequest.code.reference", - "xpath" : "f:DeviceRequest/f:code/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-event-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date", - "version" : "5.0.0-snapshot1", - "name" : "event-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "When service should occur", - "code" : "event-date", - "base" : ["DeviceRequest"], - "type" : "date", - "expression" : "(DeviceRequest.occurrence as dateTime) | (DeviceRequest.occurrence as Period)", - "xpath" : "f:DeviceRequest/f:occurrenceDateTime | f:DeviceRequest/f:occurrencePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-group-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier", - "version" : "5.0.0-snapshot1", - "name" : "group-identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Composite request this is part of", - "code" : "group-identifier", - "base" : ["DeviceRequest"], - "type" : "token", - "expression" : "DeviceRequest.groupIdentifier", - "xpath" : "f:DeviceRequest/f:groupIdentifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-canonical", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-instantiates-canonical", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-canonical", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-canonical", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Instantiates FHIR protocol or definition", - "code" : "instantiates-canonical", - "base" : ["DeviceRequest"], - "type" : "reference", - "expression" : "DeviceRequest.instantiatesCanonical", - "xpath" : "f:DeviceRequest/f:instantiatesCanonical", - "xpathUsage" : "normal", - "target" : ["PlanDefinition", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-instantiates-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-uri", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-uri", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Instantiates external protocol or definition", - "code" : "instantiates-uri", - "base" : ["DeviceRequest"], - "type" : "uri", - "expression" : "DeviceRequest.instantiatesUri", - "xpath" : "f:DeviceRequest/f:instantiatesUri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-insurance", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-insurance", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-insurance", - "version" : "5.0.0-snapshot1", - "name" : "insurance", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Associated insurance coverage", - "code" : "insurance", - "base" : ["DeviceRequest"], - "type" : "reference", - "expression" : "DeviceRequest.insurance", - "xpath" : "f:DeviceRequest/f:insurance", - "xpathUsage" : "normal", - "target" : ["ClaimResponse", - "Coverage"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-intent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-intent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-intent", - "version" : "5.0.0-snapshot1", - "name" : "intent", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "proposal | plan | original-order |reflex-order", - "code" : "intent", - "base" : ["DeviceRequest"], - "type" : "token", - "expression" : "DeviceRequest.intent", - "xpath" : "f:DeviceRequest/f:intent", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Desired performer for service", - "code" : "performer", - "base" : ["DeviceRequest"], - "type" : "reference", - "expression" : "DeviceRequest.performer", - "xpath" : "f:DeviceRequest/f:performer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-prior-request", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-prior-request", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-prior-request", - "version" : "5.0.0-snapshot1", - "name" : "prior-request", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Request takes the place of referenced completed or terminated requests", - "code" : "prior-request", - "base" : ["DeviceRequest"], - "type" : "reference", - "expression" : "DeviceRequest.priorRequest", - "xpath" : "f:DeviceRequest/f:priorRequest", - "xpathUsage" : "normal", - "target" : ["DeviceRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-requester", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-requester", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-requester", - "version" : "5.0.0-snapshot1", - "name" : "requester", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who/what is requesting service", - "code" : "requester", - "base" : ["DeviceRequest"], - "type" : "reference", - "expression" : "DeviceRequest.requester", - "xpath" : "f:DeviceRequest/f:requester", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "entered-in-error | draft | active |suspended | completed", - "code" : "status", - "base" : ["DeviceRequest"], - "type" : "token", - "expression" : "DeviceRequest.status", - "xpath" : "f:DeviceRequest/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceRequest-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceRequest-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Individual the service is ordered for", - "code" : "subject", - "base" : ["DeviceRequest"], - "type" : "reference", - "expression" : "DeviceRequest.subject", - "xpath" : "f:DeviceRequest/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Device", - "Patient", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceUsage-device", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceUsage-device", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceUsage-device", - "version" : "5.0.0-snapshot1", - "name" : "device", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by device", - "code" : "device", - "base" : ["DeviceUsage"], - "type" : "token", - "expression" : "DeviceUsage.device.concept", - "xpath" : "f:DeviceUsage/f:device/f:concept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DeviceUsage-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DeviceUsage-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DeviceUsage-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by identifier", - "code" : "identifier", - "base" : ["DeviceUsage"], - "type" : "token", - "expression" : "DeviceUsage.identifier", - "xpath" : "f:DeviceUsage/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DiagnosticReport-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Reference to the service request.", - "code" : "based-on", - "base" : ["DiagnosticReport"], - "type" : "reference", - "expression" : "DiagnosticReport.basedOn", - "xpath" : "f:DiagnosticReport/f:basedOn", - "xpathUsage" : "normal", - "target" : ["CarePlan", - "MedicationRequest", - "NutritionOrder", - "ServiceRequest", - "ImmunizationRecommendation"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DiagnosticReport-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Which diagnostic discipline/department created the report", - "code" : "category", - "base" : ["DiagnosticReport"], - "type" : "token", - "expression" : "DiagnosticReport.category", - "xpath" : "f:DiagnosticReport/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DiagnosticReport-conclusion", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion", - "version" : "5.0.0-snapshot1", - "name" : "conclusion", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "A coded conclusion (interpretation/impression) on the report", - "code" : "conclusion", - "base" : ["DiagnosticReport"], - "type" : "token", - "expression" : "DiagnosticReport.conclusionCode", - "xpath" : "f:DiagnosticReport/f:conclusionCode", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DiagnosticReport-issued", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued", - "version" : "5.0.0-snapshot1", - "name" : "issued", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "When the report was issued", - "code" : "issued", - "base" : ["DiagnosticReport"], - "type" : "date", - "expression" : "DiagnosticReport.issued", - "xpath" : "f:DiagnosticReport/f:issued", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-media", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DiagnosticReport-media", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-media", - "version" : "5.0.0-snapshot1", - "name" : "media", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "A reference to the image source.", - "code" : "media", - "base" : ["DiagnosticReport"], - "type" : "reference", - "expression" : "DiagnosticReport.media.link", - "xpath" : "f:DiagnosticReport/f:media/f:link", - "xpathUsage" : "normal", - "target" : ["DocumentReference"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DiagnosticReport-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who is responsible for the report", - "code" : "performer", - "base" : ["DiagnosticReport"], - "type" : "reference", - "expression" : "DiagnosticReport.performer", - "xpath" : "f:DiagnosticReport/f:performer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DiagnosticReport-result", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result", - "version" : "5.0.0-snapshot1", - "name" : "result", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Link to an atomic result (observation resource)", - "code" : "result", - "base" : ["DiagnosticReport"], - "type" : "reference", - "expression" : "DiagnosticReport.result", - "xpath" : "f:DiagnosticReport/f:result", - "xpathUsage" : "normal", - "target" : ["Observation"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DiagnosticReport-results-interpreter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter", - "version" : "5.0.0-snapshot1", - "name" : "results-interpreter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who was the source of the report", - "code" : "results-interpreter", - "base" : ["DiagnosticReport"], - "type" : "reference", - "expression" : "DiagnosticReport.resultsInterpreter", - "xpath" : "f:DiagnosticReport/f:resultsInterpreter", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DiagnosticReport-specimen", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen", - "version" : "5.0.0-snapshot1", - "name" : "specimen", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The specimen details", - "code" : "specimen", - "base" : ["DiagnosticReport"], - "type" : "reference", - "expression" : "DiagnosticReport.specimen", - "xpath" : "f:DiagnosticReport/f:specimen", - "xpathUsage" : "normal", - "target" : ["Specimen"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DiagnosticReport-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The status of the report", - "code" : "status", - "base" : ["DiagnosticReport"], - "type" : "token", - "expression" : "DiagnosticReport.status", - "xpath" : "f:DiagnosticReport/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DiagnosticReport-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The subject of the report", - "code" : "subject", - "base" : ["DiagnosticReport"], - "type" : "reference", - "expression" : "DiagnosticReport.subject", - "xpath" : "f:DiagnosticReport/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Organization", - "BiologicallyDerivedProduct", - "Device", - "Medication", - "Patient", - "Procedure", - "Substance", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-author", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentManifest-author", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-author", - "version" : "5.0.0-snapshot1", - "name" : "author", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Who and/or what authored the DocumentManifest", - "code" : "author", - "base" : ["DocumentManifest"], - "type" : "reference", - "expression" : "DocumentManifest.author", - "xpath" : "f:DocumentManifest/f:author", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-created", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentManifest-created", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-created", - "version" : "5.0.0-snapshot1", - "name" : "created", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "When this document manifest created", - "code" : "created", - "base" : ["DocumentManifest"], - "type" : "date", - "expression" : "DocumentManifest.created", - "xpath" : "f:DocumentManifest/f:created", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentManifest-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Human-readable description (title)", - "code" : "description", - "base" : ["DocumentManifest"], - "type" : "string", - "expression" : "DocumentManifest.description", - "xpath" : "f:DocumentManifest/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-item", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentManifest-item", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-item", - "version" : "5.0.0-snapshot1", - "name" : "item", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Items in manifest", - "code" : "item", - "base" : ["DocumentManifest"], - "type" : "reference", - "expression" : "DocumentManifest.content", - "xpath" : "f:DocumentManifest/f:content", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-recipient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentManifest-recipient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-recipient", - "version" : "5.0.0-snapshot1", - "name" : "recipient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Intended to get notified about this set of documents", - "code" : "recipient", - "base" : ["DocumentManifest"], - "type" : "reference", - "expression" : "DocumentManifest.recipient", - "xpath" : "f:DocumentManifest/f:recipient", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-id", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentManifest-related-id", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-id", - "version" : "5.0.0-snapshot1", - "name" : "related-id", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Identifiers of things that are related", - "code" : "related-id", - "base" : ["DocumentManifest"], - "type" : "token", - "expression" : "DocumentManifest.related.identifier", - "xpath" : "f:DocumentManifest/f:related/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-ref", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentManifest-related-ref", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-ref", - "version" : "5.0.0-snapshot1", - "name" : "related-ref", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "Related Resource", - "code" : "related-ref", - "base" : ["DocumentManifest"], - "type" : "reference", - "expression" : "DocumentManifest.related.ref", - "xpath" : "f:DocumentManifest/f:related/f:ref", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentManifest-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-source", - "version" : "5.0.0-snapshot1", - "name" : "source", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "The source system/application/software", - "code" : "source", - "base" : ["DocumentManifest"], - "type" : "uri", - "expression" : "DocumentManifest.source", - "xpath" : "f:DocumentManifest/f:source", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentManifest-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "current | superseded | entered-in-error", - "code" : "status", - "base" : ["DocumentManifest"], - "type" : "token", - "expression" : "DocumentManifest.status", - "xpath" : "f:DocumentManifest/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentManifest-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentManifest-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Structured Documents)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/structure/index.cfm" - }] - }], - "description" : "The subject of the set of documents", - "code" : "subject", - "base" : ["DocumentManifest"], - "type" : "reference", - "expression" : "DocumentManifest.subject", - "xpath" : "f:DocumentManifest/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Device", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-attester", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-attester", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-attester", - "version" : "5.0.0-snapshot1", - "name" : "attester", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who attested the composition", - "code" : "attester", - "base" : ["DocumentReference"], - "type" : "reference", - "expression" : "DocumentReference.attester.party", - "xpath" : "f:DocumentReference/f:attester/f:party", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-author", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-author", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-author", - "version" : "5.0.0-snapshot1", - "name" : "author", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who and/or what authored the document", - "code" : "author", - "base" : ["DocumentReference"], - "type" : "reference", - "expression" : "DocumentReference.author", - "xpath" : "f:DocumentReference/f:author", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Procedure that caused this media to be created", - "code" : "based-on", - "base" : ["DocumentReference"], - "type" : "reference", - "expression" : "DocumentReference.basedOn", - "xpath" : "f:DocumentReference/f:basedOn", - "xpathUsage" : "normal", - "target" : ["CarePlan", - "ServiceRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Categorization of document", - "code" : "category", - "base" : ["DocumentReference"], - "type" : "token", - "expression" : "DocumentReference.category", - "xpath" : "f:DocumentReference/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-contenttype", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype", - "version" : "5.0.0-snapshot1", - "name" : "contenttype", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Mime type of the content, with charset etc.", - "code" : "contenttype", - "base" : ["DocumentReference"], - "type" : "token", - "expression" : "DocumentReference.content.attachment.contentType", - "xpath" : "f:DocumentReference/f:content/f:attachment/f:contentType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-creation", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-creation", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-creation", - "version" : "5.0.0-snapshot1", - "name" : "creation", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Date attachment was first created", - "code" : "creation", - "base" : ["DocumentReference"], - "type" : "date", - "expression" : "DocumentReference.content.attachment.creation", - "xpath" : "f:DocumentReference/f:content/f:attachment/f:creation", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-custodian", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-custodian", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-custodian", - "version" : "5.0.0-snapshot1", - "name" : "custodian", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Organization which maintains the document", - "code" : "custodian", - "base" : ["DocumentReference"], - "type" : "reference", - "expression" : "DocumentReference.custodian", - "xpath" : "f:DocumentReference/f:custodian", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "When this document reference was created", - "code" : "date", - "base" : ["DocumentReference"], - "type" : "date", - "expression" : "DocumentReference.date", - "xpath" : "f:DocumentReference/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Human-readable description", - "code" : "description", - "base" : ["DocumentReference"], - "type" : "string", - "expression" : "DocumentReference.description", - "xpath" : "f:DocumentReference/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-doc-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-doc-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-doc-status", - "version" : "5.0.0-snapshot1", - "name" : "doc-status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "preliminary | final | amended | entered-in-error", - "code" : "doc-status", - "base" : ["DocumentReference"], - "type" : "token", - "expression" : "DocumentReference.docStatus", - "xpath" : "f:DocumentReference/f:docStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-event", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-event", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-event", - "version" : "5.0.0-snapshot1", - "name" : "event", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Main clinical acts documented", - "code" : "event", - "base" : ["DocumentReference"], - "type" : "token", - "expression" : "DocumentReference.event", - "xpath" : "f:DocumentReference/f:event", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-facility", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-facility", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-facility", - "version" : "5.0.0-snapshot1", - "name" : "facility", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Kind of facility where patient was seen", - "code" : "facility", - "base" : ["DocumentReference"], - "type" : "token", - "expression" : "DocumentReference.facilityType", - "xpath" : "f:DocumentReference/f:facilityType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-format", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-format", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-format", - "version" : "5.0.0-snapshot1", - "name" : "format", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Format/content rules for the document", - "code" : "format", - "base" : ["DocumentReference"], - "type" : "token", - "expression" : "DocumentReference.content.format", - "xpath" : "f:DocumentReference/f:content/f:format", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-language", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-language", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-language", - "version" : "5.0.0-snapshot1", - "name" : "language", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Human language of the content (BCP-47)", - "code" : "language", - "base" : ["DocumentReference"], - "type" : "token", - "expression" : "DocumentReference.content.attachment.language", - "xpath" : "f:DocumentReference/f:content/f:attachment/f:language", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Uri where the data can be found", - "code" : "location", - "base" : ["DocumentReference"], - "type" : "uri", - "expression" : "DocumentReference.content.attachment.url", - "xpath" : "f:DocumentReference/f:content/f:attachment/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-period", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-period", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-period", - "version" : "5.0.0-snapshot1", - "name" : "period", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Time of service that is being documented", - "code" : "period", - "base" : ["DocumentReference"], - "type" : "date", - "expression" : "DocumentReference.period", - "xpath" : "f:DocumentReference/f:period", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-related", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-related", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-related", - "version" : "5.0.0-snapshot1", - "name" : "related", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Related identifiers or resources", - "code" : "related", - "base" : ["DocumentReference"], - "type" : "reference", - "expression" : "DocumentReference.related", - "xpath" : "f:DocumentReference/f:related", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-relatesto", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto", - "version" : "5.0.0-snapshot1", - "name" : "relatesto", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Target of the relationship", - "code" : "relatesto", - "base" : ["DocumentReference"], - "type" : "reference", - "expression" : "DocumentReference.relatesTo.target", - "xpath" : "f:DocumentReference/f:relatesTo/f:target", - "xpathUsage" : "normal", - "target" : ["DocumentReference"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-relation", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-relation", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-relation", - "version" : "5.0.0-snapshot1", - "name" : "relation", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "replaces | transforms | signs | appends", - "code" : "relation", - "base" : ["DocumentReference"], - "type" : "token", - "expression" : "DocumentReference.relatesTo.code", - "xpath" : "f:DocumentReference/f:relatesTo/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-security-label", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-security-label", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-security-label", - "version" : "5.0.0-snapshot1", - "name" : "security-label", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Document security-tags", - "code" : "security-label", - "base" : ["DocumentReference"], - "type" : "token", - "expression" : "DocumentReference.securityLabel", - "xpath" : "f:DocumentReference/f:securityLabel", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-setting", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-setting", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-setting", - "version" : "5.0.0-snapshot1", - "name" : "setting", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Additional details about where the content was created (e.g. clinical specialty)", - "code" : "setting", - "base" : ["DocumentReference"], - "type" : "token", - "expression" : "DocumentReference.practiceSetting", - "xpath" : "f:DocumentReference/f:practiceSetting", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "current | superseded | entered-in-error", - "code" : "status", - "base" : ["DocumentReference"], - "type" : "token", - "expression" : "DocumentReference.status", - "xpath" : "f:DocumentReference/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who/what is the subject of the document", - "code" : "subject", - "base" : ["DocumentReference"], - "type" : "reference", - "expression" : "DocumentReference.subject", - "xpath" : "f:DocumentReference/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Specimen", - "Organization", - "Device", - "Patient", - "PractitionerRole", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/DocumentReference-relationship", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "DocumentReference-relationship", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-relationship", - "version" : "5.0.0-snapshot1", - "name" : "relationship", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Combination of relation and relatesTo", - "code" : "relationship", - "base" : ["DocumentReference"], - "type" : "composite", - "expression" : "DocumentReference.relatesTo", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto", - "expression" : "target" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/DocumentReference-relation", - "expression" : "code" - } - ] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-account", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-account", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-account", - "version" : "5.0.0-snapshot1", - "name" : "account", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The set of accounts that may be used for billing for this Encounter", - "code" : "account", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.account", - "xpath" : "f:Encounter/f:account", - "xpathUsage" : "normal", - "target" : ["Account"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-appointment", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-appointment", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-appointment", - "version" : "5.0.0-snapshot1", - "name" : "appointment", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The appointment that scheduled this encounter", - "code" : "appointment", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.appointment", - "xpath" : "f:Encounter/f:appointment", - "xpathUsage" : "normal", - "target" : ["Appointment"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The ServiceRequest that initiated this encounter", - "code" : "based-on", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.basedOn", - "xpath" : "f:Encounter/f:basedOn", - "xpathUsage" : "normal", - "target" : ["ServiceRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-class", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-class", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-class", - "version" : "5.0.0-snapshot1", - "name" : "class", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Classification of patient encounter", - "code" : "class", - "base" : ["Encounter"], - "type" : "token", - "expression" : "Encounter.class", - "xpath" : "f:Encounter/f:class", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-diagnosis", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis", - "version" : "5.0.0-snapshot1", - "name" : "diagnosis", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The diagnosis or procedure relevant to the encounter", - "code" : "diagnosis", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.diagnosis.condition", - "xpath" : "f:Encounter/f:diagnosis/f:condition", - "xpathUsage" : "normal", - "target" : ["Condition", - "Procedure"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-episode-of-care", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-episode-of-care", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-episode-of-care", - "version" : "5.0.0-snapshot1", - "name" : "episode-of-care", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Episode(s) of care that this encounter should be recorded against", - "code" : "episode-of-care", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.episodeOfCare", - "xpath" : "f:Encounter/f:episodeOfCare", - "xpathUsage" : "normal", - "target" : ["EpisodeOfCare"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-length", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-length", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-length", - "version" : "5.0.0-snapshot1", - "name" : "length", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Length of encounter in days", - "code" : "length", - "base" : ["Encounter"], - "type" : "quantity", - "expression" : "Encounter.length", - "xpath" : "f:Encounter/f:length", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Location the encounter takes place", - "code" : "location", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.location.location", - "xpath" : "f:Encounter/f:location/f:location", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-location-period", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-location-period", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-location-period", - "version" : "5.0.0-snapshot1", - "name" : "location-period", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Time period during which the patient was present at the location", - "code" : "location-period", - "base" : ["Encounter"], - "type" : "date", - "expression" : "Encounter.location.period", - "xpath" : "f:Encounter/f:location/f:period", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-part-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-part-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-part-of", - "version" : "5.0.0-snapshot1", - "name" : "part-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Another Encounter this encounter is part of", - "code" : "part-of", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.partOf", - "xpath" : "f:Encounter/f:partOf", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-participant", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-participant", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-participant", - "version" : "5.0.0-snapshot1", - "name" : "participant", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Persons involved in the encounter other than the patient", - "code" : "participant", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.participant.actor", - "xpath" : "f:Encounter/f:participant/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-participant-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-participant-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-participant-type", - "version" : "5.0.0-snapshot1", - "name" : "participant-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Role of participant in encounter", - "code" : "participant-type", - "base" : ["Encounter"], - "type" : "token", - "expression" : "Encounter.participant.type", - "xpath" : "f:Encounter/f:participant/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-practitioner", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-practitioner", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-practitioner", - "version" : "5.0.0-snapshot1", - "name" : "practitioner", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Persons involved in the encounter other than the patient", - "code" : "practitioner", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.participant.actor.where(resolve() is Practitioner)", - "xpath" : "f:Encounter/f:participant/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-reason-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-reason-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-reason-code", - "version" : "5.0.0-snapshot1", - "name" : "reason-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Reference to a concept (by class)", - "code" : "reason-code", - "base" : ["Encounter"], - "type" : "token", - "expression" : "Encounter.reason.concept", - "xpath" : "f:Encounter/f:reason/f:concept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-reason-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-reason-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-reason-reference", - "version" : "5.0.0-snapshot1", - "name" : "reason-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Reference to a resource (by instance)", - "code" : "reason-reference", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.reason.reference", - "xpath" : "f:Encounter/f:reason/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-service-provider", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", - "version" : "5.0.0-snapshot1", - "name" : "service-provider", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The organization (facility) responsible for this encounter", - "code" : "service-provider", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.serviceProvider", - "xpath" : "f:Encounter/f:serviceProvider", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-special-arrangement", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-special-arrangement", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-special-arrangement", - "version" : "5.0.0-snapshot1", - "name" : "special-arrangement", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Wheelchair, translator, stretcher, etc.", - "code" : "special-arrangement", - "base" : ["Encounter"], - "type" : "token", - "expression" : "Encounter.hospitalization.specialArrangement", - "xpath" : "f:Encounter/f:hospitalization/f:specialArrangement", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "planned | in-progress | onhold | completed | cancelled | entered-in-error | unknown", - "code" : "status", - "base" : ["Encounter"], - "type" : "token", - "expression" : "Encounter.status", - "xpath" : "f:Encounter/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The patient or group present at the encounter", - "code" : "subject", - "base" : ["Encounter"], - "type" : "reference", - "expression" : "Encounter.subject", - "xpath" : "f:Encounter/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Encounter-subject-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Encounter-subject-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Encounter-subject-status", - "version" : "5.0.0-snapshot1", - "name" : "subject-status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The current status of the subject in relation to the Encounter", - "code" : "subject-status", - "base" : ["Encounter"], - "type" : "token", - "expression" : "Encounter.subjectStatus", - "xpath" : "f:Encounter/f:subjectStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Endpoint-connection-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Endpoint-connection-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Endpoint-connection-type", - "version" : "5.0.0-snapshot1", - "name" : "connection-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Protocol/Profile/Standard to be used with this endpoint connection", - "code" : "connection-type", - "base" : ["Endpoint"], - "type" : "token", - "expression" : "Endpoint.connectionType", - "xpath" : "f:Endpoint/f:connectionType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Endpoint-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Endpoint-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Endpoint-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Identifies this endpoint across multiple systems", - "code" : "identifier", - "base" : ["Endpoint"], - "type" : "token", - "expression" : "Endpoint.identifier", - "xpath" : "f:Endpoint/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Endpoint-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Endpoint-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Endpoint-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A name that this endpoint can be identified by", - "code" : "name", - "base" : ["Endpoint"], - "type" : "string", - "expression" : "Endpoint.name", - "xpath" : "f:Endpoint/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Endpoint-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Endpoint-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Endpoint-organization", - "version" : "5.0.0-snapshot1", - "name" : "organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The organization that is managing the endpoint", - "code" : "organization", - "base" : ["Endpoint"], - "type" : "reference", - "expression" : "Endpoint.managingOrganization", - "xpath" : "f:Endpoint/f:managingOrganization", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Endpoint-payload-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Endpoint-payload-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Endpoint-payload-type", - "version" : "5.0.0-snapshot1", - "name" : "payload-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)", - "code" : "payload-type", - "base" : ["Endpoint"], - "type" : "token", - "expression" : "Endpoint.payloadType", - "xpath" : "f:Endpoint/f:payloadType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Endpoint-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Endpoint-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Endpoint-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The current status of the Endpoint (usually expected to be active)", - "code" : "status", - "base" : ["Endpoint"], - "type" : "token", - "expression" : "Endpoint.status", - "xpath" : "f:Endpoint/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EnrollmentRequest-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The business identifier of the Enrollment", - "code" : "identifier", - "base" : ["EnrollmentRequest"], - "type" : "token", - "expression" : "EnrollmentRequest.identifier", - "xpath" : "f:EnrollmentRequest/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EnrollmentRequest-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The party to be enrolled", - "code" : "patient", - "base" : ["EnrollmentRequest"], - "type" : "reference", - "expression" : "EnrollmentRequest.candidate", - "xpath" : "f:EnrollmentRequest/f:candidate", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EnrollmentRequest-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The status of the enrollment", - "code" : "status", - "base" : ["EnrollmentRequest"], - "type" : "token", - "expression" : "EnrollmentRequest.status", - "xpath" : "f:EnrollmentRequest/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EnrollmentRequest-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The party to be enrolled", - "code" : "subject", - "base" : ["EnrollmentRequest"], - "type" : "reference", - "expression" : "EnrollmentRequest.candidate", - "xpath" : "f:EnrollmentRequest/f:candidate", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EnrollmentResponse-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The business identifier of the EnrollmentResponse", - "code" : "identifier", - "base" : ["EnrollmentResponse"], - "type" : "token", - "expression" : "EnrollmentResponse.identifier", - "xpath" : "f:EnrollmentResponse/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-request", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EnrollmentResponse-request", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-request", - "version" : "5.0.0-snapshot1", - "name" : "request", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The reference to the claim", - "code" : "request", - "base" : ["EnrollmentResponse"], - "type" : "reference", - "expression" : "EnrollmentResponse.request", - "xpath" : "f:EnrollmentResponse/f:request", - "xpathUsage" : "normal", - "target" : ["EnrollmentRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EnrollmentResponse-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The status of the enrollment response", - "code" : "status", - "base" : ["EnrollmentResponse"], - "type" : "token", - "expression" : "EnrollmentResponse.status", - "xpath" : "f:EnrollmentResponse/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-care-manager", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EpisodeOfCare-care-manager", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-care-manager", - "version" : "5.0.0-snapshot1", - "name" : "care-manager", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Care manager/care coordinator for the patient", - "code" : "care-manager", - "base" : ["EpisodeOfCare"], - "type" : "reference", - "expression" : "EpisodeOfCare.careManager.where(resolve() is Practitioner)", - "xpath" : "f:EpisodeOfCare/f:careManager", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-condition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EpisodeOfCare-condition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-condition", - "version" : "5.0.0-snapshot1", - "name" : "condition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Conditions/problems/diagnoses this episode of care is for", - "code" : "condition", - "base" : ["EpisodeOfCare"], - "type" : "reference", - "expression" : "EpisodeOfCare.diagnosis.condition", - "xpath" : "f:EpisodeOfCare/f:diagnosis/f:condition", - "xpathUsage" : "normal", - "target" : ["Condition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-incoming-referral", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EpisodeOfCare-incoming-referral", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-incoming-referral", - "version" : "5.0.0-snapshot1", - "name" : "incoming-referral", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Incoming Referral Request", - "code" : "incoming-referral", - "base" : ["EpisodeOfCare"], - "type" : "reference", - "expression" : "EpisodeOfCare.referralRequest", - "xpath" : "f:EpisodeOfCare/f:referralRequest", - "xpathUsage" : "normal", - "target" : ["ServiceRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EpisodeOfCare-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-organization", - "version" : "5.0.0-snapshot1", - "name" : "organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The organization that has assumed the specific responsibilities of this EpisodeOfCare", - "code" : "organization", - "base" : ["EpisodeOfCare"], - "type" : "reference", - "expression" : "EpisodeOfCare.managingOrganization", - "xpath" : "f:EpisodeOfCare/f:managingOrganization", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EpisodeOfCare-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The current status of the Episode of Care as provided (does not check the status history collection)", - "code" : "status", - "base" : ["EpisodeOfCare"], - "type" : "token", - "expression" : "EpisodeOfCare.status", - "xpath" : "f:EpisodeOfCare/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-composed-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-composed-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-composed-of", - "version" : "5.0.0-snapshot1", - "name" : "composed-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "composed-of", - "base" : ["EventDefinition"], - "type" : "reference", - "expression" : "EventDefinition.relatedArtifact.where(type='composed-of').resource", - "xpath" : "f:EventDefinition/f:relatedArtifact[f:type/@value='composed-of']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context assigned to the event definition", - "code" : "context", - "base" : ["EventDefinition"], - "type" : "token", - "expression" : "(EventDefinition.useContext.value as CodeableConcept)", - "xpath" : "f:EventDefinition/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the event definition", - "code" : "context-quantity", - "base" : ["EventDefinition"], - "type" : "quantity", - "expression" : "(EventDefinition.useContext.value as Quantity) | (EventDefinition.useContext.value as Range)", - "xpath" : "f:EventDefinition/f:useContext/f:valueQuantity | f:EventDefinition/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A type of use context assigned to the event definition", - "code" : "context-type", - "base" : ["EventDefinition"], - "type" : "token", - "expression" : "EventDefinition.useContext.code", - "xpath" : "f:EventDefinition/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The event definition publication date", - "code" : "date", - "base" : ["EventDefinition"], - "type" : "date", - "expression" : "EventDefinition.date", - "xpath" : "f:EventDefinition/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-depends-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-depends-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-depends-on", - "version" : "5.0.0-snapshot1", - "name" : "depends-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "depends-on", - "base" : ["EventDefinition"], - "type" : "reference", - "expression" : "EventDefinition.relatedArtifact.where(type='depends-on').resource", - "xpath" : "f:EventDefinition/f:relatedArtifact[f:type/@value='depends-on']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-derived-from", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-derived-from", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-derived-from", - "version" : "5.0.0-snapshot1", - "name" : "derived-from", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "derived-from", - "base" : ["EventDefinition"], - "type" : "reference", - "expression" : "EventDefinition.relatedArtifact.where(type='derived-from').resource", - "xpath" : "f:EventDefinition/f:relatedArtifact[f:type/@value='derived-from']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The description of the event definition", - "code" : "description", - "base" : ["EventDefinition"], - "type" : "string", - "expression" : "EventDefinition.description", - "xpath" : "f:EventDefinition/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-effective", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-effective", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-effective", - "version" : "5.0.0-snapshot1", - "name" : "effective", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The time during which the event definition is intended to be in use", - "code" : "effective", - "base" : ["EventDefinition"], - "type" : "date", - "expression" : "EventDefinition.effectivePeriod", - "xpath" : "f:EventDefinition/f:effectivePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "External identifier for the event definition", - "code" : "identifier", - "base" : ["EventDefinition"], - "type" : "token", - "expression" : "EventDefinition.identifier", - "xpath" : "f:EventDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the event definition", - "code" : "jurisdiction", - "base" : ["EventDefinition"], - "type" : "token", - "expression" : "EventDefinition.jurisdiction", - "xpath" : "f:EventDefinition/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Computationally friendly name of the event definition", - "code" : "name", - "base" : ["EventDefinition"], - "type" : "string", - "expression" : "EventDefinition.name", - "xpath" : "f:EventDefinition/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-predecessor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-predecessor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-predecessor", - "version" : "5.0.0-snapshot1", - "name" : "predecessor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "predecessor", - "base" : ["EventDefinition"], - "type" : "reference", - "expression" : "EventDefinition.relatedArtifact.where(type='predecessor').resource", - "xpath" : "f:EventDefinition/f:relatedArtifact[f:type/@value='predecessor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Name of the publisher of the event definition", - "code" : "publisher", - "base" : ["EventDefinition"], - "type" : "string", - "expression" : "EventDefinition.publisher", - "xpath" : "f:EventDefinition/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The current status of the event definition", - "code" : "status", - "base" : ["EventDefinition"], - "type" : "token", - "expression" : "EventDefinition.status", - "xpath" : "f:EventDefinition/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-successor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-successor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-successor", - "version" : "5.0.0-snapshot1", - "name" : "successor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "successor", - "base" : ["EventDefinition"], - "type" : "reference", - "expression" : "EventDefinition.relatedArtifact.where(type='successor').resource", - "xpath" : "f:EventDefinition/f:relatedArtifact[f:type/@value='successor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The human-friendly name of the event definition", - "code" : "title", - "base" : ["EventDefinition"], - "type" : "string", - "expression" : "EventDefinition.title", - "xpath" : "f:EventDefinition/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-topic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-topic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-topic", - "version" : "5.0.0-snapshot1", - "name" : "topic", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Topics associated with the module", - "code" : "topic", - "base" : ["EventDefinition"], - "type" : "token", - "expression" : "EventDefinition.topic", - "xpath" : "f:EventDefinition/f:topic", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The uri that identifies the event definition", - "code" : "url", - "base" : ["EventDefinition"], - "type" : "uri", - "expression" : "EventDefinition.url", - "xpath" : "f:EventDefinition/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The business version of the event definition", - "code" : "version", - "base" : ["EventDefinition"], - "type" : "token", - "expression" : "EventDefinition.version", - "xpath" : "f:EventDefinition/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the event definition", - "code" : "context-type-quantity", - "base" : ["EventDefinition"], - "type" : "composite", - "expression" : "EventDefinition.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EventDefinition-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the event definition", - "code" : "context-type-value", - "base" : ["EventDefinition"], - "type" : "composite", - "expression" : "EventDefinition.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/EventDefinition-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context assigned to the evidence", - "code" : "context", - "base" : ["Evidence"], - "type" : "token", - "expression" : "(Evidence.useContext.value as CodeableConcept)", - "xpath" : "f:Evidence/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the evidence", - "code" : "context-quantity", - "base" : ["Evidence"], - "type" : "quantity", - "expression" : "(Evidence.useContext.value as Quantity) | (Evidence.useContext.value as Range)", - "xpath" : "f:Evidence/f:useContext/f:valueQuantity | f:Evidence/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A type of use context assigned to the evidence", - "code" : "context-type", - "base" : ["Evidence"], - "type" : "token", - "expression" : "Evidence.useContext.code", - "xpath" : "f:Evidence/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The evidence publication date", - "code" : "date", - "base" : ["Evidence"], - "type" : "date", - "expression" : "Evidence.date", - "xpath" : "f:Evidence/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The description of the evidence", - "code" : "description", - "base" : ["Evidence"], - "type" : "string", - "expression" : "Evidence.description", - "xpath" : "f:Evidence/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "External identifier for the evidence", - "code" : "identifier", - "base" : ["Evidence"], - "type" : "token", - "expression" : "Evidence.identifier", - "xpath" : "f:Evidence/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Name of the publisher of the evidence", - "code" : "publisher", - "base" : ["Evidence"], - "type" : "string", - "expression" : "Evidence.publisher", - "xpath" : "f:Evidence/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The current status of the evidence", - "code" : "status", - "base" : ["Evidence"], - "type" : "token", - "expression" : "Evidence.status", - "xpath" : "f:Evidence/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The human-friendly name of the evidence", - "code" : "title", - "base" : ["Evidence"], - "type" : "string", - "expression" : "Evidence.title", - "xpath" : "f:Evidence/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The uri that identifies the evidence", - "code" : "url", - "base" : ["Evidence"], - "type" : "uri", - "expression" : "Evidence.url", - "xpath" : "f:Evidence/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The business version of the evidence", - "code" : "version", - "base" : ["Evidence"], - "type" : "token", - "expression" : "Evidence.version", - "xpath" : "f:Evidence/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the evidence", - "code" : "context-type-quantity", - "base" : ["Evidence"], - "type" : "composite", - "expression" : "Evidence.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Evidence-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Evidence-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Evidence-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Evidence-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Evidence-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the evidence", - "code" : "context-type-value", - "base" : ["Evidence"], - "type" : "composite", - "expression" : "Evidence.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Evidence-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Evidence-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceReport-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context assigned to the evidence report", - "code" : "context", - "base" : ["EvidenceReport"], - "type" : "token", - "expression" : "(EvidenceReport.useContext.value as CodeableConcept)", - "xpath" : "f:EvidenceReport/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceReport-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the evidence report", - "code" : "context-quantity", - "base" : ["EvidenceReport"], - "type" : "quantity", - "expression" : "(EvidenceReport.useContext.value as Quantity) | (EvidenceReport.useContext.value as Range)", - "xpath" : "f:EvidenceReport/f:useContext/f:valueQuantity | f:EvidenceReport/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceReport-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A type of use context assigned to the evidence report", - "code" : "context-type", - "base" : ["EvidenceReport"], - "type" : "token", - "expression" : "EvidenceReport.useContext.code", - "xpath" : "f:EvidenceReport/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceReport-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "External identifier for the evidence report", - "code" : "identifier", - "base" : ["EvidenceReport"], - "type" : "token", - "expression" : "EvidenceReport.identifier", - "xpath" : "f:EvidenceReport/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceReport-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Name of the publisher of the evidence report", - "code" : "publisher", - "base" : ["EvidenceReport"], - "type" : "string", - "expression" : "EvidenceReport.publisher", - "xpath" : "f:EvidenceReport/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceReport-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The current status of the evidence report", - "code" : "status", - "base" : ["EvidenceReport"], - "type" : "token", - "expression" : "EvidenceReport.status", - "xpath" : "f:EvidenceReport/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceReport-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The uri that identifies the evidence report", - "code" : "url", - "base" : ["EvidenceReport"], - "type" : "uri", - "expression" : "EvidenceReport.url", - "xpath" : "f:EvidenceReport/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceReport-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the evidence report", - "code" : "context-type-quantity", - "base" : ["EvidenceReport"], - "type" : "composite", - "expression" : "EvidenceReport.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceReport-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the evidence report", - "code" : "context-type-value", - "base" : ["EvidenceReport"], - "type" : "composite", - "expression" : "EvidenceReport.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/EvidenceReport-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-composed-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-composed-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-composed-of", - "version" : "5.0.0-snapshot1", - "name" : "composed-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "composed-of", - "base" : ["EvidenceVariable"], - "type" : "reference", - "expression" : "EvidenceVariable.relatedArtifact.where(type='composed-of').resource", - "xpath" : "f:EvidenceVariable/f:relatedArtifact[f:type/@value='composed-of']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context assigned to the evidence variable", - "code" : "context", - "base" : ["EvidenceVariable"], - "type" : "token", - "expression" : "(EvidenceVariable.useContext.value as CodeableConcept)", - "xpath" : "f:EvidenceVariable/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the evidence variable", - "code" : "context-quantity", - "base" : ["EvidenceVariable"], - "type" : "quantity", - "expression" : "(EvidenceVariable.useContext.value as Quantity) | (EvidenceVariable.useContext.value as Range)", - "xpath" : "f:EvidenceVariable/f:useContext/f:valueQuantity | f:EvidenceVariable/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A type of use context assigned to the evidence variable", - "code" : "context-type", - "base" : ["EvidenceVariable"], - "type" : "token", - "expression" : "EvidenceVariable.useContext.code", - "xpath" : "f:EvidenceVariable/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The evidence variable publication date", - "code" : "date", - "base" : ["EvidenceVariable"], - "type" : "date", - "expression" : "EvidenceVariable.date", - "xpath" : "f:EvidenceVariable/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-depends-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-depends-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-depends-on", - "version" : "5.0.0-snapshot1", - "name" : "depends-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "depends-on", - "base" : ["EvidenceVariable"], - "type" : "reference", - "expression" : "EvidenceVariable.relatedArtifact.where(type='depends-on').resource", - "xpath" : "f:EvidenceVariable/f:relatedArtifact[f:type/@value='depends-on']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-derived-from", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-derived-from", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-derived-from", - "version" : "5.0.0-snapshot1", - "name" : "derived-from", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "derived-from", - "base" : ["EvidenceVariable"], - "type" : "reference", - "expression" : "EvidenceVariable.relatedArtifact.where(type='derived-from').resource", - "xpath" : "f:EvidenceVariable/f:relatedArtifact[f:type/@value='derived-from']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The description of the evidence variable", - "code" : "description", - "base" : ["EvidenceVariable"], - "type" : "string", - "expression" : "EvidenceVariable.description", - "xpath" : "f:EvidenceVariable/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "External identifier for the evidence variable", - "code" : "identifier", - "base" : ["EvidenceVariable"], - "type" : "token", - "expression" : "EvidenceVariable.identifier", - "xpath" : "f:EvidenceVariable/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Computationally friendly name of the evidence variable", - "code" : "name", - "base" : ["EvidenceVariable"], - "type" : "string", - "expression" : "EvidenceVariable.name", - "xpath" : "f:EvidenceVariable/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-predecessor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-predecessor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-predecessor", - "version" : "5.0.0-snapshot1", - "name" : "predecessor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "predecessor", - "base" : ["EvidenceVariable"], - "type" : "reference", - "expression" : "EvidenceVariable.relatedArtifact.where(type='predecessor').resource", - "xpath" : "f:EvidenceVariable/f:relatedArtifact[f:type/@value='predecessor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Name of the publisher of the evidence variable", - "code" : "publisher", - "base" : ["EvidenceVariable"], - "type" : "string", - "expression" : "EvidenceVariable.publisher", - "xpath" : "f:EvidenceVariable/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The current status of the evidence variable", - "code" : "status", - "base" : ["EvidenceVariable"], - "type" : "token", - "expression" : "EvidenceVariable.status", - "xpath" : "f:EvidenceVariable/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-successor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-successor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-successor", - "version" : "5.0.0-snapshot1", - "name" : "successor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "successor", - "base" : ["EvidenceVariable"], - "type" : "reference", - "expression" : "EvidenceVariable.relatedArtifact.where(type='successor').resource", - "xpath" : "f:EvidenceVariable/f:relatedArtifact[f:type/@value='successor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The human-friendly name of the evidence variable", - "code" : "title", - "base" : ["EvidenceVariable"], - "type" : "string", - "expression" : "EvidenceVariable.title", - "xpath" : "f:EvidenceVariable/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-topic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-topic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-topic", - "version" : "5.0.0-snapshot1", - "name" : "topic", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Topics associated with the EvidenceVariable", - "code" : "topic", - "base" : ["EvidenceVariable"], - "type" : "token", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The uri that identifies the evidence variable", - "code" : "url", - "base" : ["EvidenceVariable"], - "type" : "uri", - "expression" : "EvidenceVariable.url", - "xpath" : "f:EvidenceVariable/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The business version of the evidence variable", - "code" : "version", - "base" : ["EvidenceVariable"], - "type" : "token", - "expression" : "EvidenceVariable.version", - "xpath" : "f:EvidenceVariable/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the evidence variable", - "code" : "context-type-quantity", - "base" : ["EvidenceVariable"], - "type" : "composite", - "expression" : "EvidenceVariable.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "EvidenceVariable-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the evidence variable", - "code" : "context-type-value", - "base" : ["EvidenceVariable"], - "type" : "composite", - "expression" : "EvidenceVariable.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context assigned to the example scenario", - "code" : "context", - "base" : ["ExampleScenario"], - "type" : "token", - "expression" : "(ExampleScenario.useContext.value as CodeableConcept)", - "xpath" : "f:ExampleScenario/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the example scenario", - "code" : "context-quantity", - "base" : ["ExampleScenario"], - "type" : "quantity", - "expression" : "(ExampleScenario.useContext.value as Quantity) | (ExampleScenario.useContext.value as Range)", - "xpath" : "f:ExampleScenario/f:useContext/f:valueQuantity | f:ExampleScenario/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A type of use context assigned to the example scenario", - "code" : "context-type", - "base" : ["ExampleScenario"], - "type" : "token", - "expression" : "ExampleScenario.useContext.code", - "xpath" : "f:ExampleScenario/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The example scenario publication date", - "code" : "date", - "base" : ["ExampleScenario"], - "type" : "date", - "expression" : "ExampleScenario.date", - "xpath" : "f:ExampleScenario/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "External identifier for the example scenario", - "code" : "identifier", - "base" : ["ExampleScenario"], - "type" : "token", - "expression" : "ExampleScenario.identifier", - "xpath" : "f:ExampleScenario/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the example scenario", - "code" : "jurisdiction", - "base" : ["ExampleScenario"], - "type" : "token", - "expression" : "ExampleScenario.jurisdiction", - "xpath" : "f:ExampleScenario/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Computationally friendly name of the example scenario", - "code" : "name", - "base" : ["ExampleScenario"], - "type" : "string", - "expression" : "ExampleScenario.name", - "xpath" : "f:ExampleScenario/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Name of the publisher of the example scenario", - "code" : "publisher", - "base" : ["ExampleScenario"], - "type" : "string", - "expression" : "ExampleScenario.publisher", - "xpath" : "f:ExampleScenario/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The current status of the example scenario", - "code" : "status", - "base" : ["ExampleScenario"], - "type" : "token", - "expression" : "ExampleScenario.status", - "xpath" : "f:ExampleScenario/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The uri that identifies the example scenario", - "code" : "url", - "base" : ["ExampleScenario"], - "type" : "uri", - "expression" : "ExampleScenario.url", - "xpath" : "f:ExampleScenario/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The business version of the example scenario", - "code" : "version", - "base" : ["ExampleScenario"], - "type" : "token", - "expression" : "ExampleScenario.version", - "xpath" : "f:ExampleScenario/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the example scenario", - "code" : "context-type-quantity", - "base" : ["ExampleScenario"], - "type" : "composite", - "expression" : "ExampleScenario.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExampleScenario-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the example scenario", - "code" : "context-type-value", - "base" : ["ExampleScenario"], - "type" : "composite", - "expression" : "ExampleScenario.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/ExampleScenario-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-care-team", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team", - "version" : "5.0.0-snapshot1", - "name" : "care-team", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Member of the CareTeam", - "code" : "care-team", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.careTeam.provider", - "xpath" : "f:ExplanationOfBenefit/f:careTeam/f:provider", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-claim", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-claim", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-claim", - "version" : "5.0.0-snapshot1", - "name" : "claim", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The reference to the claim", - "code" : "claim", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.claim", - "xpath" : "f:ExplanationOfBenefit/f:claim", - "xpathUsage" : "normal", - "target" : ["Claim"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-coverage", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage", - "version" : "5.0.0-snapshot1", - "name" : "coverage", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The plan under which the claim was adjudicated", - "code" : "coverage", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.insurance.coverage", - "xpath" : "f:ExplanationOfBenefit/f:insurance/f:coverage", - "xpathUsage" : "normal", - "target" : ["Coverage"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-created", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created", - "version" : "5.0.0-snapshot1", - "name" : "created", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The creation date for the EOB", - "code" : "created", - "base" : ["ExplanationOfBenefit"], - "type" : "date", - "expression" : "ExplanationOfBenefit.created", - "xpath" : "f:ExplanationOfBenefit/f:created", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-detail-udi", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-detail-udi", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-detail-udi", - "version" : "5.0.0-snapshot1", - "name" : "detail-udi", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "UDI associated with a line item detail product or service", - "code" : "detail-udi", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.item.detail.udi", - "xpath" : "f:ExplanationOfBenefit/f:item/f:detail/f:udi", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-disposition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition", - "version" : "5.0.0-snapshot1", - "name" : "disposition", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The contents of the disposition message", - "code" : "disposition", - "base" : ["ExplanationOfBenefit"], - "type" : "string", - "expression" : "ExplanationOfBenefit.disposition", - "xpath" : "f:ExplanationOfBenefit/f:disposition", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Encounters associated with a billed line item", - "code" : "encounter", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.item.encounter", - "xpath" : "f:ExplanationOfBenefit/f:item/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-enterer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer", - "version" : "5.0.0-snapshot1", - "name" : "enterer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The party responsible for the entry of the Claim", - "code" : "enterer", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.enterer", - "xpath" : "f:ExplanationOfBenefit/f:enterer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-facility", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-facility", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-facility", - "version" : "5.0.0-snapshot1", - "name" : "facility", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Facility responsible for the goods and services", - "code" : "facility", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.facility", - "xpath" : "f:ExplanationOfBenefit/f:facility", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The business identifier of the Explanation of Benefit", - "code" : "identifier", - "base" : ["ExplanationOfBenefit"], - "type" : "token", - "expression" : "ExplanationOfBenefit.identifier", - "xpath" : "f:ExplanationOfBenefit/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-item-udi", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-item-udi", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-item-udi", - "version" : "5.0.0-snapshot1", - "name" : "item-udi", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "UDI associated with a line item product or service", - "code" : "item-udi", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.item.udi", - "xpath" : "f:ExplanationOfBenefit/f:item/f:udi", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The reference to the patient", - "code" : "patient", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.patient", - "xpath" : "f:ExplanationOfBenefit/f:patient", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-payee", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee", - "version" : "5.0.0-snapshot1", - "name" : "payee", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The party receiving any payment for the Claim", - "code" : "payee", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.payee.party", - "xpath" : "f:ExplanationOfBenefit/f:payee/f:party", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-procedure-udi", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-procedure-udi", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-procedure-udi", - "version" : "5.0.0-snapshot1", - "name" : "procedure-udi", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "UDI associated with a procedure", - "code" : "procedure-udi", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.procedure.udi", - "xpath" : "f:ExplanationOfBenefit/f:procedure/f:udi", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-provider", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider", - "version" : "5.0.0-snapshot1", - "name" : "provider", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The reference to the provider", - "code" : "provider", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.provider", - "xpath" : "f:ExplanationOfBenefit/f:provider", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Status of the instance", - "code" : "status", - "base" : ["ExplanationOfBenefit"], - "type" : "token", - "expression" : "ExplanationOfBenefit.status", - "xpath" : "f:ExplanationOfBenefit/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-subdetail-udi", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ExplanationOfBenefit-subdetail-udi", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-subdetail-udi", - "version" : "5.0.0-snapshot1", - "name" : "subdetail-udi", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "UDI associated with a line item detail subdetail product or service", - "code" : "subdetail-udi", - "base" : ["ExplanationOfBenefit"], - "type" : "reference", - "expression" : "ExplanationOfBenefit.item.detail.subDetail.udi", - "xpath" : "f:ExplanationOfBenefit/f:item/f:detail/f:subDetail/f:udi", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-canonical", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "FamilyMemberHistory-instantiates-canonical", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-canonical", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-canonical", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Instantiates FHIR protocol or definition", - "code" : "instantiates-canonical", - "base" : ["FamilyMemberHistory"], - "type" : "reference", - "expression" : "FamilyMemberHistory.instantiatesCanonical", - "xpath" : "f:FamilyMemberHistory/f:instantiatesCanonical", - "xpathUsage" : "normal", - "target" : ["Questionnaire", - "Measure", - "PlanDefinition", - "OperationDefinition", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "FamilyMemberHistory-instantiates-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-uri", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-uri", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Instantiates external protocol or definition", - "code" : "instantiates-uri", - "base" : ["FamilyMemberHistory"], - "type" : "uri", - "expression" : "FamilyMemberHistory.instantiatesUri", - "xpath" : "f:FamilyMemberHistory/f:instantiatesUri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "FamilyMemberHistory-relationship", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship", - "version" : "5.0.0-snapshot1", - "name" : "relationship", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "A search by a relationship type", - "code" : "relationship", - "base" : ["FamilyMemberHistory"], - "type" : "token", - "expression" : "FamilyMemberHistory.relationship", - "xpath" : "f:FamilyMemberHistory/f:relationship", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-sex", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "FamilyMemberHistory-sex", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-sex", - "version" : "5.0.0-snapshot1", - "name" : "sex", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "A search by a sex code of a family member", - "code" : "sex", - "base" : ["FamilyMemberHistory"], - "type" : "token", - "expression" : "FamilyMemberHistory.sex", - "xpath" : "f:FamilyMemberHistory/f:sex", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "FamilyMemberHistory-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "partial | completed | entered-in-error | health-unknown", - "code" : "status", - "base" : ["FamilyMemberHistory"], - "type" : "token", - "expression" : "FamilyMemberHistory.status", - "xpath" : "f:FamilyMemberHistory/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Flag-author", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Flag-author", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Flag-author", - "version" : "5.0.0-snapshot1", - "name" : "author", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Flag creator", - "code" : "author", - "base" : ["Flag"], - "type" : "reference", - "expression" : "Flag.author", - "xpath" : "f:Flag/f:author", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Flag-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Flag-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Flag-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Business identifier", - "code" : "identifier", - "base" : ["Flag"], - "type" : "token", - "expression" : "Flag.identifier", - "xpath" : "f:Flag/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Flag-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Flag-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Flag-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "active | inactive | entered-in-error", - "code" : "status", - "base" : ["Flag"], - "type" : "token", - "expression" : "Flag.status", - "xpath" : "f:Flag/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Flag-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Flag-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Flag-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "The identity of a subject to list flags for", - "code" : "subject", - "base" : ["Flag"], - "type" : "reference", - "expression" : "Flag.subject", - "xpath" : "f:Flag/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Organization", - "Medication", - "Patient", - "PlanDefinition", - "Procedure", - "PractitionerRole", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Goal-achievement-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Goal-achievement-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Goal-achievement-status", - "version" : "5.0.0-snapshot1", - "name" : "achievement-status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable", - "code" : "achievement-status", - "base" : ["Goal"], - "type" : "token", - "expression" : "Goal.achievementStatus", - "xpath" : "f:Goal/f:achievementStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Goal-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Goal-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Goal-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "E.g. Treatment, dietary, behavioral, etc.", - "code" : "category", - "base" : ["Goal"], - "type" : "token", - "expression" : "Goal.category", - "xpath" : "f:Goal/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Goal-lifecycle-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status", - "version" : "5.0.0-snapshot1", - "name" : "lifecycle-status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected", - "code" : "lifecycle-status", - "base" : ["Goal"], - "type" : "token", - "expression" : "Goal.lifecycleStatus", - "xpath" : "f:Goal/f:lifecycleStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Goal-start-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Goal-start-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Goal-start-date", - "version" : "5.0.0-snapshot1", - "name" : "start-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "When goal pursuit begins", - "code" : "start-date", - "base" : ["Goal"], - "type" : "date", - "expression" : "(Goal.start as date)", - "xpath" : "f:Goal/f:startDate", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Goal-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Goal-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Goal-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who this goal is intended for", - "code" : "subject", - "base" : ["Goal"], - "type" : "reference", - "expression" : "Goal.subject", - "xpath" : "f:Goal/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Organization", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Goal-target-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Goal-target-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Goal-target-date", - "version" : "5.0.0-snapshot1", - "name" : "target-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Reach goal on or before", - "code" : "target-date", - "base" : ["Goal"], - "type" : "date", - "expression" : "(Goal.target.due as date)", - "xpath" : "f:Goal/f:target/f:dueDate", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/GraphDefinition-start", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "GraphDefinition-start", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/GraphDefinition-start", - "version" : "5.0.0-snapshot1", - "name" : "start", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Type of resource at which the graph starts", - "code" : "start", - "base" : ["GraphDefinition"], - "type" : "token", - "expression" : "GraphDefinition.start", - "xpath" : "f:GraphDefinition/f:start", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Group-actual", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Group-actual", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Group-actual", - "version" : "5.0.0-snapshot1", - "name" : "actual", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Descriptive or actual", - "code" : "actual", - "base" : ["Group"], - "type" : "token", - "expression" : "Group.actual", - "xpath" : "f:Group/f:actual", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Group-characteristic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Group-characteristic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Group-characteristic", - "version" : "5.0.0-snapshot1", - "name" : "characteristic", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Kind of characteristic", - "code" : "characteristic", - "base" : ["Group"], - "type" : "token", - "expression" : "Group.characteristic.code", - "xpath" : "f:Group/f:characteristic/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Group-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Group-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Group-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The kind of resources contained", - "code" : "code", - "base" : ["Group"], - "type" : "token", - "expression" : "Group.code", - "xpath" : "f:Group/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Group-exclude", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Group-exclude", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Group-exclude", - "version" : "5.0.0-snapshot1", - "name" : "exclude", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Group includes or excludes", - "code" : "exclude", - "base" : ["Group"], - "type" : "token", - "expression" : "Group.characteristic.exclude", - "xpath" : "f:Group/f:characteristic/f:exclude", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Group-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Group-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Group-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Unique id", - "code" : "identifier", - "base" : ["Group"], - "type" : "token", - "expression" : "Group.identifier", - "xpath" : "f:Group/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Group-managing-entity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Group-managing-entity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Group-managing-entity", - "version" : "5.0.0-snapshot1", - "name" : "managing-entity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Entity that is the custodian of the Group's definition", - "code" : "managing-entity", - "base" : ["Group"], - "type" : "reference", - "expression" : "Group.managingEntity", - "xpath" : "f:Group/f:managingEntity", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Group-member", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Group-member", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Group-member", - "version" : "5.0.0-snapshot1", - "name" : "member", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Reference to the group member", - "code" : "member", - "base" : ["Group"], - "type" : "reference", - "expression" : "Group.member.entity", - "xpath" : "f:Group/f:member/f:entity", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Device", - "Medication", - "Patient", - "Substance", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Group-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Group-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Group-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The type of resources the group contains", - "code" : "type", - "base" : ["Group"], - "type" : "token", - "expression" : "Group.type", - "xpath" : "f:Group/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Group-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Group-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Group-value", - "version" : "5.0.0-snapshot1", - "name" : "value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Value held by characteristic", - "code" : "value", - "base" : ["Group"], - "type" : "token", - "expression" : "(Group.characteristic.value as CodeableConcept) | (Group.characteristic.value as boolean)", - "xpath" : "f:Group/f:characteristic/f:valueCodeableConcept | f:Group/f:characteristic/f:valueBoolean | f:Group/f:characteristic/f:valueQuantity | f:Group/f:characteristic/f:valueRange | f:Group/f:characteristic/f:valueReference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Group-characteristic-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Group-characteristic-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Group-characteristic-value", - "version" : "5.0.0-snapshot1", - "name" : "characteristic-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A composite of both characteristic and value", - "code" : "characteristic-value", - "base" : ["Group"], - "type" : "composite", - "expression" : "Group.characteristic", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Group-characteristic", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Group-value", - "expression" : "(value as CodeableConcept) | (value as boolean)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/GuidanceResponse-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "GuidanceResponse-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/GuidanceResponse-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The identifier of the guidance response", - "code" : "identifier", - "base" : ["GuidanceResponse"], - "type" : "token", - "expression" : "GuidanceResponse.identifier", - "xpath" : "f:GuidanceResponse/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/GuidanceResponse-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "GuidanceResponse-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/GuidanceResponse-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The identity of a patient to search for guidance response results", - "code" : "patient", - "base" : ["GuidanceResponse"], - "type" : "reference", - "expression" : "GuidanceResponse.subject.where(resolve() is Patient)", - "xpath" : "f:GuidanceResponse/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/GuidanceResponse-request", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "GuidanceResponse-request", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/GuidanceResponse-request", - "version" : "5.0.0-snapshot1", - "name" : "request", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The identifier of the request associated with the response", - "code" : "request", - "base" : ["GuidanceResponse"], - "type" : "token", - "expression" : "GuidanceResponse.requestIdentifier", - "xpath" : "f:GuidanceResponse/f:requestIdentifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/GuidanceResponse-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "GuidanceResponse-status", - "url" : "http://hl7.org/fhir/SearchParameter/GuidanceResponse-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The status of the guidance response", - "code" : "status", - "base" : ["GuidanceResponse"], - "type" : "token", - "expression" : "GuidanceResponse.status", - "xpath" : "f:GuidanceResponse/f:status" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/GuidanceResponse-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "GuidanceResponse-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/GuidanceResponse-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The subject that the guidance response is about", - "code" : "subject", - "base" : ["GuidanceResponse"], - "type" : "reference", - "expression" : "GuidanceResponse.subject", - "xpath" : "f:GuidanceResponse/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-active", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-active", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-active", - "version" : "5.0.0-snapshot1", - "name" : "active", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The Healthcare Service is currently marked as active", - "code" : "active", - "base" : ["HealthcareService"], - "type" : "token", - "expression" : "HealthcareService.active", - "xpath" : "f:HealthcareService/f:active", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-characteristic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic", - "version" : "5.0.0-snapshot1", - "name" : "characteristic", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "One of the HealthcareService's characteristics", - "code" : "characteristic", - "base" : ["HealthcareService"], - "type" : "token", - "expression" : "HealthcareService.characteristic", - "xpath" : "f:HealthcareService/f:characteristic", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-coverage-area", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-coverage-area", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-coverage-area", - "version" : "5.0.0-snapshot1", - "name" : "coverage-area", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Location(s) service is intended for/available to", - "code" : "coverage-area", - "base" : ["HealthcareService"], - "type" : "reference", - "expression" : "HealthcareService.coverageArea", - "xpath" : "f:HealthcareService/f:coverageArea", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-endpoint", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint", - "version" : "5.0.0-snapshot1", - "name" : "endpoint", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Technical endpoints providing access to electronic services operated for the healthcare service", - "code" : "endpoint", - "base" : ["HealthcareService"], - "type" : "reference", - "expression" : "HealthcareService.endpoint", - "xpath" : "f:HealthcareService/f:endpoint", - "xpathUsage" : "normal", - "target" : ["Endpoint"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "External identifiers for this item", - "code" : "identifier", - "base" : ["HealthcareService"], - "type" : "token", - "expression" : "HealthcareService.identifier", - "xpath" : "f:HealthcareService/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The location of the Healthcare Service", - "code" : "location", - "base" : ["HealthcareService"], - "type" : "reference", - "expression" : "HealthcareService.location", - "xpath" : "f:HealthcareService/f:location", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A portion of the Healthcare service name", - "code" : "name", - "base" : ["HealthcareService"], - "type" : "string", - "expression" : "HealthcareService.name", - "xpath" : "f:HealthcareService/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-organization", - "version" : "5.0.0-snapshot1", - "name" : "organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The organization that provides this Healthcare Service", - "code" : "organization", - "base" : ["HealthcareService"], - "type" : "reference", - "expression" : "HealthcareService.providedBy", - "xpath" : "f:HealthcareService/f:providedBy", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-program", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-program", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-program", - "version" : "5.0.0-snapshot1", - "name" : "program", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "One of the Programs supported by this HealthcareService", - "code" : "program", - "base" : ["HealthcareService"], - "type" : "token", - "expression" : "HealthcareService.program", - "xpath" : "f:HealthcareService/f:program", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-service-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-service-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-service-category", - "version" : "5.0.0-snapshot1", - "name" : "service-category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Service Category of the Healthcare Service", - "code" : "service-category", - "base" : ["HealthcareService"], - "type" : "token", - "expression" : "HealthcareService.category", - "xpath" : "f:HealthcareService/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-service-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-service-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-service-type", - "version" : "5.0.0-snapshot1", - "name" : "service-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The type of service provided by this healthcare service", - "code" : "service-type", - "base" : ["HealthcareService"], - "type" : "token", - "expression" : "HealthcareService.type", - "xpath" : "f:HealthcareService/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/HealthcareService-specialty", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "HealthcareService-specialty", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/HealthcareService-specialty", - "version" : "5.0.0-snapshot1", - "name" : "specialty", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The specialty of the service provided by this healthcare service", - "code" : "specialty", - "base" : ["HealthcareService"], - "type" : "token", - "expression" : "HealthcareService.specialty", - "xpath" : "f:HealthcareService/f:specialty", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingSelection-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The request associated with an imaging selection", - "code" : "based-on", - "base" : ["ImagingSelection"], - "type" : "reference", - "expression" : "ImagingSelection.basedOn", - "xpath" : "f:ImagingSelection/f:basedOn", - "xpathUsage" : "normal", - "target" : ["Appointment", - "AppointmentResponse", - "CarePlan", - "Task", - "ServiceRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-body-site", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingSelection-body-site", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-body-site", - "version" : "5.0.0-snapshot1", - "name" : "body-site", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The body site associated with the imaging selection", - "code" : "body-site", - "base" : ["ImagingSelection"], - "type" : "token", - "expression" : "ImagingSelection.bodySite", - "xpath" : "f:ImagingSelection/f:bodySite", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingSelection-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The imaging selection description text or code", - "code" : "code", - "base" : ["ImagingSelection"], - "type" : "token", - "expression" : "ImagingSelection.code", - "xpath" : "f:ImagingSelection/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-derived-from", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingSelection-derived-from", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-derived-from", - "version" : "5.0.0-snapshot1", - "name" : "derived-from", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The imaging study from which the imaging selection was derived", - "code" : "derived-from", - "base" : ["ImagingSelection"], - "type" : "reference", - "expression" : "ImagingSelection.derivedFrom", - "xpath" : "f:ImagingSelection/f:derivedFrom", - "xpathUsage" : "normal", - "target" : ["ImagingStudy"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingSelection-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "Identifiers for the imaging selection", - "code" : "identifier", - "base" : ["ImagingSelection"], - "type" : "token", - "expression" : "ImagingSelection.identifier", - "xpath" : "f:ImagingSelection/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-issued", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingSelection-issued", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-issued", - "version" : "5.0.0-snapshot1", - "name" : "issued", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The date / time the imaging selection was created", - "code" : "issued", - "base" : ["ImagingSelection"], - "type" : "date", - "expression" : "ImagingSelection.issued", - "xpath" : "f:ImagingSelection/f:issued", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingSelection-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "Who the study is about", - "code" : "patient", - "base" : ["ImagingSelection"], - "type" : "reference", - "expression" : "ImagingSelection.subject.where(resolve() is Patient)", - "xpath" : "f:ImagingSelection/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Specimen", - "Organization", - "Device", - "Medication", - "Patient", - "Procedure", - "Substance", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-study-uid", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingSelection-study-uid", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-study-uid", - "version" : "5.0.0-snapshot1", - "name" : "study-uid", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The DICOM Study Instance UID from which the images were selected", - "code" : "study-uid", - "base" : ["ImagingSelection"], - "type" : "uri", - "expression" : "ImagingSelection.studyUid", - "xpath" : "f:ImagingSelection/f:studyUid", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingSelection-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingSelection-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The subject of the Imaging Selection, such as the associated Patient", - "code" : "subject", - "base" : ["ImagingSelection"], - "type" : "reference", - "expression" : "ImagingSelection.subject", - "xpath" : "f:ImagingSelection/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Specimen", - "Organization", - "Device", - "Medication", - "Patient", - "Procedure", - "Substance", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-basedon", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-basedon", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-basedon", - "version" : "5.0.0-snapshot1", - "name" : "basedon", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The order for the image, such as Accession Number associated with a ServiceRequest", - "code" : "basedon", - "base" : ["ImagingStudy"], - "type" : "reference", - "expression" : "ImagingStudy.basedOn", - "xpath" : "f:ImagingStudy/f:basedOn", - "xpathUsage" : "normal", - "target" : ["Appointment", - "AppointmentResponse", - "CarePlan", - "Task", - "ServiceRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-bodysite", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-bodysite", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-bodysite", - "version" : "5.0.0-snapshot1", - "name" : "bodysite", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The body site studied", - "code" : "bodysite", - "base" : ["ImagingStudy"], - "type" : "token", - "expression" : "ImagingStudy.series.bodySite", - "xpath" : "f:ImagingStudy/f:series/f:bodySite", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-dicom-class", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-dicom-class", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-dicom-class", - "version" : "5.0.0-snapshot1", - "name" : "dicom-class", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The type of the instance", - "code" : "dicom-class", - "base" : ["ImagingStudy"], - "type" : "token", - "expression" : "ImagingStudy.series.instance.sopClass", - "xpath" : "f:ImagingStudy/f:series/f:instance/f:sopClass", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The context of the study", - "code" : "encounter", - "base" : ["ImagingStudy"], - "type" : "reference", - "expression" : "ImagingStudy.encounter", - "xpath" : "f:ImagingStudy/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-endpoint", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint", - "version" : "5.0.0-snapshot1", - "name" : "endpoint", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The endpoint for the study or series", - "code" : "endpoint", - "base" : ["ImagingStudy"], - "type" : "reference", - "expression" : "ImagingStudy.endpoint | ImagingStudy.series.endpoint", - "xpath" : "f:ImagingStudy/f:endpoint | f:ImagingStudy/f:series/f:endpoint", - "xpathUsage" : "normal", - "target" : ["Endpoint"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-instance", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-instance", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-instance", - "version" : "5.0.0-snapshot1", - "name" : "instance", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "SOP Instance UID for an instance", - "code" : "instance", - "base" : ["ImagingStudy"], - "type" : "token", - "expression" : "ImagingStudy.series.instance.uid", - "xpath" : "f:ImagingStudy/f:series/f:instance/f:uid", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-interpreter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-interpreter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-interpreter", - "version" : "5.0.0-snapshot1", - "name" : "interpreter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "Who interpreted the images", - "code" : "interpreter", - "base" : ["ImagingStudy"], - "type" : "reference", - "expression" : "ImagingStudy.interpreter", - "xpath" : "f:ImagingStudy/f:interpreter", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-modality", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-modality", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-modality", - "version" : "5.0.0-snapshot1", - "name" : "modality", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The modality of the series", - "code" : "modality", - "base" : ["ImagingStudy"], - "type" : "token", - "expression" : "ImagingStudy.series.modality", - "xpath" : "f:ImagingStudy/f:series/f:modality", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The person who performed the study", - "code" : "performer", - "base" : ["ImagingStudy"], - "type" : "reference", - "expression" : "ImagingStudy.series.performer.actor", - "xpath" : "f:ImagingStudy/f:series/f:performer/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-reason", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-reason", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-reason", - "version" : "5.0.0-snapshot1", - "name" : "reason", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The reason for the study", - "code" : "reason", - "base" : ["ImagingStudy"], - "type" : "token", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-referrer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-referrer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-referrer", - "version" : "5.0.0-snapshot1", - "name" : "referrer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The referring physician", - "code" : "referrer", - "base" : ["ImagingStudy"], - "type" : "reference", - "expression" : "ImagingStudy.referrer", - "xpath" : "f:ImagingStudy/f:referrer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-series", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-series", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-series", - "version" : "5.0.0-snapshot1", - "name" : "series", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "DICOM Series Instance UID for a series", - "code" : "series", - "base" : ["ImagingStudy"], - "type" : "token", - "expression" : "ImagingStudy.series.uid", - "xpath" : "f:ImagingStudy/f:series/f:uid", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-started", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-started", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-started", - "version" : "5.0.0-snapshot1", - "name" : "started", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "When the study was started", - "code" : "started", - "base" : ["ImagingStudy"], - "type" : "date", - "expression" : "ImagingStudy.started", - "xpath" : "f:ImagingStudy/f:started", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "The status of the study", - "code" : "status", - "base" : ["ImagingStudy"], - "type" : "token", - "expression" : "ImagingStudy.status", - "xpath" : "f:ImagingStudy/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImagingStudy-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Imaging Integration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm" - }] - }], - "description" : "Who the study is about", - "code" : "subject", - "base" : ["ImagingStudy"], - "type" : "reference", - "expression" : "ImagingStudy.subject", - "xpath" : "f:ImagingStudy/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Device", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "The service delivery location or facility in which the vaccine was / was to be administered", - "code" : "location", - "base" : ["Immunization"], - "type" : "reference", - "expression" : "Immunization.location", - "xpath" : "f:Immunization/f:location", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-lot-number", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-lot-number", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-lot-number", - "version" : "5.0.0-snapshot1", - "name" : "lot-number", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Vaccine Lot Number", - "code" : "lot-number", - "base" : ["Immunization"], - "type" : "string", - "expression" : "Immunization.lotNumber", - "xpath" : "f:Immunization/f:lotNumber", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-manufacturer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-manufacturer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-manufacturer", - "version" : "5.0.0-snapshot1", - "name" : "manufacturer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Vaccine Manufacturer", - "code" : "manufacturer", - "base" : ["Immunization"], - "type" : "reference", - "expression" : "Immunization.manufacturer", - "xpath" : "f:Immunization/f:manufacturer", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "The practitioner or organization who played a role in the vaccination", - "code" : "performer", - "base" : ["Immunization"], - "type" : "reference", - "expression" : "Immunization.performer.actor", - "xpath" : "f:Immunization/f:performer/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-reaction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-reaction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-reaction", - "version" : "5.0.0-snapshot1", - "name" : "reaction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Additional information on reaction", - "code" : "reaction", - "base" : ["Immunization"], - "type" : "reference", - "expression" : "Immunization.reaction.detail", - "xpath" : "f:Immunization/f:reaction/f:detail", - "xpathUsage" : "normal", - "target" : ["Observation"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-reaction-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-reaction-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-reaction-date", - "version" : "5.0.0-snapshot1", - "name" : "reaction-date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "When reaction started", - "code" : "reaction-date", - "base" : ["Immunization"], - "type" : "date", - "expression" : "Immunization.reaction.date", - "xpath" : "f:Immunization/f:reaction/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-reason-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-reason-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-reason-code", - "version" : "5.0.0-snapshot1", - "name" : "reason-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Reason why the vaccine was administered", - "code" : "reason-code", - "base" : ["Immunization"], - "type" : "token", - "expression" : "Immunization.reason.concept", - "xpath" : "f:Immunization/f:reason/f:concept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-reason-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-reason-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-reason-reference", - "version" : "5.0.0-snapshot1", - "name" : "reason-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Reference to a resource (by instance)", - "code" : "reason-reference", - "base" : ["Immunization"], - "type" : "reference", - "expression" : "Immunization.reason.reference", - "xpath" : "f:Immunization/f:reason/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-series", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-series", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-series", - "version" : "5.0.0-snapshot1", - "name" : "series", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "The series being followed by the provider", - "code" : "series", - "base" : ["Immunization"], - "type" : "string", - "expression" : "Immunization.protocolApplied.series", - "xpath" : "f:Immunization/f:protocolApplied/f:series", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Immunization event status", - "code" : "status", - "base" : ["Immunization"], - "type" : "token", - "expression" : "Immunization.status", - "xpath" : "f:Immunization/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-status-reason", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-status-reason", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-status-reason", - "version" : "5.0.0-snapshot1", - "name" : "status-reason", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Reason why the vaccine was not administered", - "code" : "status-reason", - "base" : ["Immunization"], - "type" : "token", - "expression" : "Immunization.statusReason", - "xpath" : "f:Immunization/f:statusReason", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-target-disease", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-target-disease", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-target-disease", - "version" : "5.0.0-snapshot1", - "name" : "target-disease", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "The target disease the dose is being administered against", - "code" : "target-disease", - "base" : ["Immunization"], - "type" : "token", - "expression" : "Immunization.protocolApplied.targetDisease", - "xpath" : "f:Immunization/f:protocolApplied/f:targetDisease", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-vaccine-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Immunization-vaccine-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Immunization-vaccine-code", - "version" : "5.0.0-snapshot1", - "name" : "vaccine-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Vaccine Product Administered", - "code" : "vaccine-code", - "base" : ["Immunization"], - "type" : "token", - "expression" : "Immunization.vaccineCode", - "xpath" : "f:Immunization/f:vaccineCode", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationEvaluation-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Date the evaluation was generated", - "code" : "date", - "base" : ["ImmunizationEvaluation"], - "type" : "date", - "expression" : "ImmunizationEvaluation.date", - "xpath" : "f:ImmunizationEvaluation/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-dose-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationEvaluation-dose-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-dose-status", - "version" : "5.0.0-snapshot1", - "name" : "dose-status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "The status of the dose relative to published recommendations", - "code" : "dose-status", - "base" : ["ImmunizationEvaluation"], - "type" : "token", - "expression" : "ImmunizationEvaluation.doseStatus", - "xpath" : "f:ImmunizationEvaluation/f:doseStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationEvaluation-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "ID of the evaluation", - "code" : "identifier", - "base" : ["ImmunizationEvaluation"], - "type" : "token", - "expression" : "ImmunizationEvaluation.identifier", - "xpath" : "f:ImmunizationEvaluation/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-immunization-event", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationEvaluation-immunization-event", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-immunization-event", - "version" : "5.0.0-snapshot1", - "name" : "immunization-event", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "The vaccine administration event being evaluated", - "code" : "immunization-event", - "base" : ["ImmunizationEvaluation"], - "type" : "reference", - "expression" : "ImmunizationEvaluation.immunizationEvent", - "xpath" : "f:ImmunizationEvaluation/f:immunizationEvent", - "xpathUsage" : "normal", - "target" : ["Immunization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationEvaluation-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "The patient being evaluated", - "code" : "patient", - "base" : ["ImmunizationEvaluation"], - "type" : "reference", - "expression" : "ImmunizationEvaluation.patient", - "xpath" : "f:ImmunizationEvaluation/f:patient", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationEvaluation-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Immunization evaluation status", - "code" : "status", - "base" : ["ImmunizationEvaluation"], - "type" : "token", - "expression" : "ImmunizationEvaluation.status", - "xpath" : "f:ImmunizationEvaluation/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-target-disease", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationEvaluation-target-disease", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-target-disease", - "version" : "5.0.0-snapshot1", - "name" : "target-disease", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "The vaccine preventable disease being evaluated against", - "code" : "target-disease", - "base" : ["ImmunizationEvaluation"], - "type" : "token", - "expression" : "ImmunizationEvaluation.targetDisease", - "xpath" : "f:ImmunizationEvaluation/f:targetDisease", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationRecommendation-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Date recommendation(s) created", - "code" : "date", - "base" : ["ImmunizationRecommendation"], - "type" : "date", - "expression" : "ImmunizationRecommendation.date", - "xpath" : "f:ImmunizationRecommendation/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationRecommendation-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Business identifier", - "code" : "identifier", - "base" : ["ImmunizationRecommendation"], - "type" : "token", - "expression" : "ImmunizationRecommendation.identifier", - "xpath" : "f:ImmunizationRecommendation/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-information", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationRecommendation-information", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-information", - "version" : "5.0.0-snapshot1", - "name" : "information", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Patient observations supporting recommendation", - "code" : "information", - "base" : ["ImmunizationRecommendation"], - "type" : "reference", - "expression" : "ImmunizationRecommendation.recommendation.supportingPatientInformation", - "xpath" : "f:ImmunizationRecommendation/f:recommendation/f:supportingPatientInformation", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationRecommendation-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Who this profile is for", - "code" : "patient", - "base" : ["ImmunizationRecommendation"], - "type" : "reference", - "expression" : "ImmunizationRecommendation.patient", - "xpath" : "f:ImmunizationRecommendation/f:patient", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationRecommendation-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Vaccine recommendation status", - "code" : "status", - "base" : ["ImmunizationRecommendation"], - "type" : "token", - "expression" : "ImmunizationRecommendation.recommendation.forecastStatus", - "xpath" : "f:ImmunizationRecommendation/f:recommendation/f:forecastStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-support", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationRecommendation-support", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-support", - "version" : "5.0.0-snapshot1", - "name" : "support", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Past immunizations supporting recommendation", - "code" : "support", - "base" : ["ImmunizationRecommendation"], - "type" : "reference", - "expression" : "ImmunizationRecommendation.recommendation.supportingImmunization", - "xpath" : "f:ImmunizationRecommendation/f:recommendation/f:supportingImmunization", - "xpathUsage" : "normal", - "target" : ["Immunization", - "ImmunizationEvaluation"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationRecommendation-target-disease", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease", - "version" : "5.0.0-snapshot1", - "name" : "target-disease", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Disease to be immunized against", - "code" : "target-disease", - "base" : ["ImmunizationRecommendation"], - "type" : "token", - "expression" : "ImmunizationRecommendation.recommendation.targetDisease", - "xpath" : "f:ImmunizationRecommendation/f:recommendation/f:targetDisease", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-vaccine-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImmunizationRecommendation-vaccine-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-vaccine-type", - "version" : "5.0.0-snapshot1", - "name" : "vaccine-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Public Health and Emergency Response)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pher/index.cfm" - }] - }], - "description" : "Vaccine or vaccine group recommendation applies to", - "code" : "vaccine-type", - "base" : ["ImmunizationRecommendation"], - "type" : "token", - "expression" : "ImmunizationRecommendation.recommendation.vaccineCode", - "xpath" : "f:ImmunizationRecommendation/f:recommendation/f:vaccineCode", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImplementationGuide-depends-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on", - "version" : "5.0.0-snapshot1", - "name" : "depends-on", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Identity of the IG that this depends on", - "code" : "depends-on", - "base" : ["ImplementationGuide"], - "type" : "reference", - "expression" : "ImplementationGuide.dependsOn.uri", - "xpath" : "f:ImplementationGuide/f:dependsOn/f:uri", - "xpathUsage" : "normal", - "target" : ["ImplementationGuide"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImplementationGuide-experimental", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImplementationGuide-experimental", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImplementationGuide-experimental", - "version" : "5.0.0-snapshot1", - "name" : "experimental", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "For testing purposes, not real usage", - "code" : "experimental", - "base" : ["ImplementationGuide"], - "type" : "token", - "expression" : "ImplementationGuide.experimental", - "xpath" : "f:ImplementationGuide/f:experimental", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImplementationGuide-global", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImplementationGuide-global", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImplementationGuide-global", - "version" : "5.0.0-snapshot1", - "name" : "global", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Profile that all resources must conform to", - "code" : "global", - "base" : ["ImplementationGuide"], - "type" : "reference", - "expression" : "ImplementationGuide.global.profile", - "xpath" : "f:ImplementationGuide/f:global/f:profile", - "xpathUsage" : "normal", - "target" : ["StructureDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ImplementationGuide-resource", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ImplementationGuide-resource", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ImplementationGuide-resource", - "version" : "5.0.0-snapshot1", - "name" : "resource", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Location of the resource", - "code" : "resource", - "base" : ["ImplementationGuide"], - "type" : "reference", - "expression" : "ImplementationGuide.definition.resource.reference", - "xpath" : "f:ImplementationGuide/f:definition/f:resource/f:reference", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Ingredient-for", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Ingredient-for", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Ingredient-for", - "version" : "5.0.0-snapshot1", - "name" : "for", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The product which this ingredient is a constituent part of", - "code" : "for", - "base" : ["Ingredient"], - "type" : "reference", - "expression" : "Ingredient.for", - "xpath" : "f:Ingredient/f:for", - "xpathUsage" : "normal", - "target" : ["AdministrableProductDefinition", - "ManufacturedItemDefinition", - "MedicinalProductDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Ingredient-function", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Ingredient-function", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Ingredient-function", - "version" : "5.0.0-snapshot1", - "name" : "function", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A classification of the ingredient identifying its precise purpose(s) in the drug product. This extends the Ingredient.role to add more detail. Example: Antioxidant, Alkalizing Agent", - "code" : "function", - "base" : ["Ingredient"], - "type" : "token", - "expression" : "Ingredient.function", - "xpath" : "f:Ingredient/f:function", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Ingredient-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Ingredient-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Ingredient-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "An identifier or code by which the ingredient can be referenced", - "code" : "identifier", - "base" : ["Ingredient"], - "type" : "token", - "expression" : "Ingredient.identifier", - "xpath" : "f:Ingredient/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Ingredient-manufacturer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Ingredient-manufacturer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Ingredient-manufacturer", - "version" : "5.0.0-snapshot1", - "name" : "manufacturer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The organization that manufactures this ingredient", - "code" : "manufacturer", - "base" : ["Ingredient"], - "type" : "reference", - "expression" : "Ingredient.manufacturer", - "xpath" : "f:Ingredient/f:manufacturer", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Ingredient-role", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Ingredient-role", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Ingredient-role", - "version" : "5.0.0-snapshot1", - "name" : "role", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A classification of the ingredient identifying its purpose within the product, e.g. active, inactive", - "code" : "role", - "base" : ["Ingredient"], - "type" : "token", - "expression" : "Ingredient.role", - "xpath" : "f:Ingredient/f:role", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Ingredient-substance", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Ingredient-substance", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Ingredient-substance", - "version" : "5.0.0-snapshot1", - "name" : "substance", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Reference to a resource (by instance)", - "code" : "substance", - "base" : ["Ingredient"], - "type" : "reference", - "expression" : "Ingredient.substance.code.reference", - "xpath" : "f:Ingredient/f:substance/f:code/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Ingredient-substance-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Ingredient-substance-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Ingredient-substance-code", - "version" : "5.0.0-snapshot1", - "name" : "substance-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Reference to a concept (by class)", - "code" : "substance-code", - "base" : ["Ingredient"], - "type" : "token", - "expression" : "Ingredient.substance.code.concept", - "xpath" : "f:Ingredient/f:substance/f:code/f:concept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Ingredient-substance-definition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Ingredient-substance-definition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Ingredient-substance-definition", - "version" : "5.0.0-snapshot1", - "name" : "substance-definition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Reference to a resource (by instance)", - "code" : "substance-definition", - "base" : ["Ingredient"], - "type" : "reference", - "expression" : "Ingredient.substance.code.reference", - "xpath" : "f:Ingredient/f:substance/f:code/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-address", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address", - "version" : "5.0.0-snapshot1", - "name" : "address", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text", - "code" : "address", - "base" : ["InsurancePlan"], - "type" : "string", - "expression" : "InsurancePlan.contact.address", - "xpath" : "f:InsurancePlan/f:contact/f:address", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-city", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-address-city", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-city", - "version" : "5.0.0-snapshot1", - "name" : "address-city", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A city specified in an address", - "code" : "address-city", - "base" : ["InsurancePlan"], - "type" : "string", - "expression" : "InsurancePlan.contact.address.city", - "xpath" : "f:InsurancePlan/f:contact/f:address/f:city", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-country", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-address-country", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-country", - "version" : "5.0.0-snapshot1", - "name" : "address-country", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A country specified in an address", - "code" : "address-country", - "base" : ["InsurancePlan"], - "type" : "string", - "expression" : "InsurancePlan.contact.address.country", - "xpath" : "f:InsurancePlan/f:contact/f:address/f:country", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-postalcode", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-address-postalcode", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-postalcode", - "version" : "5.0.0-snapshot1", - "name" : "address-postalcode", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A postal code specified in an address", - "code" : "address-postalcode", - "base" : ["InsurancePlan"], - "type" : "string", - "expression" : "InsurancePlan.contact.address.postalCode", - "xpath" : "f:InsurancePlan/f:contact/f:address/f:postalCode", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-state", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-address-state", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-state", - "version" : "5.0.0-snapshot1", - "name" : "address-state", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A state specified in an address", - "code" : "address-state", - "base" : ["InsurancePlan"], - "type" : "string", - "expression" : "InsurancePlan.contact.address.state", - "xpath" : "f:InsurancePlan/f:contact/f:address/f:state", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-use", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-address-use", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-use", - "version" : "5.0.0-snapshot1", - "name" : "address-use", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A use code specified in an address", - "code" : "address-use", - "base" : ["InsurancePlan"], - "type" : "token", - "expression" : "InsurancePlan.contact.address.use", - "xpath" : "f:InsurancePlan/f:contact/f:address/f:use", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-administered-by", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-administered-by", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-administered-by", - "version" : "5.0.0-snapshot1", - "name" : "administered-by", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Product administrator", - "code" : "administered-by", - "base" : ["InsurancePlan"], - "type" : "reference", - "expression" : "InsurancePlan.administeredBy", - "xpath" : "f:InsurancePlan/f:administeredBy", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-endpoint", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-endpoint", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-endpoint", - "version" : "5.0.0-snapshot1", - "name" : "endpoint", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Technical endpoint", - "code" : "endpoint", - "base" : ["InsurancePlan"], - "type" : "reference", - "expression" : "InsurancePlan.endpoint", - "xpath" : "f:InsurancePlan/f:endpoint", - "xpathUsage" : "normal", - "target" : ["Endpoint"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Any identifier for the organization (not the accreditation issuer's identifier)", - "code" : "identifier", - "base" : ["InsurancePlan"], - "type" : "token", - "expression" : "InsurancePlan.identifier", - "xpath" : "f:InsurancePlan/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A portion of the organization's name or alias", - "code" : "name", - "base" : ["InsurancePlan"], - "type" : "string", - "expression" : "InsurancePlan.name | InsurancePlan.alias", - "xpath" : "f:InsurancePlan/f:name | f:InsurancePlan/f:alias", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-owned-by", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-owned-by", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-owned-by", - "version" : "5.0.0-snapshot1", - "name" : "owned-by", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "An organization of which this organization forms a part", - "code" : "owned-by", - "base" : ["InsurancePlan"], - "type" : "reference", - "expression" : "InsurancePlan.ownedBy", - "xpath" : "f:InsurancePlan/f:ownedBy", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-phonetic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-phonetic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-phonetic", - "version" : "5.0.0-snapshot1", - "name" : "phonetic", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A portion of the organization's name using some kind of phonetic matching algorithm", - "code" : "phonetic", - "base" : ["InsurancePlan"], - "type" : "string", - "expression" : "InsurancePlan.name", - "xpath" : "f:InsurancePlan/f:name", - "xpathUsage" : "phonetic" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Is the Organization record active", - "code" : "status", - "base" : ["InsurancePlan"], - "type" : "token", - "expression" : "InsurancePlan.status", - "xpath" : "f:InsurancePlan/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "InsurancePlan-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/InsurancePlan-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A code for the type of organization", - "code" : "type", - "base" : ["InsurancePlan"], - "type" : "token", - "expression" : "InsurancePlan.type", - "xpath" : "f:InsurancePlan/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-account", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-account", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-account", - "version" : "5.0.0-snapshot1", - "name" : "account", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Account that is being balanced", - "code" : "account", - "base" : ["Invoice"], - "type" : "reference", - "expression" : "Invoice.account", - "xpath" : "f:Invoice/f:account", - "xpathUsage" : "normal", - "target" : ["Account"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Invoice date / posting date", - "code" : "date", - "base" : ["Invoice"], - "type" : "date", - "expression" : "Invoice.date", - "xpath" : "f:Invoice/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Business Identifier for item", - "code" : "identifier", - "base" : ["Invoice"], - "type" : "token", - "expression" : "Invoice.identifier", - "xpath" : "f:Invoice/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-issuer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-issuer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-issuer", - "version" : "5.0.0-snapshot1", - "name" : "issuer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Issuing Organization of Invoice", - "code" : "issuer", - "base" : ["Invoice"], - "type" : "reference", - "expression" : "Invoice.issuer", - "xpath" : "f:Invoice/f:issuer", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-participant", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-participant", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-participant", - "version" : "5.0.0-snapshot1", - "name" : "participant", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Individual who was involved", - "code" : "participant", - "base" : ["Invoice"], - "type" : "reference", - "expression" : "Invoice.participant.actor", - "xpath" : "f:Invoice/f:participant/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-participant-role", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-participant-role", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-participant-role", - "version" : "5.0.0-snapshot1", - "name" : "participant-role", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Type of involvement in creation of this Invoice", - "code" : "participant-role", - "base" : ["Invoice"], - "type" : "token", - "expression" : "Invoice.participant.role", - "xpath" : "f:Invoice/f:participant/f:role", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Recipient(s) of goods and services", - "code" : "patient", - "base" : ["Invoice"], - "type" : "reference", - "expression" : "Invoice.subject.where(resolve() is Patient)", - "xpath" : "f:Invoice/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-recipient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-recipient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-recipient", - "version" : "5.0.0-snapshot1", - "name" : "recipient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Recipient of this invoice", - "code" : "recipient", - "base" : ["Invoice"], - "type" : "reference", - "expression" : "Invoice.recipient", - "xpath" : "f:Invoice/f:recipient", - "xpathUsage" : "normal", - "target" : ["Organization", - "Patient", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "draft | issued | balanced | cancelled | entered-in-error", - "code" : "status", - "base" : ["Invoice"], - "type" : "token", - "expression" : "Invoice.status", - "xpath" : "f:Invoice/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Recipient(s) of goods and services", - "code" : "subject", - "base" : ["Invoice"], - "type" : "reference", - "expression" : "Invoice.subject", - "xpath" : "f:Invoice/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-totalgross", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-totalgross", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-totalgross", - "version" : "5.0.0-snapshot1", - "name" : "totalgross", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Gross total of this Invoice", - "code" : "totalgross", - "base" : ["Invoice"], - "type" : "quantity", - "expression" : "Invoice.totalGross", - "xpath" : "f:Invoice/f:totalGross", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-totalnet", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-totalnet", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-totalnet", - "version" : "5.0.0-snapshot1", - "name" : "totalnet", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Net total of this Invoice", - "code" : "totalnet", - "base" : ["Invoice"], - "type" : "quantity", - "expression" : "Invoice.totalNet", - "xpath" : "f:Invoice/f:totalNet", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Invoice-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Invoice-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Invoice-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Type of Invoice", - "code" : "type", - "base" : ["Invoice"], - "type" : "token", - "expression" : "Invoice.type", - "xpath" : "f:Invoice/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-composed-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-composed-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-composed-of", - "version" : "5.0.0-snapshot1", - "name" : "composed-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "composed-of", - "base" : ["Library"], - "type" : "reference", - "expression" : "Library.relatedArtifact.where(type='composed-of').resource", - "xpath" : "f:Library/f:relatedArtifact[f:type/@value='composed-of']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-content-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-content-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-content-type", - "version" : "5.0.0-snapshot1", - "name" : "content-type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The type of content in the library (e.g. text/cql)", - "code" : "content-type", - "base" : ["Library"], - "type" : "token", - "expression" : "Library.content.contentType", - "xpath" : "f:Library/f:content/f:contentType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context assigned to the library", - "code" : "context", - "base" : ["Library"], - "type" : "token", - "expression" : "(Library.useContext.value as CodeableConcept)", - "xpath" : "f:Library/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the library", - "code" : "context-quantity", - "base" : ["Library"], - "type" : "quantity", - "expression" : "(Library.useContext.value as Quantity) | (Library.useContext.value as Range)", - "xpath" : "f:Library/f:useContext/f:valueQuantity | f:Library/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A type of use context assigned to the library", - "code" : "context-type", - "base" : ["Library"], - "type" : "token", - "expression" : "Library.useContext.code", - "xpath" : "f:Library/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The library publication date", - "code" : "date", - "base" : ["Library"], - "type" : "date", - "expression" : "Library.date", - "xpath" : "f:Library/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-depends-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-depends-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-depends-on", - "version" : "5.0.0-snapshot1", - "name" : "depends-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "depends-on", - "base" : ["Library"], - "type" : "reference", - "expression" : "Library.relatedArtifact.where(type='depends-on').resource", - "xpath" : "f:Library/f:relatedArtifact[f:type/@value='depends-on']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-derived-from", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-derived-from", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-derived-from", - "version" : "5.0.0-snapshot1", - "name" : "derived-from", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "derived-from", - "base" : ["Library"], - "type" : "reference", - "expression" : "Library.relatedArtifact.where(type='derived-from').resource", - "xpath" : "f:Library/f:relatedArtifact[f:type/@value='derived-from']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The description of the library", - "code" : "description", - "base" : ["Library"], - "type" : "string", - "expression" : "Library.description", - "xpath" : "f:Library/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-effective", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-effective", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-effective", - "version" : "5.0.0-snapshot1", - "name" : "effective", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The time during which the library is intended to be in use", - "code" : "effective", - "base" : ["Library"], - "type" : "date", - "expression" : "Library.effectivePeriod", - "xpath" : "f:Library/f:effectivePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "External identifier for the library", - "code" : "identifier", - "base" : ["Library"], - "type" : "token", - "expression" : "Library.identifier", - "xpath" : "f:Library/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the library", - "code" : "jurisdiction", - "base" : ["Library"], - "type" : "token", - "expression" : "Library.jurisdiction", - "xpath" : "f:Library/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Computationally friendly name of the library", - "code" : "name", - "base" : ["Library"], - "type" : "string", - "expression" : "Library.name", - "xpath" : "f:Library/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-predecessor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-predecessor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-predecessor", - "version" : "5.0.0-snapshot1", - "name" : "predecessor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "predecessor", - "base" : ["Library"], - "type" : "reference", - "expression" : "Library.relatedArtifact.where(type='predecessor').resource", - "xpath" : "f:Library/f:relatedArtifact[f:type/@value='predecessor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Name of the publisher of the library", - "code" : "publisher", - "base" : ["Library"], - "type" : "string", - "expression" : "Library.publisher", - "xpath" : "f:Library/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The current status of the library", - "code" : "status", - "base" : ["Library"], - "type" : "token", - "expression" : "Library.status", - "xpath" : "f:Library/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-successor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-successor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-successor", - "version" : "5.0.0-snapshot1", - "name" : "successor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "successor", - "base" : ["Library"], - "type" : "reference", - "expression" : "Library.relatedArtifact.where(type='successor').resource", - "xpath" : "f:Library/f:relatedArtifact[f:type/@value='successor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The human-friendly name of the library", - "code" : "title", - "base" : ["Library"], - "type" : "string", - "expression" : "Library.title", - "xpath" : "f:Library/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-topic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-topic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-topic", - "version" : "5.0.0-snapshot1", - "name" : "topic", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Topics associated with the module", - "code" : "topic", - "base" : ["Library"], - "type" : "token", - "expression" : "Library.topic", - "xpath" : "f:Library/f:topic", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The type of the library (e.g. logic-library, model-definition, asset-collection, module-definition)", - "code" : "type", - "base" : ["Library"], - "type" : "token", - "expression" : "Library.type", - "xpath" : "f:Library/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The uri that identifies the library", - "code" : "url", - "base" : ["Library"], - "type" : "uri", - "expression" : "Library.url", - "xpath" : "f:Library/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The business version of the library", - "code" : "version", - "base" : ["Library"], - "type" : "token", - "expression" : "Library.version", - "xpath" : "f:Library/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the library", - "code" : "context-type-quantity", - "base" : ["Library"], - "type" : "composite", - "expression" : "Library.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Library-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Library-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Library-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Library-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Library-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the library", - "code" : "context-type-value", - "base" : ["Library"], - "type" : "composite", - "expression" : "Library.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Library-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Library-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Linkage-author", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Linkage-author", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Linkage-author", - "version" : "5.0.0-snapshot1", - "name" : "author", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Author of the Linkage", - "code" : "author", - "base" : ["Linkage"], - "type" : "reference", - "expression" : "Linkage.author", - "xpath" : "f:Linkage/f:author", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Linkage-item", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Linkage-item", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Linkage-item", - "version" : "5.0.0-snapshot1", - "name" : "item", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Matches on any item in the Linkage", - "code" : "item", - "base" : ["Linkage"], - "type" : "reference", - "expression" : "Linkage.item.resource", - "xpath" : "f:Linkage/f:item/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Linkage-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Linkage-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Linkage-source", - "version" : "5.0.0-snapshot1", - "name" : "source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Matches on any item in the Linkage with a type of 'source'", - "code" : "source", - "base" : ["Linkage"], - "type" : "reference", - "expression" : "Linkage.item.resource", - "xpath" : "f:Linkage/f:item/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/List-empty-reason", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "List-empty-reason", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/List-empty-reason", - "version" : "5.0.0-snapshot1", - "name" : "empty-reason", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Why list is empty", - "code" : "empty-reason", - "base" : ["List"], - "type" : "token", - "expression" : "List.emptyReason", - "xpath" : "f:List/f:emptyReason", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/List-item", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "List-item", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/List-item", - "version" : "5.0.0-snapshot1", - "name" : "item", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Actual entry", - "code" : "item", - "base" : ["List"], - "type" : "reference", - "expression" : "List.entry.item", - "xpath" : "f:List/f:entry/f:item", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/List-notes", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "List-notes", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/List-notes", - "version" : "5.0.0-snapshot1", - "name" : "notes", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The annotation - text content (as markdown)", - "code" : "notes", - "base" : ["List"], - "type" : "string", - "expression" : "List.note.text", - "xpath" : "f:List/f:note/f:text", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/List-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "List-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/List-source", - "version" : "5.0.0-snapshot1", - "name" : "source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Who and/or what defined the list contents (aka Author)", - "code" : "source", - "base" : ["List"], - "type" : "reference", - "expression" : "List.source", - "xpath" : "f:List/f:source", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Device", - "Patient", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/List-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "List-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/List-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "current | retired | entered-in-error", - "code" : "status", - "base" : ["List"], - "type" : "token", - "expression" : "List.status", - "xpath" : "f:List/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/List-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "List-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/List-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "If all resources have the same subject", - "code" : "subject", - "base" : ["List"], - "type" : "reference", - "expression" : "List.subject", - "xpath" : "f:List/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Device", - "Patient", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/List-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "List-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/List-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Descriptive name for the list", - "code" : "title", - "base" : ["List"], - "type" : "string", - "expression" : "List.title", - "xpath" : "f:List/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-address", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-address", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-address", - "version" : "5.0.0-snapshot1", - "name" : "address", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A (part of the) address of the location", - "code" : "address", - "base" : ["Location"], - "type" : "string", - "expression" : "Location.address", - "xpath" : "f:Location/f:address", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-address-city", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-address-city", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-address-city", - "version" : "5.0.0-snapshot1", - "name" : "address-city", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A city specified in an address", - "code" : "address-city", - "base" : ["Location"], - "type" : "string", - "expression" : "Location.address.city", - "xpath" : "f:Location/f:address/f:city", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-address-country", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-address-country", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-address-country", - "version" : "5.0.0-snapshot1", - "name" : "address-country", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A country specified in an address", - "code" : "address-country", - "base" : ["Location"], - "type" : "string", - "expression" : "Location.address.country", - "xpath" : "f:Location/f:address/f:country", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-address-postalcode", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-address-postalcode", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-address-postalcode", - "version" : "5.0.0-snapshot1", - "name" : "address-postalcode", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A postal code specified in an address", - "code" : "address-postalcode", - "base" : ["Location"], - "type" : "string", - "expression" : "Location.address.postalCode", - "xpath" : "f:Location/f:address/f:postalCode", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-address-state", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-address-state", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-address-state", - "version" : "5.0.0-snapshot1", - "name" : "address-state", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A state specified in an address", - "code" : "address-state", - "base" : ["Location"], - "type" : "string", - "expression" : "Location.address.state", - "xpath" : "f:Location/f:address/f:state", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-address-use", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-address-use", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-address-use", - "version" : "5.0.0-snapshot1", - "name" : "address-use", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A use code specified in an address", - "code" : "address-use", - "base" : ["Location"], - "type" : "token", - "expression" : "Location.address.use", - "xpath" : "f:Location/f:address/f:use", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-endpoint", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-endpoint", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-endpoint", - "version" : "5.0.0-snapshot1", - "name" : "endpoint", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Technical endpoints providing access to services operated for the location", - "code" : "endpoint", - "base" : ["Location"], - "type" : "reference", - "expression" : "Location.endpoint", - "xpath" : "f:Location/f:endpoint", - "xpathUsage" : "normal", - "target" : ["Endpoint"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "An identifier for the location", - "code" : "identifier", - "base" : ["Location"], - "type" : "token", - "expression" : "Location.identifier", - "xpath" : "f:Location/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A portion of the location's name or alias", - "code" : "name", - "base" : ["Location"], - "type" : "string", - "expression" : "Location.name | Location.alias", - "xpath" : "f:Location/f:name | f:Location/f:alias", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-near", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-near", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-near", - "version" : "5.0.0-snapshot1", - "name" : "near", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).\nIf the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)\n\nServers may search using various techniques that might have differing accuracies, depending on implementation efficiency.", - "code" : "near", - "base" : ["Location"], - "type" : "special", - "expression" : "Location.position", - "xpath" : "f:Location/f:position", - "xpathUsage" : "nearby" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-operational-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-operational-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-operational-status", - "version" : "5.0.0-snapshot1", - "name" : "operational-status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)", - "code" : "operational-status", - "base" : ["Location"], - "type" : "token", - "expression" : "Location.operationalStatus", - "xpath" : "f:Location/f:operationalStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-organization", - "version" : "5.0.0-snapshot1", - "name" : "organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Searches for locations that are managed by the provided organization", - "code" : "organization", - "base" : ["Location"], - "type" : "reference", - "expression" : "Location.managingOrganization", - "xpath" : "f:Location/f:managingOrganization", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-partof", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-partof", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-partof", - "version" : "5.0.0-snapshot1", - "name" : "partof", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A location of which this location is a part", - "code" : "partof", - "base" : ["Location"], - "type" : "reference", - "expression" : "Location.partOf", - "xpath" : "f:Location/f:partOf", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Searches for locations with a specific kind of status", - "code" : "status", - "base" : ["Location"], - "type" : "token", - "expression" : "Location.status", - "xpath" : "f:Location/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Location-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Location-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Location-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A code for the type of location", - "code" : "type", - "base" : ["Location"], - "type" : "token", - "expression" : "Location.type", - "xpath" : "f:Location/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-dose-form", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ManufacturedItemDefinition-dose-form", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-dose-form", - "version" : "5.0.0-snapshot1", - "name" : "dose-form", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Dose form as manufactured and before any transformation into the pharmaceutical product", - "code" : "dose-form", - "base" : ["ManufacturedItemDefinition"], - "type" : "token", - "expression" : "ManufacturedItemDefinition.manufacturedDoseForm", - "xpath" : "f:ManufacturedItemDefinition/f:manufacturedDoseForm", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ManufacturedItemDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Unique identifier", - "code" : "identifier", - "base" : ["ManufacturedItemDefinition"], - "type" : "token", - "expression" : "ManufacturedItemDefinition.identifier", - "xpath" : "f:ManufacturedItemDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-ingredient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ManufacturedItemDefinition-ingredient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-ingredient", - "version" : "5.0.0-snapshot1", - "name" : "ingredient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "An ingredient of this item", - "code" : "ingredient", - "base" : ["ManufacturedItemDefinition"], - "type" : "token", - "expression" : "ManufacturedItemDefinition.ingredient", - "xpath" : "f:ManufacturedItemDefinition/f:ingredient", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-composed-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-composed-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-composed-of", - "version" : "5.0.0-snapshot1", - "name" : "composed-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "composed-of", - "base" : ["Measure"], - "type" : "reference", - "expression" : "Measure.relatedArtifact.where(type='composed-of').resource", - "xpath" : "f:Measure/f:relatedArtifact[f:type/@value='composed-of']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "A use context assigned to the measure", - "code" : "context", - "base" : ["Measure"], - "type" : "token", - "expression" : "(Measure.useContext.value as CodeableConcept)", - "xpath" : "f:Measure/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the measure", - "code" : "context-quantity", - "base" : ["Measure"], - "type" : "quantity", - "expression" : "(Measure.useContext.value as Quantity) | (Measure.useContext.value as Range)", - "xpath" : "f:Measure/f:useContext/f:valueQuantity | f:Measure/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "A type of use context assigned to the measure", - "code" : "context-type", - "base" : ["Measure"], - "type" : "token", - "expression" : "Measure.useContext.code", - "xpath" : "f:Measure/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The measure publication date", - "code" : "date", - "base" : ["Measure"], - "type" : "date", - "expression" : "Measure.date", - "xpath" : "f:Measure/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-depends-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-depends-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-depends-on", - "version" : "5.0.0-snapshot1", - "name" : "depends-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "depends-on", - "base" : ["Measure"], - "type" : "reference", - "expression" : "Measure.relatedArtifact.where(type='depends-on').resource | Measure.library", - "xpath" : "f:Measure/f:relatedArtifact[f:type/@value='depends-on']/f:resource | f:Measure/f:library", - "xpathUsage" : "normal", - "target" : ["Library", - "Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-derived-from", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-derived-from", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-derived-from", - "version" : "5.0.0-snapshot1", - "name" : "derived-from", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "derived-from", - "base" : ["Measure"], - "type" : "reference", - "expression" : "Measure.relatedArtifact.where(type='derived-from').resource", - "xpath" : "f:Measure/f:relatedArtifact[f:type/@value='derived-from']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The description of the measure", - "code" : "description", - "base" : ["Measure"], - "type" : "string", - "expression" : "Measure.description", - "xpath" : "f:Measure/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-effective", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-effective", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-effective", - "version" : "5.0.0-snapshot1", - "name" : "effective", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The time during which the measure is intended to be in use", - "code" : "effective", - "base" : ["Measure"], - "type" : "date", - "expression" : "Measure.effectivePeriod", - "xpath" : "f:Measure/f:effectivePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "External identifier for the measure", - "code" : "identifier", - "base" : ["Measure"], - "type" : "token", - "expression" : "Measure.identifier", - "xpath" : "f:Measure/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the measure", - "code" : "jurisdiction", - "base" : ["Measure"], - "type" : "token", - "expression" : "Measure.jurisdiction", - "xpath" : "f:Measure/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "Computationally friendly name of the measure", - "code" : "name", - "base" : ["Measure"], - "type" : "string", - "expression" : "Measure.name", - "xpath" : "f:Measure/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-predecessor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-predecessor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-predecessor", - "version" : "5.0.0-snapshot1", - "name" : "predecessor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "predecessor", - "base" : ["Measure"], - "type" : "reference", - "expression" : "Measure.relatedArtifact.where(type='predecessor').resource", - "xpath" : "f:Measure/f:relatedArtifact[f:type/@value='predecessor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "Name of the publisher of the measure", - "code" : "publisher", - "base" : ["Measure"], - "type" : "string", - "expression" : "Measure.publisher", - "xpath" : "f:Measure/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The current status of the measure", - "code" : "status", - "base" : ["Measure"], - "type" : "token", - "expression" : "Measure.status", - "xpath" : "f:Measure/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-successor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-successor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-successor", - "version" : "5.0.0-snapshot1", - "name" : "successor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "successor", - "base" : ["Measure"], - "type" : "reference", - "expression" : "Measure.relatedArtifact.where(type='successor').resource", - "xpath" : "f:Measure/f:relatedArtifact[f:type/@value='successor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The human-friendly name of the measure", - "code" : "title", - "base" : ["Measure"], - "type" : "string", - "expression" : "Measure.title", - "xpath" : "f:Measure/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-topic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-topic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-topic", - "version" : "5.0.0-snapshot1", - "name" : "topic", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "Topics associated with the measure", - "code" : "topic", - "base" : ["Measure"], - "type" : "token", - "expression" : "Measure.topic", - "xpath" : "f:Measure/f:topic", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The uri that identifies the measure", - "code" : "url", - "base" : ["Measure"], - "type" : "uri", - "expression" : "Measure.url", - "xpath" : "f:Measure/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The business version of the measure", - "code" : "version", - "base" : ["Measure"], - "type" : "token", - "expression" : "Measure.version", - "xpath" : "f:Measure/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the measure", - "code" : "context-type-quantity", - "base" : ["Measure"], - "type" : "composite", - "expression" : "Measure.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Measure-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Measure-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Measure-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Measure-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Measure-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the measure", - "code" : "context-type-value", - "base" : ["Measure"], - "type" : "composite", - "expression" : "Measure.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Measure-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Measure-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MeasureReport-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MeasureReport-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MeasureReport-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The date of the measure report", - "code" : "date", - "base" : ["MeasureReport"], - "type" : "date", - "expression" : "MeasureReport.date", - "xpath" : "f:MeasureReport/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MeasureReport-evaluated-resource", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource", - "version" : "5.0.0-snapshot1", - "name" : "evaluated-resource", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "An evaluated resource referenced by the measure report", - "code" : "evaluated-resource", - "base" : ["MeasureReport"], - "type" : "reference", - "expression" : "MeasureReport.evaluatedResource", - "xpath" : "f:MeasureReport/f:evaluatedResource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MeasureReport-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MeasureReport-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MeasureReport-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "External identifier of the measure report to be returned", - "code" : "identifier", - "base" : ["MeasureReport"], - "type" : "token", - "expression" : "MeasureReport.identifier", - "xpath" : "f:MeasureReport/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MeasureReport-measure", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MeasureReport-measure", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MeasureReport-measure", - "version" : "5.0.0-snapshot1", - "name" : "measure", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The measure to return measure report results for", - "code" : "measure", - "base" : ["MeasureReport"], - "type" : "reference", - "expression" : "MeasureReport.measure", - "xpath" : "f:MeasureReport/f:measure", - "xpathUsage" : "normal", - "target" : ["Measure"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MeasureReport-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MeasureReport-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MeasureReport-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The identity of a patient to search for individual measure report results for", - "code" : "patient", - "base" : ["MeasureReport"], - "type" : "reference", - "expression" : "MeasureReport.subject.where(resolve() is Patient)", - "xpath" : "f:MeasureReport/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MeasureReport-period", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MeasureReport-period", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MeasureReport-period", - "version" : "5.0.0-snapshot1", - "name" : "period", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The period of the measure report", - "code" : "period", - "base" : ["MeasureReport"], - "type" : "date", - "expression" : "MeasureReport.period", - "xpath" : "f:MeasureReport/f:period", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MeasureReport-reporter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MeasureReport-reporter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MeasureReport-reporter", - "version" : "5.0.0-snapshot1", - "name" : "reporter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The reporter to return measure report results for", - "code" : "reporter", - "base" : ["MeasureReport"], - "type" : "reference", - "expression" : "MeasureReport.reporter", - "xpath" : "f:MeasureReport/f:reporter", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Organization", - "PractitionerRole", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MeasureReport-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MeasureReport-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MeasureReport-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The status of the measure report", - "code" : "status", - "base" : ["MeasureReport"], - "type" : "token", - "expression" : "MeasureReport.status", - "xpath" : "f:MeasureReport/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MeasureReport-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MeasureReport-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MeasureReport-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Quality Information)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" - }] - }], - "description" : "The identity of a subject to search for individual measure report results for", - "code" : "subject", - "base" : ["MeasureReport"], - "type" : "reference", - "expression" : "MeasureReport.subject", - "xpath" : "f:MeasureReport/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Medication-expiration-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Medication-expiration-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Medication-expiration-date", - "version" : "5.0.0-snapshot1", - "name" : "expiration-date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns medications in a batch with this expiration date", - "code" : "expiration-date", - "base" : ["Medication"], - "type" : "date", - "expression" : "Medication.batch.expirationDate", - "xpath" : "f:Medication/f:batch/f:expirationDate", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Medication-form", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Medication-form", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Medication-form", - "version" : "5.0.0-snapshot1", - "name" : "form", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns medications for a specific dose form", - "code" : "form", - "base" : ["Medication"], - "type" : "token", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Medication-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Medication-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Medication-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns medications with this external identifier", - "code" : "identifier", - "base" : ["Medication"], - "type" : "token", - "expression" : "Medication.identifier", - "xpath" : "f:Medication/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Medication-ingredient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Medication-ingredient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Medication-ingredient", - "version" : "5.0.0-snapshot1", - "name" : "ingredient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns medications for this ingredient reference", - "code" : "ingredient", - "base" : ["Medication"], - "type" : "reference", - "expression" : "Medication.ingredient.item.reference", - "xpath" : "f:Medication/f:ingredient/f:item/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Medication-ingredient-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", - "version" : "5.0.0-snapshot1", - "name" : "ingredient-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns medications for this ingredient code", - "code" : "ingredient-code", - "base" : ["Medication"], - "type" : "token", - "expression" : "Medication.ingredient.item.concept", - "xpath" : "f:Medication/f:ingredient/f:item/f:concept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Medication-lot-number", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Medication-lot-number", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Medication-lot-number", - "version" : "5.0.0-snapshot1", - "name" : "lot-number", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns medications in a batch with this lot number", - "code" : "lot-number", - "base" : ["Medication"], - "type" : "token", - "expression" : "Medication.batch.lotNumber", - "xpath" : "f:Medication/f:batch/f:lotNumber", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Medication-marketingauthorizationholder", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Medication-marketingauthorizationholder", - "url" : "http://hl7.org/fhir/SearchParameter/Medication-marketingauthorizationholder", - "version" : "5.0.0-snapshot1", - "name" : "marketingauthorizationholder", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns medications made or sold for this marketing authorization holder", - "code" : "marketingauthorizationholder", - "base" : ["Medication"], - "type" : "reference", - "expression" : "Medication.marketingAuthorizationHolder", - "xpath" : "f:Medication/f:marketingAuthorizationHolder", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Medication-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Medication-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Medication-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns medications for this status", - "code" : "status", - "base" : ["Medication"], - "type" : "token", - "expression" : "Medication.status", - "xpath" : "f:Medication/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/medications-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "medications-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/medications-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): Date administration happened (or did not happen)\r\n", - "code" : "date", - "base" : ["MedicationAdministration"], - "type" : "date", - "expression" : "MedicationAdministration.occurence", - "xpath" : "f:MedicationAdministration/f:occurenceDateTime | f:MedicationAdministration/f:occurencePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-device", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationAdministration-device", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-device", - "version" : "5.0.0-snapshot1", - "name" : "device", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Return administrations with this administration device identity", - "code" : "device", - "base" : ["MedicationAdministration"], - "type" : "reference", - "expression" : "MedicationAdministration.device", - "xpath" : "f:MedicationAdministration/f:device", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/medications-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "medications-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/medications-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): Return administrations that share this encounter\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier\r\n", - "code" : "encounter", - "base" : ["MedicationAdministration", - "MedicationRequest"], - "type" : "reference", - "expression" : "MedicationAdministration.encounter | MedicationRequest.encounter", - "xpath" : "f:MedicationAdministration/f:encounter | f:MedicationRequest/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/medications-medication", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "medications-medication", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/medications-medication", - "version" : "5.0.0-snapshot1", - "name" : "medication", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): Return administrations of this medication reference\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference\r\n* [MedicationUsage](medicationusage.html): Return statements of this medication reference\r\n", - "code" : "medication", - "base" : ["MedicationAdministration", - "MedicationDispense", - "MedicationRequest", - "MedicationUsage"], - "type" : "reference", - "expression" : "MedicationAdministration.medication.reference | MedicationDispense.medication.reference | MedicationRequest.medication.reference | MedicationUsage.medication.reference", - "xpath" : "f:MedicationAdministration/f:medication/f:reference | f:MedicationDispense/f:medication/f:reference | f:MedicationRequest/f:medication/f:reference | f:MedicationUsage/f:medication/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationAdministration-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The identity of the individual who administered the medication", - "code" : "performer", - "base" : ["MedicationAdministration"], - "type" : "reference", - "expression" : "MedicationAdministration.performer.actor", - "xpath" : "f:MedicationAdministration/f:performer/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationAdministration-reason-given", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given", - "version" : "5.0.0-snapshot1", - "name" : "reason-given", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Reference to a resource (by instance)", - "code" : "reason-given", - "base" : ["MedicationAdministration"], - "type" : "reference", - "expression" : "MedicationAdministration.reason.reference", - "xpath" : "f:MedicationAdministration/f:reason/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationAdministration-reason-given-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given-code", - "version" : "5.0.0-snapshot1", - "name" : "reason-given-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Reasons for administering the medication", - "code" : "reason-given-code", - "base" : ["MedicationAdministration"], - "type" : "token", - "expression" : "MedicationAdministration.reason.concept", - "xpath" : "f:MedicationAdministration/f:reason/f:concept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationAdministration-reason-not-given", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given", - "version" : "5.0.0-snapshot1", - "name" : "reason-not-given", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Reasons for not administering the medication", - "code" : "reason-not-given", - "base" : ["MedicationAdministration"], - "type" : "token", - "expression" : "MedicationAdministration.statusReason", - "xpath" : "f:MedicationAdministration/f:statusReason", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-request", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationAdministration-request", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-request", - "version" : "5.0.0-snapshot1", - "name" : "request", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The identity of a request to list administrations from", - "code" : "request", - "base" : ["MedicationAdministration"], - "type" : "reference", - "expression" : "MedicationAdministration.request", - "xpath" : "f:MedicationAdministration/f:request", - "xpathUsage" : "normal", - "target" : ["MedicationRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/medications-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "medications-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/medications-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status\r\n* [MedicationRequest](medicationrequest.html): Status of the prescription\r\n* [MedicationUsage](medicationusage.html): Return statements that match the given status\r\n", - "code" : "status", - "base" : ["MedicationAdministration", - "MedicationDispense", - "MedicationRequest", - "MedicationUsage"], - "type" : "token", - "expression" : "MedicationAdministration.status | MedicationDispense.status | MedicationRequest.status | MedicationUsage.status", - "xpath" : "f:MedicationAdministration/f:status | f:MedicationDispense/f:status | f:MedicationRequest/f:status | f:MedicationUsage/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationAdministration-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The identity of the individual or group to list administrations for", - "code" : "subject", - "base" : ["MedicationAdministration"], - "type" : "reference", - "expression" : "MedicationAdministration.subject", - "xpath" : "f:MedicationAdministration/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-destination", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationDispense-destination", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-destination", - "version" : "5.0.0-snapshot1", - "name" : "destination", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns dispenses that should be sent to a specific destination", - "code" : "destination", - "base" : ["MedicationDispense"], - "type" : "reference", - "expression" : "MedicationDispense.destination", - "xpath" : "f:MedicationDispense/f:destination", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationDispense-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns dispenses with a specific encounter", - "code" : "encounter", - "base" : ["MedicationDispense"], - "type" : "reference", - "expression" : "MedicationDispense.encounter", - "xpath" : "f:MedicationDispense/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationDispense-location", - "url" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns dispense for a given location", - "code" : "location", - "base" : ["MedicationDispense"], - "type" : "reference", - "expression" : "MedicationDispense.location", - "xpath" : "f:MedicationDispense/f:location", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationDispense-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns dispenses performed by a specific individual", - "code" : "performer", - "base" : ["MedicationDispense"], - "type" : "reference", - "expression" : "MedicationDispense.performer.actor", - "xpath" : "f:MedicationDispense/f:performer/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/medications-prescription", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "medications-prescription", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/medications-prescription", - "version" : "5.0.0-snapshot1", - "name" : "prescription", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [MedicationDispense](medicationdispense.html): The identity of a prescription to list dispenses from\r\n", - "code" : "prescription", - "base" : ["MedicationDispense"], - "type" : "reference", - "expression" : "MedicationDispense.authorizingPrescription", - "xpath" : "f:MedicationDispense/f:authorizingPrescription", - "xpathUsage" : "normal", - "target" : ["MedicationRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-receiver", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationDispense-receiver", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-receiver", - "version" : "5.0.0-snapshot1", - "name" : "receiver", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The identity of a receiver to list dispenses for", - "code" : "receiver", - "base" : ["MedicationDispense"], - "type" : "reference", - "expression" : "MedicationDispense.receiver", - "xpath" : "f:MedicationDispense/f:receiver", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Patient", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-recorded", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationDispense-recorded", - "url" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-recorded", - "version" : "5.0.0-snapshot1", - "name" : "recorded", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns dispenses where dispensing activity began on this date", - "code" : "recorded", - "base" : ["MedicationDispense"], - "type" : "date", - "expression" : "MedicationDispense.recorded", - "xpath" : "f:MedicationDispense/f:recorded", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationDispense-responsibleparty", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty", - "version" : "5.0.0-snapshot1", - "name" : "responsibleparty", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns dispenses with the specified responsible party", - "code" : "responsibleparty", - "base" : ["MedicationDispense"], - "type" : "reference", - "expression" : "MedicationDispense.substitution.responsibleParty", - "xpath" : "f:MedicationDispense/f:substitution/f:responsibleParty", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationDispense-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The identity of a patient for whom to list dispenses", - "code" : "subject", - "base" : ["MedicationDispense"], - "type" : "reference", - "expression" : "MedicationDispense.subject", - "xpath" : "f:MedicationDispense/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationDispense-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns dispenses of a specific type", - "code" : "type", - "base" : ["MedicationDispense"], - "type" : "token", - "expression" : "MedicationDispense.type", - "xpath" : "f:MedicationDispense/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationDispense-whenhandedover", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover", - "version" : "5.0.0-snapshot1", - "name" : "whenhandedover", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns dispenses handed over on this date", - "code" : "whenhandedover", - "base" : ["MedicationDispense"], - "type" : "date", - "expression" : "MedicationDispense.whenHandedOver", - "xpath" : "f:MedicationDispense/f:whenHandedOver", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationDispense-whenprepared", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared", - "version" : "5.0.0-snapshot1", - "name" : "whenprepared", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns dispenses prepared on this date", - "code" : "whenprepared", - "base" : ["MedicationDispense"], - "type" : "date", - "expression" : "MedicationDispense.whenPrepared", - "xpath" : "f:MedicationDispense/f:whenPrepared", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-classification", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification", - "version" : "5.0.0-snapshot1", - "name" : "classification", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Specific category assigned to the medication", - "code" : "classification", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.medicineClassification.classification", - "xpath" : "f:MedicationKnowledge/f:medicineClassification/f:classification", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-classification-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification-type", - "version" : "5.0.0-snapshot1", - "name" : "classification-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)", - "code" : "classification-type", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.medicineClassification.type", - "xpath" : "f:MedicationKnowledge/f:medicineClassification/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Code that identifies this medication", - "code" : "code", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.code", - "xpath" : "f:MedicationKnowledge/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-doseform", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-doseform", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-doseform", - "version" : "5.0.0-snapshot1", - "name" : "doseform", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "powder | tablets | capsule +", - "code" : "doseform", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.definitional.doseForm", - "xpath" : "f:MedicationKnowledge/f:definitional/f:doseForm", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Business identifier for this medication", - "code" : "identifier", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.identifier", - "xpath" : "f:MedicationKnowledge/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-ingredient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient", - "version" : "5.0.0-snapshot1", - "name" : "ingredient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Reference to a resource (by instance)", - "code" : "ingredient", - "base" : ["MedicationKnowledge"], - "type" : "reference", - "expression" : "MedicationKnowledge.definitional.ingredient.item.reference", - "xpath" : "f:MedicationKnowledge/f:definitional/f:ingredient/f:item/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-ingredient-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient-code", - "version" : "5.0.0-snapshot1", - "name" : "ingredient-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Reference to a concept (by class)", - "code" : "ingredient-code", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.definitional.ingredient.item.concept", - "xpath" : "f:MedicationKnowledge/f:definitional/f:ingredient/f:item/f:concept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-monitoring-program-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-name", - "version" : "5.0.0-snapshot1", - "name" : "monitoring-program-name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Name of the reviewing program", - "code" : "monitoring-program-name", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.monitoringProgram.name", - "xpath" : "f:MedicationKnowledge/f:monitoringProgram/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-monitoring-program-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-type", - "version" : "5.0.0-snapshot1", - "name" : "monitoring-program-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Type of program under which the medication is monitored", - "code" : "monitoring-program-type", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.monitoringProgram.type", - "xpath" : "f:MedicationKnowledge/f:monitoringProgram/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-monograph", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph", - "version" : "5.0.0-snapshot1", - "name" : "monograph", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Associated documentation about the medication", - "code" : "monograph", - "base" : ["MedicationKnowledge"], - "type" : "reference", - "expression" : "MedicationKnowledge.monograph.source", - "xpath" : "f:MedicationKnowledge/f:monograph/f:source", - "xpathUsage" : "normal", - "target" : ["DocumentReference"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-monograph-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph-type", - "version" : "5.0.0-snapshot1", - "name" : "monograph-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The category of medication document", - "code" : "monograph-type", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.monograph.type", - "xpath" : "f:MedicationKnowledge/f:monograph/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-packaging-cost", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost", - "version" : "5.0.0-snapshot1", - "name" : "packaging-cost", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The cost of the packaged medication, if the cost is Money", - "code" : "packaging-cost", - "base" : ["MedicationKnowledge"], - "type" : "quantity", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost-concept", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-packaging-cost-concept", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost-concept", - "version" : "5.0.0-snapshot1", - "name" : "packaging-cost-concept", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The cost of the packaged medication, if the cost is a CodeableConcept", - "code" : "packaging-cost-concept", - "base" : ["MedicationKnowledge"], - "type" : "token", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-product-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-product-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-product-type", - "version" : "5.0.0-snapshot1", - "name" : "product-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Category of the medication or product", - "code" : "product-type", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.productType", - "xpath" : "f:MedicationKnowledge/f:productType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-source-cost", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-source-cost", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-source-cost", - "version" : "5.0.0-snapshot1", - "name" : "source-cost", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The source or owner for the price information", - "code" : "source-cost", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.cost.source", - "xpath" : "f:MedicationKnowledge/f:cost/f:source", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationKnowledge-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "active | inactive | entered-in-error", - "code" : "status", - "base" : ["MedicationKnowledge"], - "type" : "token", - "expression" : "MedicationKnowledge.status", - "xpath" : "f:MedicationKnowledge/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationRequest-authoredon", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon", - "version" : "5.0.0-snapshot1", - "name" : "authoredon", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Return prescriptions written on this date", - "code" : "authoredon", - "base" : ["MedicationRequest"], - "type" : "date", - "expression" : "MedicationRequest.authoredOn", - "xpath" : "f:MedicationRequest/f:authoredOn", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationRequest-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns prescriptions with different categories", - "code" : "category", - "base" : ["MedicationRequest"], - "type" : "token", - "expression" : "MedicationRequest.category", - "xpath" : "f:MedicationRequest/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-combo-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationRequest-combo-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-combo-date", - "version" : "5.0.0-snapshot1", - "name" : "combo-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns medication request to be administered on a specific date or within a date range", - "code" : "combo-date", - "base" : ["MedicationRequest"], - "type" : "date", - "expression" : "MedicationRequest.dose.dosageInstruction.timing.event | (MedicationRequest.dose.dosageInstruction.timing.repeat.bounds as Period)", - "xpath" : "f:MedicationRequest/f:dose.dosageInstruction/f:timing/f:event | f:MedicationRequest/f:dose.dosageInstruction/f:timing/f:repeat/f:boundsPeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationRequest-intended-dispenser", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser", - "version" : "5.0.0-snapshot1", - "name" : "intended-dispenser", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns prescriptions intended to be dispensed by this Organization", - "code" : "intended-dispenser", - "base" : ["MedicationRequest"], - "type" : "reference", - "expression" : "MedicationRequest.dispenseRequest.dispenser", - "xpath" : "f:MedicationRequest/f:dispenseRequest/f:dispenser", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationRequest-intended-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer", - "version" : "5.0.0-snapshot1", - "name" : "intended-performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns the intended performer of the administration of the medication request", - "code" : "intended-performer", - "base" : ["MedicationRequest"], - "type" : "reference", - "expression" : "MedicationRequest.performer", - "xpath" : "f:MedicationRequest/f:performer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationRequest-intended-performertype", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype", - "version" : "5.0.0-snapshot1", - "name" : "intended-performertype", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns requests for a specific type of performer", - "code" : "intended-performertype", - "base" : ["MedicationRequest"], - "type" : "token", - "expression" : "MedicationRequest.performerType", - "xpath" : "f:MedicationRequest/f:performerType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationRequest-intent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent", - "version" : "5.0.0-snapshot1", - "name" : "intent", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns prescriptions with different intents", - "code" : "intent", - "base" : ["MedicationRequest"], - "type" : "token", - "expression" : "MedicationRequest.intent", - "xpath" : "f:MedicationRequest/f:intent", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-priority", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationRequest-priority", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-priority", - "version" : "5.0.0-snapshot1", - "name" : "priority", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns prescriptions with different priorities", - "code" : "priority", - "base" : ["MedicationRequest"], - "type" : "token", - "expression" : "MedicationRequest.priority", - "xpath" : "f:MedicationRequest/f:priority", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationRequest-requester", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester", - "version" : "5.0.0-snapshot1", - "name" : "requester", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns prescriptions prescribed by this prescriber", - "code" : "requester", - "base" : ["MedicationRequest"], - "type" : "reference", - "expression" : "MedicationRequest.requester", - "xpath" : "f:MedicationRequest/f:requester", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationRequest-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The identity of a patient to list orders for", - "code" : "subject", - "base" : ["MedicationRequest"], - "type" : "reference", - "expression" : "MedicationRequest.subject", - "xpath" : "f:MedicationRequest/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-adherence", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationUsage-adherence", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-adherence", - "version" : "5.0.0-snapshot1", - "name" : "adherence", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns statements based on adherence or compliance", - "code" : "adherence", - "base" : ["MedicationUsage"], - "type" : "token", - "expression" : "MedicationUsage.adherence", - "xpath" : "f:MedicationUsage/f:adherence", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationUsage-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns statements of this category of MedicationUsage", - "code" : "category", - "base" : ["MedicationUsage"], - "type" : "token", - "expression" : "MedicationUsage.category", - "xpath" : "f:MedicationUsage/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-effective", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationUsage-effective", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-effective", - "version" : "5.0.0-snapshot1", - "name" : "effective", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Date when patient was taking (or not taking) the medication", - "code" : "effective", - "base" : ["MedicationUsage"], - "type" : "date", - "expression" : "MedicationUsage.effective", - "xpath" : "f:MedicationUsage/f:effectiveDateTime | f:MedicationUsage/f:effectivePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationUsage-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Returns statements for a specific encounter", - "code" : "encounter", - "base" : ["MedicationUsage"], - "type" : "reference", - "expression" : "MedicationUsage.encounter", - "xpath" : "f:MedicationUsage/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationUsage-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-source", - "version" : "5.0.0-snapshot1", - "name" : "source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "Who or where the information in the statement came from", - "code" : "source", - "base" : ["MedicationUsage"], - "type" : "reference", - "expression" : "MedicationUsage.informationSource", - "xpath" : "f:MedicationUsage/f:informationSource", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicationUsage-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicationUsage-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Pharmacy)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/medication/index.cfm" - }] - }], - "description" : "The identity of a patient, animal or group to list statements for", - "code" : "subject", - "base" : ["MedicationUsage"], - "type" : "reference", - "expression" : "MedicationUsage.subject", - "xpath" : "f:MedicationUsage/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-characteristic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic", - "version" : "5.0.0-snapshot1", - "name" : "characteristic", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Allows the key product features to be recorded, such as \"sugar free\", \"modified release\", \"parallel import\"", - "code" : "characteristic", - "base" : ["MedicinalProductDefinition"], - "type" : "token", - "expression" : "MedicinalProductDefinition.characteristic.value", - "xpath" : "f:MedicinalProductDefinition/f:characteristic/f:value", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-characteristic-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic-type", - "version" : "5.0.0-snapshot1", - "name" : "characteristic-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A category for the characteristic", - "code" : "characteristic-type", - "base" : ["MedicinalProductDefinition"], - "type" : "token", - "expression" : "MedicinalProductDefinition.characteristic.type", - "xpath" : "f:MedicinalProductDefinition/f:characteristic/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-contact", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-contact", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-contact", - "version" : "5.0.0-snapshot1", - "name" : "contact", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A product specific contact, person (in a role), or an organization", - "code" : "contact", - "base" : ["MedicinalProductDefinition"], - "type" : "reference", - "expression" : "MedicinalProductDefinition.contact.contact", - "xpath" : "f:MedicinalProductDefinition/f:contact/f:contact", - "xpathUsage" : "normal", - "target" : ["Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-domain", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-domain", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-domain", - "version" : "5.0.0-snapshot1", - "name" : "domain", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "If this medicine applies to human or veterinary uses", - "code" : "domain", - "base" : ["MedicinalProductDefinition"], - "type" : "token", - "expression" : "MedicinalProductDefinition.domain", - "xpath" : "f:MedicinalProductDefinition/f:domain", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Business identifier for this product. Could be an MPID", - "code" : "identifier", - "base" : ["MedicinalProductDefinition"], - "type" : "token", - "expression" : "MedicinalProductDefinition.identifier", - "xpath" : "f:MedicinalProductDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-ingredient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-ingredient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-ingredient", - "version" : "5.0.0-snapshot1", - "name" : "ingredient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "An ingredient of this product", - "code" : "ingredient", - "base" : ["MedicinalProductDefinition"], - "type" : "token", - "expression" : "MedicinalProductDefinition.ingredient", - "xpath" : "f:MedicinalProductDefinition/f:ingredient", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-master-file", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-master-file", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-master-file", - "version" : "5.0.0-snapshot1", - "name" : "master-file", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A master file for to the medicinal product (e.g. Pharmacovigilance System Master File)", - "code" : "master-file", - "base" : ["MedicinalProductDefinition"], - "type" : "reference", - "expression" : "MedicinalProductDefinition.masterFile", - "xpath" : "f:MedicinalProductDefinition/f:masterFile", - "xpathUsage" : "normal", - "target" : ["DocumentReference"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The full product name", - "code" : "name", - "base" : ["MedicinalProductDefinition"], - "type" : "string", - "expression" : "MedicinalProductDefinition.name.productName", - "xpath" : "f:MedicinalProductDefinition/f:name/f:productName", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name-language", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-name-language", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name-language", - "version" : "5.0.0-snapshot1", - "name" : "name-language", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Language code for this name", - "code" : "name-language", - "base" : ["MedicinalProductDefinition"], - "type" : "token", - "expression" : "MedicinalProductDefinition.name.countryLanguage.language", - "xpath" : "f:MedicinalProductDefinition/f:name/f:countryLanguage/f:language", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-product-classification", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-product-classification", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-product-classification", - "version" : "5.0.0-snapshot1", - "name" : "product-classification", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Allows the product to be classified by various systems", - "code" : "product-classification", - "base" : ["MedicinalProductDefinition"], - "type" : "token", - "expression" : "MedicinalProductDefinition.classification", - "xpath" : "f:MedicinalProductDefinition/f:classification", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The status within the lifecycle of this product record. A high-level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization status", - "code" : "status", - "base" : ["MedicinalProductDefinition"], - "type" : "token", - "expression" : "MedicinalProductDefinition.status", - "xpath" : "f:MedicinalProductDefinition/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MedicinalProductDefinition-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Regulatory type, e.g. Investigational or Authorized", - "code" : "type", - "base" : ["MedicinalProductDefinition"], - "type" : "token", - "expression" : "MedicinalProductDefinition.type", - "xpath" : "f:MedicinalProductDefinition/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageDefinition-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageDefinition-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageDefinition-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "The behavior associated with the message", - "code" : "category", - "base" : ["MessageDefinition"], - "type" : "token", - "expression" : "MessageDefinition.category", - "xpath" : "f:MessageDefinition/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageDefinition-event", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageDefinition-event", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageDefinition-event", - "version" : "5.0.0-snapshot1", - "name" : "event", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "The event that triggers the message or link to the event definition.", - "code" : "event", - "base" : ["MessageDefinition"], - "type" : "token", - "expression" : "MessageDefinition.event", - "xpath" : "f:MessageDefinition/f:eventCoding | f:MessageDefinition/f:eventUri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageDefinition-focus", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageDefinition-focus", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageDefinition-focus", - "version" : "5.0.0-snapshot1", - "name" : "focus", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "A resource that is a permitted focus of the message", - "code" : "focus", - "base" : ["MessageDefinition"], - "type" : "token", - "expression" : "MessageDefinition.focus.code", - "xpath" : "f:MessageDefinition/f:focus/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageDefinition-parent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageDefinition-parent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageDefinition-parent", - "version" : "5.0.0-snapshot1", - "name" : "parent", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "A resource that is the parent of the definition", - "code" : "parent", - "base" : ["MessageDefinition"], - "type" : "reference", - "expression" : "MessageDefinition.parent", - "xpath" : "f:MessageDefinition/f:parent", - "xpathUsage" : "normal", - "target" : ["PlanDefinition", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-author", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-author", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-author", - "version" : "5.0.0-snapshot1", - "name" : "author", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "The source of the decision", - "code" : "author", - "base" : ["MessageHeader"], - "type" : "reference", - "expression" : "MessageHeader.author", - "xpath" : "f:MessageHeader/f:author", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "ok | transient-error | fatal-error", - "code" : "code", - "base" : ["MessageHeader"], - "type" : "token", - "expression" : "MessageHeader.response.code", - "xpath" : "f:MessageHeader/f:response/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-destination", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-destination", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-destination", - "version" : "5.0.0-snapshot1", - "name" : "destination", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "Name of system", - "code" : "destination", - "base" : ["MessageHeader"], - "type" : "string", - "expression" : "MessageHeader.destination.name", - "xpath" : "f:MessageHeader/f:destination/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-destination-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-destination-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-destination-uri", - "version" : "5.0.0-snapshot1", - "name" : "destination-uri", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "Actual destination address or id", - "code" : "destination-uri", - "base" : ["MessageHeader"], - "type" : "uri", - "expression" : "MessageHeader.destination.endpoint", - "xpath" : "f:MessageHeader/f:destination/f:endpoint", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-enterer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-enterer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-enterer", - "version" : "5.0.0-snapshot1", - "name" : "enterer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "The source of the data entry", - "code" : "enterer", - "base" : ["MessageHeader"], - "type" : "reference", - "expression" : "MessageHeader.enterer", - "xpath" : "f:MessageHeader/f:enterer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-event", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-event", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-event", - "version" : "5.0.0-snapshot1", - "name" : "event", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "Code for the event this message represents or link to event definition", - "code" : "event", - "base" : ["MessageHeader"], - "type" : "token", - "expression" : "MessageHeader.event", - "xpath" : "f:MessageHeader/f:eventCoding | f:MessageHeader/f:eventUri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-focus", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-focus", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-focus", - "version" : "5.0.0-snapshot1", - "name" : "focus", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "The actual content of the message", - "code" : "focus", - "base" : ["MessageHeader"], - "type" : "reference", - "expression" : "MessageHeader.focus", - "xpath" : "f:MessageHeader/f:focus", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-receiver", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-receiver", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-receiver", - "version" : "5.0.0-snapshot1", - "name" : "receiver", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "Intended \"real-world\" recipient for the data", - "code" : "receiver", - "base" : ["MessageHeader"], - "type" : "reference", - "expression" : "MessageHeader.destination.receiver", - "xpath" : "f:MessageHeader/f:destination/f:receiver", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-response-id", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-response-id", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-response-id", - "version" : "5.0.0-snapshot1", - "name" : "response-id", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "Id of original message", - "code" : "response-id", - "base" : ["MessageHeader"], - "type" : "token", - "expression" : "MessageHeader.response.identifier", - "xpath" : "f:MessageHeader/f:response/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-responsible", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-responsible", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-responsible", - "version" : "5.0.0-snapshot1", - "name" : "responsible", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "Final responsibility for event", - "code" : "responsible", - "base" : ["MessageHeader"], - "type" : "reference", - "expression" : "MessageHeader.responsible", - "xpath" : "f:MessageHeader/f:responsible", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-sender", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-sender", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-sender", - "version" : "5.0.0-snapshot1", - "name" : "sender", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "Real world sender of the message", - "code" : "sender", - "base" : ["MessageHeader"], - "type" : "reference", - "expression" : "MessageHeader.sender", - "xpath" : "f:MessageHeader/f:sender", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-source", - "version" : "5.0.0-snapshot1", - "name" : "source", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "Name of system", - "code" : "source", - "base" : ["MessageHeader"], - "type" : "string", - "expression" : "MessageHeader.source.name", - "xpath" : "f:MessageHeader/f:source/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-source-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-source-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-source-uri", - "version" : "5.0.0-snapshot1", - "name" : "source-uri", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "Actual message source address or id", - "code" : "source-uri", - "base" : ["MessageHeader"], - "type" : "uri", - "expression" : "MessageHeader.source.endpoint", - "xpath" : "f:MessageHeader/f:source/f:endpoint", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MessageHeader-target", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MessageHeader-target", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MessageHeader-target", - "version" : "5.0.0-snapshot1", - "name" : "target", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Infrastructure And Messaging)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/special/committees/inm/index.cfm" - }] - }], - "description" : "Particular delivery destination within the destination", - "code" : "target", - "base" : ["MessageHeader"], - "type" : "reference", - "expression" : "MessageHeader.destination.target", - "xpath" : "f:MessageHeader/f:destination/f:target", - "xpathUsage" : "normal", - "target" : ["Device"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-chromosome", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome", - "version" : "5.0.0-snapshot1", - "name" : "chromosome", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "Chromosome number of the reference sequence", - "code" : "chromosome", - "base" : ["MolecularSequence"], - "type" : "token", - "expression" : "MolecularSequence.referenceSeq.chromosome", - "xpath" : "f:MolecularSequence/f:referenceSeq/f:chromosome", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "The unique identity for a particular sequence", - "code" : "identifier", - "base" : ["MolecularSequence"], - "type" : "token", - "expression" : "MolecularSequence.identifier", - "xpath" : "f:MolecularSequence/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "The subject that the observation is about", - "code" : "patient", - "base" : ["MolecularSequence"], - "type" : "reference", - "expression" : "MolecularSequence.patient", - "xpath" : "f:MolecularSequence/f:patient", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-referenceseqid", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid", - "version" : "5.0.0-snapshot1", - "name" : "referenceseqid", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "Reference Sequence of the sequence", - "code" : "referenceseqid", - "base" : ["MolecularSequence"], - "type" : "token", - "expression" : "MolecularSequence.referenceSeq.referenceSeqId", - "xpath" : "f:MolecularSequence/f:referenceSeq/f:referenceSeqId", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "Amino Acid Sequence/ DNA Sequence / RNA Sequence", - "code" : "type", - "base" : ["MolecularSequence"], - "type" : "token", - "expression" : "MolecularSequence.type", - "xpath" : "f:MolecularSequence/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-end", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-variant-end", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-end", - "version" : "5.0.0-snapshot1", - "name" : "variant-end", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "End position (0-based exclusive, which menas the acid at this position will not be included, 1-based inclusive, which means the acid at this position will be included) of the variant.", - "code" : "variant-end", - "base" : ["MolecularSequence"], - "type" : "number", - "expression" : "MolecularSequence.variant.end", - "xpath" : "f:MolecularSequence/f:variant/f:end", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-start", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-variant-start", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-start", - "version" : "5.0.0-snapshot1", - "name" : "variant-start", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "Start position (0-based inclusive, 1-based inclusive, that means the nucleic acid or amino acid at this position will be included) of the variant.", - "code" : "variant-start", - "base" : ["MolecularSequence"], - "type" : "number", - "expression" : "MolecularSequence.variant.start", - "xpath" : "f:MolecularSequence/f:variant/f:start", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-end", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-window-end", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-end", - "version" : "5.0.0-snapshot1", - "name" : "window-end", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "End position (0-based exclusive, which menas the acid at this position will not be included, 1-based inclusive, which means the acid at this position will be included) of the reference sequence.", - "code" : "window-end", - "base" : ["MolecularSequence"], - "type" : "number", - "expression" : "MolecularSequence.referenceSeq.windowEnd", - "xpath" : "f:MolecularSequence/f:referenceSeq/f:windowEnd", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-start", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-window-start", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-start", - "version" : "5.0.0-snapshot1", - "name" : "window-start", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "Start position (0-based inclusive, 1-based inclusive, that means the nucleic acid or amino acid at this position will be included) of the reference sequence.", - "code" : "window-start", - "base" : ["MolecularSequence"], - "type" : "number", - "expression" : "MolecularSequence.referenceSeq.windowStart", - "xpath" : "f:MolecularSequence/f:referenceSeq/f:windowStart", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome-variant-coordinate", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-chromosome-variant-coordinate", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome-variant-coordinate", - "version" : "5.0.0-snapshot1", - "name" : "chromosome-variant-coordinate", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "Search parameter by chromosome and variant coordinate. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `chromosome-variant-coordinate=1$lt345$gt123`, this means it will search for the MolecularSequence resource with variants on chromosome 1 and with position >123 and <345, where in 1-based system resource, all strings within region 1:124-344 will be revealed, while in 0-based system resource, all strings within region 1:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.", - "code" : "chromosome-variant-coordinate", - "base" : ["MolecularSequence"], - "type" : "composite", - "expression" : "MolecularSequence.variant", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome", - "expression" : "%resource.referenceSeq.chromosome" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-start", - "expression" : "start" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-end", - "expression" : "end" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome-window-coordinate", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-chromosome-window-coordinate", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome-window-coordinate", - "version" : "5.0.0-snapshot1", - "name" : "chromosome-window-coordinate", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "Search parameter by chromosome and window. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `chromosome-window-coordinate=1$lt345$gt123`, this means it will search for the MolecularSequence resource with a window on chromosome 1 and with position >123 and <345, where in 1-based system resource, all strings within region 1:124-344 will be revealed, while in 0-based system resource, all strings within region 1:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.", - "code" : "chromosome-window-coordinate", - "base" : ["MolecularSequence"], - "type" : "composite", - "expression" : "MolecularSequence.referenceSeq", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome", - "expression" : "chromosome" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-start", - "expression" : "windowStart" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-end", - "expression" : "windowEnd" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid-variant-coordinate", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-referenceseqid-variant-coordinate", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid-variant-coordinate", - "version" : "5.0.0-snapshot1", - "name" : "referenceseqid-variant-coordinate", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "Search parameter by reference sequence and variant coordinate. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `referenceSeqId-variant-coordinate=NC_000001.11$lt345$gt123`, this means it will search for the MolecularSequence resource with variants on NC_000001.11 and with position >123 and <345, where in 1-based system resource, all strings within region NC_000001.11:124-344 will be revealed, while in 0-based system resource, all strings within region NC_000001.11:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.", - "code" : "referenceseqid-variant-coordinate", - "base" : ["MolecularSequence"], - "type" : "composite", - "expression" : "MolecularSequence.variant", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid", - "expression" : "%resource.referenceSeq.referenceSeqId" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-start", - "expression" : "start" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-end", - "expression" : "end" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid-window-coordinate", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "MolecularSequence-referenceseqid-window-coordinate", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid-window-coordinate", - "version" : "5.0.0-snapshot1", - "name" : "referenceseqid-window-coordinate", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Genomics)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/clingenomics/index.cfm" - }] - }], - "description" : "Search parameter by reference sequence and window. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `referenceSeqId-window-coordinate=NC_000001.11$lt345$gt123`, this means it will search for the MolecularSequence resource with a window on NC_000001.11 and with position >123 and <345, where in 1-based system resource, all strings within region NC_000001.11:124-344 will be revealed, while in 0-based system resource, all strings within region NC_000001.11:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.", - "code" : "referenceseqid-window-coordinate", - "base" : ["MolecularSequence"], - "type" : "composite", - "expression" : "MolecularSequence.referenceSeq", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid", - "expression" : "referenceSeqId" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-start", - "expression" : "windowStart" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-end", - "expression" : "windowEnd" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NamingSystem-contact", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NamingSystem-contact", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NamingSystem-contact", - "version" : "5.0.0-snapshot1", - "name" : "contact", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Name of an individual to contact", - "code" : "contact", - "base" : ["NamingSystem"], - "type" : "string", - "expression" : "NamingSystem.contact.name", - "xpath" : "f:NamingSystem/f:contact/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NamingSystem-id-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NamingSystem-id-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NamingSystem-id-type", - "version" : "5.0.0-snapshot1", - "name" : "id-type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "oid | uuid | uri | other", - "code" : "id-type", - "base" : ["NamingSystem"], - "type" : "token", - "expression" : "NamingSystem.uniqueId.type", - "xpath" : "f:NamingSystem/f:uniqueId/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NamingSystem-kind", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NamingSystem-kind", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NamingSystem-kind", - "version" : "5.0.0-snapshot1", - "name" : "kind", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "codesystem | identifier | root", - "code" : "kind", - "base" : ["NamingSystem"], - "type" : "token", - "expression" : "NamingSystem.kind", - "xpath" : "f:NamingSystem/f:kind", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NamingSystem-period", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NamingSystem-period", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NamingSystem-period", - "version" : "5.0.0-snapshot1", - "name" : "period", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "When is identifier valid?", - "code" : "period", - "base" : ["NamingSystem"], - "type" : "date", - "expression" : "NamingSystem.uniqueId.period", - "xpath" : "f:NamingSystem/f:uniqueId/f:period", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NamingSystem-responsible", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NamingSystem-responsible", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NamingSystem-responsible", - "version" : "5.0.0-snapshot1", - "name" : "responsible", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Who maintains system namespace?", - "code" : "responsible", - "base" : ["NamingSystem"], - "type" : "string", - "expression" : "NamingSystem.responsible", - "xpath" : "f:NamingSystem/f:responsible", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NamingSystem-telecom", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NamingSystem-telecom", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NamingSystem-telecom", - "version" : "5.0.0-snapshot1", - "name" : "telecom", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Contact details for individual or organization", - "code" : "telecom", - "base" : ["NamingSystem"], - "type" : "token", - "expression" : "NamingSystem.contact.telecom", - "xpath" : "f:NamingSystem/f:contact/f:telecom", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NamingSystem-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NamingSystem-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NamingSystem-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "e.g. driver, provider, patient, bank etc.", - "code" : "type", - "base" : ["NamingSystem"], - "type" : "token", - "expression" : "NamingSystem.type", - "xpath" : "f:NamingSystem/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NamingSystem-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NamingSystem-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NamingSystem-value", - "version" : "5.0.0-snapshot1", - "name" : "value", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The unique identifier", - "code" : "value", - "base" : ["NamingSystem"], - "type" : "string", - "expression" : "NamingSystem.uniqueId.value", - "xpath" : "f:NamingSystem/f:uniqueId/f:value", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionIntake-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Returns statements of this code of NutritionIntake", - "code" : "code", - "base" : ["NutritionIntake"], - "type" : "token", - "expression" : "NutritionIntake.code", - "xpath" : "f:NutritionIntake/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionIntake-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Date when patient was taking (or not taking) the medication", - "code" : "date", - "base" : ["NutritionIntake"], - "type" : "date", - "expression" : "NutritionIntake.occurrence", - "xpath" : "f:NutritionIntake/f:occurrenceDateTime | f:NutritionIntake/f:occurrencePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionIntake-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Returns statements for a specific encounter", - "code" : "encounter", - "base" : ["NutritionIntake"], - "type" : "reference", - "expression" : "NutritionIntake.encounter", - "xpath" : "f:NutritionIntake/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionIntake-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Return statements with this external identifier", - "code" : "identifier", - "base" : ["NutritionIntake"], - "type" : "token", - "expression" : "NutritionIntake.identifier", - "xpath" : "f:NutritionIntake/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-nutrition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionIntake-nutrition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-nutrition", - "version" : "5.0.0-snapshot1", - "name" : "nutrition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Return statements of this medication reference", - "code" : "nutrition", - "base" : ["NutritionIntake"], - "type" : "token", - "expression" : "NutritionIntake.consumedItem.nutritionProduct", - "xpath" : "f:NutritionIntake/f:consumedItem/f:nutritionProduct", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-part-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionIntake-part-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-part-of", - "version" : "5.0.0-snapshot1", - "name" : "part-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Returns statements that are part of another event.", - "code" : "part-of", - "base" : ["NutritionIntake"], - "type" : "reference", - "expression" : "NutritionIntake.partOf", - "xpath" : "f:NutritionIntake/f:partOf", - "xpathUsage" : "normal", - "target" : ["Observation", - "Procedure", - "NutritionIntake"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionIntake-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Returns statements for a specific patient.", - "code" : "patient", - "base" : ["NutritionIntake"], - "type" : "reference", - "expression" : "NutritionIntake.subject.where(resolve() is Patient)", - "xpath" : "f:NutritionIntake/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionIntake-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-source", - "version" : "5.0.0-snapshot1", - "name" : "source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who or where the information in the statement came from", - "code" : "source", - "base" : ["NutritionIntake"], - "type" : "reference", - "expression" : "(NutritionIntake.reported as Reference)", - "xpath" : "f:NutritionIntake/f:reportedReference", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionIntake-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Return statements that match the given status", - "code" : "status", - "base" : ["NutritionIntake"], - "type" : "token", - "expression" : "NutritionIntake.status", - "xpath" : "f:NutritionIntake/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionIntake-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionIntake-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The identity of a patient, animal or group to list statements for", - "code" : "subject", - "base" : ["NutritionIntake"], - "type" : "reference", - "expression" : "NutritionIntake.subject", - "xpath" : "f:NutritionIntake/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-additive", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionOrder-additive", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-additive", - "version" : "5.0.0-snapshot1", - "name" : "additive", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Type of module component to add to the feeding", - "code" : "additive", - "base" : ["NutritionOrder"], - "type" : "token", - "expression" : "NutritionOrder.enteralFormula.additiveType", - "xpath" : "f:NutritionOrder/f:enteralFormula/f:additiveType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionOrder-datetime", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime", - "version" : "5.0.0-snapshot1", - "name" : "datetime", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Return nutrition orders requested on this date", - "code" : "datetime", - "base" : ["NutritionOrder"], - "type" : "date", - "expression" : "NutritionOrder.dateTime", - "xpath" : "f:NutritionOrder/f:dateTime", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-formula", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionOrder-formula", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-formula", - "version" : "5.0.0-snapshot1", - "name" : "formula", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Type of enteral or infant formula", - "code" : "formula", - "base" : ["NutritionOrder"], - "type" : "token", - "expression" : "NutritionOrder.enteralFormula.baseFormulaType", - "xpath" : "f:NutritionOrder/f:enteralFormula/f:baseFormulaType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-instantiates-canonical", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionOrder-instantiates-canonical", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-instantiates-canonical", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-canonical", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Instantiates FHIR protocol or definition", - "code" : "instantiates-canonical", - "base" : ["NutritionOrder"], - "type" : "reference", - "expression" : "NutritionOrder.instantiatesCanonical", - "xpath" : "f:NutritionOrder/f:instantiatesCanonical", - "xpathUsage" : "normal", - "target" : ["PlanDefinition", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-instantiates-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionOrder-instantiates-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-instantiates-uri", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-uri", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Instantiates external protocol or definition", - "code" : "instantiates-uri", - "base" : ["NutritionOrder"], - "type" : "uri", - "expression" : "NutritionOrder.instantiatesUri", - "xpath" : "f:NutritionOrder/f:instantiatesUri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-oraldiet", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionOrder-oraldiet", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-oraldiet", - "version" : "5.0.0-snapshot1", - "name" : "oraldiet", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Type of diet that can be consumed orally (i.e., take via the mouth).", - "code" : "oraldiet", - "base" : ["NutritionOrder"], - "type" : "token", - "expression" : "NutritionOrder.oralDiet.type", - "xpath" : "f:NutritionOrder/f:oralDiet/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-provider", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionOrder-provider", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-provider", - "version" : "5.0.0-snapshot1", - "name" : "provider", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The identity of the provider who placed the nutrition order", - "code" : "provider", - "base" : ["NutritionOrder"], - "type" : "reference", - "expression" : "NutritionOrder.orderer", - "xpath" : "f:NutritionOrder/f:orderer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionOrder-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Status of the nutrition order.", - "code" : "status", - "base" : ["NutritionOrder"], - "type" : "token", - "expression" : "NutritionOrder.status", - "xpath" : "f:NutritionOrder/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-supplement", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionOrder-supplement", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionOrder-supplement", - "version" : "5.0.0-snapshot1", - "name" : "supplement", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Type of supplement product requested", - "code" : "supplement", - "base" : ["NutritionOrder"], - "type" : "token", - "expression" : "NutritionOrder.supplement.type", - "xpath" : "f:NutritionOrder/f:supplement/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionProduct-biological-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionProduct-biological-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionProduct-biological-source", - "version" : "5.0.0-snapshot1", - "name" : "biological-source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The biological source for the nutrition product", - "code" : "biological-source", - "base" : ["NutritionProduct"], - "type" : "token", - "expression" : "NutritionProduct.instance.biologicalSource", - "xpath" : "f:NutritionProduct/f:instance/f:biologicalSource", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionProduct-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionProduct-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionProduct-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The identifier for the physical instance, typically a serial number", - "code" : "identifier", - "base" : ["NutritionProduct"], - "type" : "token", - "expression" : "NutritionProduct.instance.identifier", - "xpath" : "f:NutritionProduct/f:instance/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/NutritionProduct-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "NutritionProduct-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/NutritionProduct-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "active | inactive | entered-in-error", - "code" : "status", - "base" : ["NutritionProduct"], - "type" : "token", - "expression" : "NutritionProduct.status", - "xpath" : "f:NutritionProduct/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Reference to the service request.", - "code" : "based-on", - "base" : ["Observation"], - "type" : "reference", - "expression" : "Observation.basedOn", - "xpath" : "f:Observation/f:basedOn", - "xpathUsage" : "normal", - "target" : ["CarePlan", - "MedicationRequest", - "NutritionOrder", - "DeviceRequest", - "ServiceRequest", - "ImmunizationRecommendation"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The classification of the type of observation", - "code" : "category", - "base" : ["Observation"], - "type" : "token", - "expression" : "Observation.category", - "xpath" : "f:Observation/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-combo-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-combo-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-combo-code", - "version" : "5.0.0-snapshot1", - "name" : "combo-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The code of the observation type or component type", - "code" : "combo-code", - "base" : ["Observation"], - "type" : "token", - "expression" : "Observation.code | Observation.component.code", - "xpath" : "f:Observation/f:code | f:Observation/f:component/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-combo-data-absent-reason", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason", - "version" : "5.0.0-snapshot1", - "name" : "combo-data-absent-reason", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.", - "code" : "combo-data-absent-reason", - "base" : ["Observation"], - "type" : "token", - "expression" : "Observation.dataAbsentReason | Observation.component.dataAbsentReason", - "xpath" : "f:Observation/f:dataAbsentReason | f:Observation/f:component/f:dataAbsentReason", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-combo-value-concept", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept", - "version" : "5.0.0-snapshot1", - "name" : "combo-value-concept", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The value or component value of the observation, if the value is a CodeableConcept", - "code" : "combo-value-concept", - "base" : ["Observation"], - "type" : "token", - "expression" : "(Observation.value as CodeableConcept) | (Observation.component.value as CodeableConcept)", - "xpath" : "f:Observation/f:valueCodeableConcept | f:Observation/f:component/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-combo-value-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity", - "version" : "5.0.0-snapshot1", - "name" : "combo-value-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", - "code" : "combo-value-quantity", - "base" : ["Observation"], - "type" : "quantity", - "expression" : "(Observation.value as Quantity) | (Observation.value as SampledData) | (Observation.component.value as Quantity) | (Observation.component.value as SampledData)", - "xpath" : "f:Observation/f:valueQuantity | f:Observation/f:valueCodeableConcept | f:Observation/f:valueString | f:Observation/f:valueBoolean | f:Observation/f:valueInteger | f:Observation/f:valueRange | f:Observation/f:valueRatio | f:Observation/f:valueSampledData | f:Observation/f:valueTime | f:Observation/f:valueDateTime | f:Observation/f:valuePeriod | f:Observation/f:valueAttachment", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-component-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-component-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-component-code", - "version" : "5.0.0-snapshot1", - "name" : "component-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The component code of the observation type", - "code" : "component-code", - "base" : ["Observation"], - "type" : "token", - "expression" : "Observation.component.code", - "xpath" : "f:Observation/f:component/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-component-data-absent-reason", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason", - "version" : "5.0.0-snapshot1", - "name" : "component-data-absent-reason", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The reason why the expected value in the element Observation.component.value[x] is missing.", - "code" : "component-data-absent-reason", - "base" : ["Observation"], - "type" : "token", - "expression" : "Observation.component.dataAbsentReason", - "xpath" : "f:Observation/f:component/f:dataAbsentReason", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-component-value-concept", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept", - "version" : "5.0.0-snapshot1", - "name" : "component-value-concept", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The value of the component observation, if the value is a CodeableConcept", - "code" : "component-value-concept", - "base" : ["Observation"], - "type" : "token", - "expression" : "(Observation.component.value as CodeableConcept)", - "xpath" : "f:Observation/f:component/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-component-value-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", - "version" : "5.0.0-snapshot1", - "name" : "component-value-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", - "code" : "component-value-quantity", - "base" : ["Observation"], - "type" : "quantity", - "expression" : "(Observation.component.value as Quantity) | (Observation.component.value as SampledData)", - "xpath" : "f:Observation/f:component/f:valueQuantity | f:Observation/f:component/f:valueCodeableConcept | f:Observation/f:component/f:valueString | f:Observation/f:component/f:valueBoolean | f:Observation/f:component/f:valueInteger | f:Observation/f:component/f:valueRange | f:Observation/f:component/f:valueRatio | f:Observation/f:component/f:valueSampledData | f:Observation/f:component/f:valueTime | f:Observation/f:component/f:valueDateTime | f:Observation/f:component/f:valuePeriod | f:Observation/f:component/f:valueAttachment", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-data-absent-reason", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason", - "version" : "5.0.0-snapshot1", - "name" : "data-absent-reason", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The reason why the expected value in the element Observation.value[x] is missing.", - "code" : "data-absent-reason", - "base" : ["Observation"], - "type" : "token", - "expression" : "Observation.dataAbsentReason", - "xpath" : "f:Observation/f:dataAbsentReason", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-derived-from", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-derived-from", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-derived-from", - "version" : "5.0.0-snapshot1", - "name" : "derived-from", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Related measurements the observation is made from", - "code" : "derived-from", - "base" : ["Observation"], - "type" : "reference", - "expression" : "Observation.derivedFrom", - "xpath" : "f:Observation/f:derivedFrom", - "xpathUsage" : "normal", - "target" : ["Observation", - "ImagingStudy", - "MolecularSequence", - "QuestionnaireResponse", - "DocumentReference"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-device", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-device", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-device", - "version" : "5.0.0-snapshot1", - "name" : "device", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The Device that generated the observation data.", - "code" : "device", - "base" : ["Observation"], - "type" : "reference", - "expression" : "Observation.device", - "xpath" : "f:Observation/f:device", - "xpathUsage" : "normal", - "target" : ["Device", - "DeviceMetric"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-focus", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-focus", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-focus", - "version" : "5.0.0-snapshot1", - "name" : "focus", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The focus of an observation when the focus is not the patient of record.", - "code" : "focus", - "base" : ["Observation"], - "type" : "reference", - "expression" : "Observation.focus", - "xpath" : "f:Observation/f:focus", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-has-member", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-has-member", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-has-member", - "version" : "5.0.0-snapshot1", - "name" : "has-member", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Related resource that belongs to the Observation group", - "code" : "has-member", - "base" : ["Observation"], - "type" : "reference", - "expression" : "Observation.hasMember", - "xpath" : "f:Observation/f:hasMember", - "xpathUsage" : "normal", - "target" : ["Observation", - "MolecularSequence", - "QuestionnaireResponse"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-method", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-method", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-method", - "version" : "5.0.0-snapshot1", - "name" : "method", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The method used for the observation", - "code" : "method", - "base" : ["Observation"], - "type" : "token", - "expression" : "Observation.method", - "xpath" : "f:Observation/f:method", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-part-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-part-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-part-of", - "version" : "5.0.0-snapshot1", - "name" : "part-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Part of referenced event", - "code" : "part-of", - "base" : ["Observation"], - "type" : "reference", - "expression" : "Observation.partOf", - "xpath" : "f:Observation/f:partOf", - "xpathUsage" : "normal", - "target" : ["Immunization", - "MedicationDispense", - "MedicationAdministration", - "Procedure", - "ImagingStudy", - "MedicationUsage"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who performed the observation", - "code" : "performer", - "base" : ["Observation"], - "type" : "reference", - "expression" : "Observation.performer", - "xpath" : "f:Observation/f:performer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-specimen", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-specimen", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-specimen", - "version" : "5.0.0-snapshot1", - "name" : "specimen", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Specimen used for this observation", - "code" : "specimen", - "base" : ["Observation"], - "type" : "reference", - "expression" : "Observation.specimen", - "xpath" : "f:Observation/f:specimen", - "xpathUsage" : "normal", - "target" : ["Specimen"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The status of the observation", - "code" : "status", - "base" : ["Observation"], - "type" : "token", - "expression" : "Observation.status", - "xpath" : "f:Observation/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The subject that the observation is about", - "code" : "subject", - "base" : ["Observation"], - "type" : "reference", - "expression" : "Observation.subject", - "xpath" : "f:Observation/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Organization", - "BiologicallyDerivedProduct", - "NutritionProduct", - "Device", - "Medication", - "Patient", - "Procedure", - "Substance", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-value-concept", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-value-concept", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-value-concept", - "version" : "5.0.0-snapshot1", - "name" : "value-concept", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The value of the observation, if the value is a CodeableConcept", - "code" : "value-concept", - "base" : ["Observation"], - "type" : "token", - "expression" : "(Observation.value as CodeableConcept)", - "xpath" : "f:Observation/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-value-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-value-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-value-date", - "version" : "5.0.0-snapshot1", - "name" : "value-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The value of the observation, if the value is a date or period of time", - "code" : "value-date", - "base" : ["Observation"], - "type" : "date", - "expression" : "(Observation.value as dateTime) | (Observation.value as Period)", - "xpath" : "f:Observation/f:valueDateTime | f:Observation/f:valuePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-value-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", - "version" : "5.0.0-snapshot1", - "name" : "value-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", - "code" : "value-quantity", - "base" : ["Observation"], - "type" : "quantity", - "expression" : "(Observation.value as Quantity) | (Observation.value as SampledData)", - "xpath" : "f:Observation/f:valueQuantity | f:Observation/f:valueCodeableConcept | f:Observation/f:valueString | f:Observation/f:valueBoolean | f:Observation/f:valueInteger | f:Observation/f:valueRange | f:Observation/f:valueRatio | f:Observation/f:valueSampledData | f:Observation/f:valueTime | f:Observation/f:valueDateTime | f:Observation/f:valuePeriod | f:Observation/f:valueAttachment", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-value-string", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-value-string", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-value-string", - "version" : "5.0.0-snapshot1", - "name" : "value-string", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The value of the observation, if the value is a string, and also searches in CodeableConcept.text", - "code" : "value-string", - "base" : ["Observation"], - "type" : "string", - "expression" : "(Observation.value as string) | (Observation.value as CodeableConcept).text", - "xpath" : "f:Observation/f:valueQuantity | f:Observation/f:valueCodeableConcept | f:Observation/f:valueString | f:Observation/f:valueBoolean | f:Observation/f:valueInteger | f:Observation/f:valueRange | f:Observation/f:valueRatio | f:Observation/f:valueSampledData | f:Observation/f:valueTime | f:Observation/f:valueDateTime | f:Observation/f:valuePeriod | f:Observation/f:valueAttachment", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-code-value-concept", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-code-value-concept", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-code-value-concept", - "version" : "5.0.0-snapshot1", - "name" : "code-value-concept", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Code and coded value parameter pair", - "code" : "code-value-concept", - "base" : ["Observation"], - "type" : "composite", - "expression" : "Observation", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/clinical-code", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-value-concept", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-code-value-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-code-value-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-code-value-date", - "version" : "5.0.0-snapshot1", - "name" : "code-value-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Code and date/time value parameter pair", - "code" : "code-value-date", - "base" : ["Observation"], - "type" : "composite", - "expression" : "Observation", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/clinical-code", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-value-date", - "expression" : "value.as(dateTime) | value.as(Period)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-code-value-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity", - "version" : "5.0.0-snapshot1", - "name" : "code-value-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Code and quantity value parameter pair", - "code" : "code-value-quantity", - "base" : ["Observation"], - "type" : "composite", - "expression" : "Observation", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/clinical-code", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", - "expression" : "value.as(Quantity)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-code-value-string", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-code-value-string", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-code-value-string", - "version" : "5.0.0-snapshot1", - "name" : "code-value-string", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Code and string value parameter pair", - "code" : "code-value-string", - "base" : ["Observation"], - "type" : "composite", - "expression" : "Observation", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/clinical-code", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-value-string", - "expression" : "value.as(string)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-combo-code-value-concept", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept", - "version" : "5.0.0-snapshot1", - "name" : "combo-code-value-concept", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Code and coded value parameter pair, including in components", - "code" : "combo-code-value-concept", - "base" : ["Observation"], - "type" : "composite", - "expression" : "Observation | Observation.component", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-combo-code", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-combo-code-value-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity", - "version" : "5.0.0-snapshot1", - "name" : "combo-code-value-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Code and quantity value parameter pair, including in components", - "code" : "combo-code-value-quantity", - "base" : ["Observation"], - "type" : "composite", - "expression" : "Observation | Observation.component", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-combo-code", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity", - "expression" : "value.as(Quantity)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-component-code-value-concept", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept", - "version" : "5.0.0-snapshot1", - "name" : "component-code-value-concept", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Component code and component coded value parameter pair", - "code" : "component-code-value-concept", - "base" : ["Observation"], - "type" : "composite", - "expression" : "Observation.component", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-component-code", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Observation-component-code-value-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity", - "version" : "5.0.0-snapshot1", - "name" : "component-code-value-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Component code and component quantity value parameter pair", - "code" : "component-code-value-quantity", - "base" : ["Observation"], - "type" : "composite", - "expression" : "Observation.component", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-component-code", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", - "expression" : "value.as(Quantity)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ObservationDefinition-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Category (class) of observation", - "code" : "category", - "base" : ["ObservationDefinition"], - "type" : "token", - "expression" : "ObservationDefinition.category", - "xpath" : "f:ObservationDefinition/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ObservationDefinition-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Observation code", - "code" : "code", - "base" : ["ObservationDefinition"], - "type" : "token", - "expression" : "ObservationDefinition.code", - "xpath" : "f:ObservationDefinition/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-experimental", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ObservationDefinition-experimental", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-experimental", - "version" : "5.0.0-snapshot1", - "name" : "experimental", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Not for genuine usage (true)", - "code" : "experimental", - "base" : ["ObservationDefinition"], - "type" : "token", - "expression" : "ObservationDefinition.experimental", - "xpath" : "f:ObservationDefinition/f:experimental", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ObservationDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The unique identifier associated with the specimen definition", - "code" : "identifier", - "base" : ["ObservationDefinition"], - "type" : "token", - "expression" : "ObservationDefinition.identifier", - "xpath" : "f:ObservationDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-method", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ObservationDefinition-method", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-method", - "version" : "5.0.0-snapshot1", - "name" : "method", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Method of observation", - "code" : "method", - "base" : ["ObservationDefinition"], - "type" : "token", - "expression" : "ObservationDefinition.method", - "xpath" : "f:ObservationDefinition/f:method", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ObservationDefinition-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Publication status of the ObservationDefinition: draft, active, retired, unknown", - "code" : "status", - "base" : ["ObservationDefinition"], - "type" : "token", - "expression" : "ObservationDefinition.status", - "xpath" : "f:ObservationDefinition/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ObservationDefinition-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Human-friendly name of the ObservationDefinition", - "code" : "title", - "base" : ["ObservationDefinition"], - "type" : "string", - "expression" : "ObservationDefinition.title", - "xpath" : "f:ObservationDefinition/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ObservationDefinition-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The uri that identifies the observation definition", - "code" : "url", - "base" : ["ObservationDefinition"], - "type" : "uri", - "expression" : "ObservationDefinition.url", - "xpath" : "f:ObservationDefinition/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-base", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OperationDefinition-base", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-base", - "version" : "5.0.0-snapshot1", - "name" : "base", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Marks this as a profile of the base", - "code" : "base", - "base" : ["OperationDefinition"], - "type" : "reference", - "expression" : "OperationDefinition.base", - "xpath" : "f:OperationDefinition/f:base", - "xpathUsage" : "normal", - "target" : ["OperationDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OperationDefinition-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Name used to invoke the operation", - "code" : "code", - "base" : ["OperationDefinition"], - "type" : "token", - "expression" : "OperationDefinition.code", - "xpath" : "f:OperationDefinition/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OperationDefinition-input-profile", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile", - "version" : "5.0.0-snapshot1", - "name" : "input-profile", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Validation information for in parameters", - "code" : "input-profile", - "base" : ["OperationDefinition"], - "type" : "reference", - "expression" : "OperationDefinition.inputProfile", - "xpath" : "f:OperationDefinition/f:inputProfile", - "xpathUsage" : "normal", - "target" : ["StructureDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-instance", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OperationDefinition-instance", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-instance", - "version" : "5.0.0-snapshot1", - "name" : "instance", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Invoke on an instance?", - "code" : "instance", - "base" : ["OperationDefinition"], - "type" : "token", - "expression" : "OperationDefinition.instance", - "xpath" : "f:OperationDefinition/f:instance", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-kind", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OperationDefinition-kind", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-kind", - "version" : "5.0.0-snapshot1", - "name" : "kind", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "operation | query", - "code" : "kind", - "base" : ["OperationDefinition"], - "type" : "token", - "expression" : "OperationDefinition.kind", - "xpath" : "f:OperationDefinition/f:kind", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OperationDefinition-output-profile", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile", - "version" : "5.0.0-snapshot1", - "name" : "output-profile", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Validation information for out parameters", - "code" : "output-profile", - "base" : ["OperationDefinition"], - "type" : "reference", - "expression" : "OperationDefinition.outputProfile", - "xpath" : "f:OperationDefinition/f:outputProfile", - "xpathUsage" : "normal", - "target" : ["StructureDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-system", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OperationDefinition-system", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-system", - "version" : "5.0.0-snapshot1", - "name" : "system", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Invoke at the system level?", - "code" : "system", - "base" : ["OperationDefinition"], - "type" : "token", - "expression" : "OperationDefinition.system", - "xpath" : "f:OperationDefinition/f:system", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OperationDefinition-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OperationDefinition-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Invoke at the type level?", - "code" : "type", - "base" : ["OperationDefinition"], - "type" : "token", - "expression" : "OperationDefinition.type", - "xpath" : "f:OperationDefinition/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-active", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-active", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-active", - "version" : "5.0.0-snapshot1", - "name" : "active", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Is the Organization record active", - "code" : "active", - "base" : ["Organization"], - "type" : "token", - "expression" : "Organization.active", - "xpath" : "f:Organization/f:active", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-address", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-address", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-address", - "version" : "5.0.0-snapshot1", - "name" : "address", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text", - "code" : "address", - "base" : ["Organization"], - "type" : "string", - "expression" : "Organization.address", - "xpath" : "f:Organization/f:address", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-address-city", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-address-city", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-address-city", - "version" : "5.0.0-snapshot1", - "name" : "address-city", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A city specified in an address", - "code" : "address-city", - "base" : ["Organization"], - "type" : "string", - "expression" : "Organization.address.city", - "xpath" : "f:Organization/f:address/f:city", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-address-country", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-address-country", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-address-country", - "version" : "5.0.0-snapshot1", - "name" : "address-country", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A country specified in an address", - "code" : "address-country", - "base" : ["Organization"], - "type" : "string", - "expression" : "Organization.address.country", - "xpath" : "f:Organization/f:address/f:country", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-address-postalcode", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-address-postalcode", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-address-postalcode", - "version" : "5.0.0-snapshot1", - "name" : "address-postalcode", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A postal code specified in an address", - "code" : "address-postalcode", - "base" : ["Organization"], - "type" : "string", - "expression" : "Organization.address.postalCode", - "xpath" : "f:Organization/f:address/f:postalCode", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-address-state", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-address-state", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-address-state", - "version" : "5.0.0-snapshot1", - "name" : "address-state", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A state specified in an address", - "code" : "address-state", - "base" : ["Organization"], - "type" : "string", - "expression" : "Organization.address.state", - "xpath" : "f:Organization/f:address/f:state", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-address-use", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-address-use", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-address-use", - "version" : "5.0.0-snapshot1", - "name" : "address-use", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A use code specified in an address", - "code" : "address-use", - "base" : ["Organization"], - "type" : "token", - "expression" : "Organization.address.use", - "xpath" : "f:Organization/f:address/f:use", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-endpoint", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-endpoint", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-endpoint", - "version" : "5.0.0-snapshot1", - "name" : "endpoint", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Technical endpoints providing access to services operated for the organization", - "code" : "endpoint", - "base" : ["Organization"], - "type" : "reference", - "expression" : "Organization.endpoint", - "xpath" : "f:Organization/f:endpoint", - "xpathUsage" : "normal", - "target" : ["Endpoint"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Any identifier for the organization (not the accreditation issuer's identifier)", - "code" : "identifier", - "base" : ["Organization"], - "type" : "token", - "expression" : "Organization.identifier", - "xpath" : "f:Organization/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A portion of the organization's name or alias", - "code" : "name", - "base" : ["Organization"], - "type" : "string", - "expression" : "Organization.name | Organization.alias", - "xpath" : "f:Organization/f:name | f:Organization/f:alias", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-partof", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-partof", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-partof", - "version" : "5.0.0-snapshot1", - "name" : "partof", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "An organization of which this organization forms a part", - "code" : "partof", - "base" : ["Organization"], - "type" : "reference", - "expression" : "Organization.partOf", - "xpath" : "f:Organization/f:partOf", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-phonetic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-phonetic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-phonetic", - "version" : "5.0.0-snapshot1", - "name" : "phonetic", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A portion of the organization's name using some kind of phonetic matching algorithm", - "code" : "phonetic", - "base" : ["Organization"], - "type" : "string", - "expression" : "Organization.name", - "xpath" : "f:Organization/f:name", - "xpathUsage" : "phonetic" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Organization-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Organization-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Organization-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A code for the type of organization", - "code" : "type", - "base" : ["Organization"], - "type" : "token", - "expression" : "Organization.type", - "xpath" : "f:Organization/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-active", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-active", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-active", - "version" : "5.0.0-snapshot1", - "name" : "active", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Whether this organization affiliation record is in active use", - "code" : "active", - "base" : ["OrganizationAffiliation"], - "type" : "token", - "expression" : "OrganizationAffiliation.active", - "xpath" : "f:OrganizationAffiliation/f:active", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The period during which the participatingOrganization is affiliated with the primary organization", - "code" : "date", - "base" : ["OrganizationAffiliation"], - "type" : "date", - "expression" : "OrganizationAffiliation.period", - "xpath" : "f:OrganizationAffiliation/f:period", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-email", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-email", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-email", - "version" : "5.0.0-snapshot1", - "name" : "email", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A value in an email contact", - "code" : "email", - "base" : ["OrganizationAffiliation"], - "type" : "token", - "expression" : "OrganizationAffiliation.telecom.where(system='email')", - "xpath" : "f:OrganizationAffiliation/f:telecom[system/@value='email']", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-endpoint", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-endpoint", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-endpoint", - "version" : "5.0.0-snapshot1", - "name" : "endpoint", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Technical endpoints providing access to services operated for this role", - "code" : "endpoint", - "base" : ["OrganizationAffiliation"], - "type" : "reference", - "expression" : "OrganizationAffiliation.endpoint", - "xpath" : "f:OrganizationAffiliation/f:endpoint", - "xpathUsage" : "normal", - "target" : ["Endpoint"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "An organization affiliation's Identifier", - "code" : "identifier", - "base" : ["OrganizationAffiliation"], - "type" : "token", - "expression" : "OrganizationAffiliation.identifier", - "xpath" : "f:OrganizationAffiliation/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The location(s) at which the role occurs", - "code" : "location", - "base" : ["OrganizationAffiliation"], - "type" : "reference", - "expression" : "OrganizationAffiliation.location", - "xpath" : "f:OrganizationAffiliation/f:location", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-network", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-network", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-network", - "version" : "5.0.0-snapshot1", - "name" : "network", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)", - "code" : "network", - "base" : ["OrganizationAffiliation"], - "type" : "reference", - "expression" : "OrganizationAffiliation.network", - "xpath" : "f:OrganizationAffiliation/f:network", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-participating-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-participating-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-participating-organization", - "version" : "5.0.0-snapshot1", - "name" : "participating-organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The organization that provides services to the primary organization", - "code" : "participating-organization", - "base" : ["OrganizationAffiliation"], - "type" : "reference", - "expression" : "OrganizationAffiliation.participatingOrganization", - "xpath" : "f:OrganizationAffiliation/f:participatingOrganization", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-phone", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-phone", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-phone", - "version" : "5.0.0-snapshot1", - "name" : "phone", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A value in a phone contact", - "code" : "phone", - "base" : ["OrganizationAffiliation"], - "type" : "token", - "expression" : "OrganizationAffiliation.telecom.where(system='phone')", - "xpath" : "f:OrganizationAffiliation/f:telecom[system/@value='phone']", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-primary-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-primary-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-primary-organization", - "version" : "5.0.0-snapshot1", - "name" : "primary-organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The organization that receives the services from the participating organization", - "code" : "primary-organization", - "base" : ["OrganizationAffiliation"], - "type" : "reference", - "expression" : "OrganizationAffiliation.organization", - "xpath" : "f:OrganizationAffiliation/f:organization", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-role", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-role", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-role", - "version" : "5.0.0-snapshot1", - "name" : "role", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Definition of the role the participatingOrganization plays", - "code" : "role", - "base" : ["OrganizationAffiliation"], - "type" : "token", - "expression" : "OrganizationAffiliation.code", - "xpath" : "f:OrganizationAffiliation/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-service", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-service", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-service", - "version" : "5.0.0-snapshot1", - "name" : "service", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Healthcare services provided through the role", - "code" : "service", - "base" : ["OrganizationAffiliation"], - "type" : "reference", - "expression" : "OrganizationAffiliation.healthcareService", - "xpath" : "f:OrganizationAffiliation/f:healthcareService", - "xpathUsage" : "normal", - "target" : ["HealthcareService"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-specialty", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-specialty", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-specialty", - "version" : "5.0.0-snapshot1", - "name" : "specialty", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Specific specialty of the participatingOrganization in the context of the role", - "code" : "specialty", - "base" : ["OrganizationAffiliation"], - "type" : "token", - "expression" : "OrganizationAffiliation.specialty", - "xpath" : "f:OrganizationAffiliation/f:specialty", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-telecom", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "OrganizationAffiliation-telecom", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-telecom", - "version" : "5.0.0-snapshot1", - "name" : "telecom", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The value in any kind of contact", - "code" : "telecom", - "base" : ["OrganizationAffiliation"], - "type" : "token", - "expression" : "OrganizationAffiliation.telecom", - "xpath" : "f:OrganizationAffiliation/f:telecom", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-biological", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PackagedProductDefinition-biological", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-biological", - "version" : "5.0.0-snapshot1", - "name" : "biological", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A biologically derived product within this packaged product", - "code" : "biological", - "base" : ["PackagedProductDefinition"], - "type" : "reference", - "expression" : "PackagedProductDefinition.package.containedItem.item.reference", - "xpath" : "f:PackagedProductDefinition/f:package/f:containedItem/f:item/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-contained-item", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PackagedProductDefinition-contained-item", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-contained-item", - "version" : "5.0.0-snapshot1", - "name" : "contained-item", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Any of the contained items within this packaged product", - "code" : "contained-item", - "base" : ["PackagedProductDefinition"], - "type" : "reference", - "expression" : "PackagedProductDefinition.package.containedItem.item.reference", - "xpath" : "f:PackagedProductDefinition/f:package/f:containedItem/f:item/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-device", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PackagedProductDefinition-device", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-device", - "version" : "5.0.0-snapshot1", - "name" : "device", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A device within this packaged product", - "code" : "device", - "base" : ["PackagedProductDefinition"], - "type" : "reference", - "expression" : "PackagedProductDefinition.package.containedItem.item.reference", - "xpath" : "f:PackagedProductDefinition/f:package/f:containedItem/f:item/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PackagedProductDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Unique identifier", - "code" : "identifier", - "base" : ["PackagedProductDefinition"], - "type" : "token", - "expression" : "PackagedProductDefinition.identifier", - "xpath" : "f:PackagedProductDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-manufactured-item", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PackagedProductDefinition-manufactured-item", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-manufactured-item", - "version" : "5.0.0-snapshot1", - "name" : "manufactured-item", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A manufactured item of medication within this packaged product", - "code" : "manufactured-item", - "base" : ["PackagedProductDefinition"], - "type" : "reference", - "expression" : "PackagedProductDefinition.package.containedItem.item.reference", - "xpath" : "f:PackagedProductDefinition/f:package/f:containedItem/f:item/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-medication", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PackagedProductDefinition-medication", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-medication", - "version" : "5.0.0-snapshot1", - "name" : "medication", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A manufactured item of medication within this packaged product", - "code" : "medication", - "base" : ["PackagedProductDefinition"], - "type" : "reference", - "expression" : "PackagedProductDefinition.package.containedItem.item.reference", - "xpath" : "f:PackagedProductDefinition/f:package/f:containedItem/f:item/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PackagedProductDefinition-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc", - "code" : "name", - "base" : ["PackagedProductDefinition"], - "type" : "token", - "expression" : "PackagedProductDefinition.name", - "xpath" : "f:PackagedProductDefinition/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-nutrition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PackagedProductDefinition-nutrition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-nutrition", - "version" : "5.0.0-snapshot1", - "name" : "nutrition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A nutrition product within this packaged product", - "code" : "nutrition", - "base" : ["PackagedProductDefinition"], - "type" : "reference", - "expression" : "PackagedProductDefinition.package.containedItem.item.reference", - "xpath" : "f:PackagedProductDefinition/f:package/f:containedItem/f:item/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PackagedProductDefinition-package", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package", - "version" : "5.0.0-snapshot1", - "name" : "package", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A complete packaged product within this packaged product", - "code" : "package", - "base" : ["PackagedProductDefinition"], - "type" : "reference", - "expression" : "PackagedProductDefinition.package.containedItem.item.reference", - "xpath" : "f:PackagedProductDefinition/f:package/f:containedItem/f:item/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package-for", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PackagedProductDefinition-package-for", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package-for", - "version" : "5.0.0-snapshot1", - "name" : "package-for", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The product that this is a pack for", - "code" : "package-for", - "base" : ["PackagedProductDefinition"], - "type" : "reference", - "expression" : "PackagedProductDefinition.packageFor", - "xpath" : "f:PackagedProductDefinition/f:packageFor", - "xpathUsage" : "normal", - "target" : ["MedicinalProductDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PackagedProductDefinition-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status", - "code" : "status", - "base" : ["PackagedProductDefinition"], - "type" : "token", - "expression" : "PackagedProductDefinition.status", - "xpath" : "f:PackagedProductDefinition/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-active", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Patient-active", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Patient-active", - "version" : "5.0.0-snapshot1", - "name" : "active", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Whether the patient record is active", - "code" : "active", - "base" : ["Patient"], - "type" : "token", - "expression" : "Patient.active", - "xpath" : "f:Patient/f:active", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-address", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-address", - "version" : "5.0.0-snapshot1", - "name" : "address", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n", - "code" : "address", - "base" : ["Patient", - "Person", - "Practitioner", - "RelatedPerson"], - "type" : "string", - "expression" : "Patient.address | Person.address | Practitioner.address | RelatedPerson.address", - "xpath" : "f:Patient/f:address | f:Person/f:address | f:Practitioner/f:address | f:RelatedPerson/f:address", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address-city", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-address-city", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-address-city", - "version" : "5.0.0-snapshot1", - "name" : "address-city", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A city specified in an address\r\n* [Person](person.html): A city specified in an address\r\n* [Practitioner](practitioner.html): A city specified in an address\r\n* [RelatedPerson](relatedperson.html): A city specified in an address\r\n", - "code" : "address-city", - "base" : ["Patient", - "Person", - "Practitioner", - "RelatedPerson"], - "type" : "string", - "expression" : "Patient.address.city | Person.address.city | Practitioner.address.city | RelatedPerson.address.city", - "xpath" : "f:Patient/f:address/f:city | f:Person/f:address/f:city | f:Practitioner/f:address/f:city | f:RelatedPerson/f:address/f:city", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address-country", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-address-country", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-address-country", - "version" : "5.0.0-snapshot1", - "name" : "address-country", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A country specified in an address\r\n* [Person](person.html): A country specified in an address\r\n* [Practitioner](practitioner.html): A country specified in an address\r\n* [RelatedPerson](relatedperson.html): A country specified in an address\r\n", - "code" : "address-country", - "base" : ["Patient", - "Person", - "Practitioner", - "RelatedPerson"], - "type" : "string", - "expression" : "Patient.address.country | Person.address.country | Practitioner.address.country | RelatedPerson.address.country", - "xpath" : "f:Patient/f:address/f:country | f:Person/f:address/f:country | f:Practitioner/f:address/f:country | f:RelatedPerson/f:address/f:country", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-address-postalcode", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", - "version" : "5.0.0-snapshot1", - "name" : "address-postalcode", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A postalCode specified in an address\r\n* [Person](person.html): A postal code specified in an address\r\n* [Practitioner](practitioner.html): A postalCode specified in an address\r\n* [RelatedPerson](relatedperson.html): A postal code specified in an address\r\n", - "code" : "address-postalcode", - "base" : ["Patient", - "Person", - "Practitioner", - "RelatedPerson"], - "type" : "string", - "expression" : "Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCode", - "xpath" : "f:Patient/f:address/f:postalCode | f:Person/f:address/f:postalCode | f:Practitioner/f:address/f:postalCode | f:RelatedPerson/f:address/f:postalCode", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address-state", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-address-state", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-address-state", - "version" : "5.0.0-snapshot1", - "name" : "address-state", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A state specified in an address\r\n* [Person](person.html): A state specified in an address\r\n* [Practitioner](practitioner.html): A state specified in an address\r\n* [RelatedPerson](relatedperson.html): A state specified in an address\r\n", - "code" : "address-state", - "base" : ["Patient", - "Person", - "Practitioner", - "RelatedPerson"], - "type" : "string", - "expression" : "Patient.address.state | Person.address.state | Practitioner.address.state | RelatedPerson.address.state", - "xpath" : "f:Patient/f:address/f:state | f:Person/f:address/f:state | f:Practitioner/f:address/f:state | f:RelatedPerson/f:address/f:state", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address-use", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-address-use", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-address-use", - "version" : "5.0.0-snapshot1", - "name" : "address-use", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A use code specified in an address\r\n* [Person](person.html): A use code specified in an address\r\n* [Practitioner](practitioner.html): A use code specified in an address\r\n* [RelatedPerson](relatedperson.html): A use code specified in an address\r\n", - "code" : "address-use", - "base" : ["Patient", - "Person", - "Practitioner", - "RelatedPerson"], - "type" : "token", - "expression" : "Patient.address.use | Person.address.use | Practitioner.address.use | RelatedPerson.address.use", - "xpath" : "f:Patient/f:address/f:use | f:Person/f:address/f:use | f:Practitioner/f:address/f:use | f:RelatedPerson/f:address/f:use", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-birthdate", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-birthdate", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-birthdate", - "version" : "5.0.0-snapshot1", - "name" : "birthdate", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): The patient's date of birth\r\n* [Person](person.html): The person's date of birth\r\n* [RelatedPerson](relatedperson.html): The Related Person's date of birth\r\n", - "code" : "birthdate", - "base" : ["Patient", - "Person", - "RelatedPerson"], - "type" : "date", - "expression" : "Patient.birthDate | Person.birthDate | RelatedPerson.birthDate", - "xpath" : "f:Patient/f:birthDate | f:Person/f:birthDate | f:RelatedPerson/f:birthDate", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-death-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Patient-death-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Patient-death-date", - "version" : "5.0.0-snapshot1", - "name" : "death-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The date of death has been provided and satisfies this search value", - "code" : "death-date", - "base" : ["Patient"], - "type" : "date", - "expression" : "(Patient.deceased as dateTime)", - "xpath" : "f:Patient/f:deceasedDateTime", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-deceased", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Patient-deceased", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Patient-deceased", - "version" : "5.0.0-snapshot1", - "name" : "deceased", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "This patient has been marked as deceased, or has a death date entered", - "code" : "deceased", - "base" : ["Patient"], - "type" : "token", - "expression" : "Patient.deceased.exists() and Patient.deceased != false", - "xpath" : "f:Patient/f:deceasedBoolean | f:Patient/f:deceasedDateTime", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-email", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-email", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-email", - "version" : "5.0.0-snapshot1", - "name" : "email", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A value in an email contact\r\n* [Person](person.html): A value in an email contact\r\n* [Practitioner](practitioner.html): A value in an email contact\r\n* [PractitionerRole](practitionerrole.html): A value in an email contact\r\n* [RelatedPerson](relatedperson.html): A value in an email contact\r\n", - "code" : "email", - "base" : ["Patient", - "Person", - "Practitioner", - "PractitionerRole", - "RelatedPerson"], - "type" : "token", - "expression" : "Patient.telecom.where(system='email') | Person.telecom.where(system='email') | Practitioner.telecom.where(system='email') | PractitionerRole.telecom.where(system='email') | RelatedPerson.telecom.where(system='email')", - "xpath" : "f:Patient/f:telecom[system/@value='email'] | f:Person/f:telecom[system/@value='email'] | f:Practitioner/f:telecom[system/@value='email'] | f:PractitionerRole/f:telecom[system/@value='email'] | f:RelatedPerson/f:telecom[system/@value='email']", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-family", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-family", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-family", - "version" : "5.0.0-snapshot1", - "name" : "family", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of the family name of the patient\r\n* [Practitioner](practitioner.html): A portion of the family name\r\n", - "code" : "family", - "base" : ["Patient", - "Practitioner"], - "type" : "string", - "expression" : "Patient.name.family | Practitioner.name.family", - "xpath" : "f:Patient/f:name/f:family | f:Practitioner/f:name/f:family", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-gender", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-gender", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-gender", - "version" : "5.0.0-snapshot1", - "name" : "gender", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): Gender of the patient\r\n* [Person](person.html): The gender of the person\r\n* [Practitioner](practitioner.html): Gender of the practitioner\r\n* [RelatedPerson](relatedperson.html): Gender of the related person\r\n", - "code" : "gender", - "base" : ["Patient", - "Person", - "Practitioner", - "RelatedPerson"], - "type" : "token", - "expression" : "Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.gender", - "xpath" : "f:Patient/f:gender | f:Person/f:gender | f:Practitioner/f:gender | f:RelatedPerson/f:gender", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Patient-general-practitioner", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner", - "version" : "5.0.0-snapshot1", - "name" : "general-practitioner", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Patient's nominated general practitioner, not the organization that manages the record", - "code" : "general-practitioner", - "base" : ["Patient"], - "type" : "reference", - "expression" : "Patient.generalPractitioner", - "xpath" : "f:Patient/f:generalPractitioner", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-given", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-given", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-given", - "version" : "5.0.0-snapshot1", - "name" : "given", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of the given name of the patient\r\n* [Practitioner](practitioner.html): A portion of the given name\r\n", - "code" : "given", - "base" : ["Patient", - "Practitioner"], - "type" : "string", - "expression" : "Patient.name.given | Practitioner.name.given", - "xpath" : "f:Patient/f:name/f:given | f:Practitioner/f:name/f:given", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Patient-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Patient-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A patient identifier", - "code" : "identifier", - "base" : ["Patient"], - "type" : "token", - "expression" : "Patient.identifier", - "xpath" : "f:Patient/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-language", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Patient-language", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Patient-language", - "version" : "5.0.0-snapshot1", - "name" : "language", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Language code (irrespective of use value)", - "code" : "language", - "base" : ["Patient"], - "type" : "token", - "expression" : "Patient.communication.language", - "xpath" : "f:Patient/f:communication/f:language", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-link", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Patient-link", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Patient-link", - "version" : "5.0.0-snapshot1", - "name" : "link", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "All patients linked to the given patient", - "code" : "link", - "base" : ["Patient"], - "type" : "reference", - "expression" : "Patient.link.other", - "xpath" : "f:Patient/f:link/f:other", - "xpathUsage" : "normal", - "target" : ["Patient", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Patient-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Patient-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A server defined search that may match any of the string fields in the HumanName, including family, given, prefix, suffix, and/or text", - "code" : "name", - "base" : ["Patient"], - "type" : "string", - "expression" : "Patient.name", - "xpath" : "f:Patient/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Patient-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Patient-organization", - "version" : "5.0.0-snapshot1", - "name" : "organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The organization that is the custodian of the patient record", - "code" : "organization", - "base" : ["Patient"], - "type" : "reference", - "expression" : "Patient.managingOrganization", - "xpath" : "f:Patient/f:managingOrganization", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-phone", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-phone", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-phone", - "version" : "5.0.0-snapshot1", - "name" : "phone", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A value in a phone contact\r\n* [Person](person.html): A value in a phone contact\r\n* [Practitioner](practitioner.html): A value in a phone contact\r\n* [PractitionerRole](practitionerrole.html): A value in a phone contact\r\n* [RelatedPerson](relatedperson.html): A value in a phone contact\r\n", - "code" : "phone", - "base" : ["Patient", - "Person", - "Practitioner", - "PractitionerRole", - "RelatedPerson"], - "type" : "token", - "expression" : "Patient.telecom.where(system='phone') | Person.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | PractitionerRole.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone')", - "xpath" : "f:Patient/f:telecom[system/@value='phone'] | f:Person/f:telecom[system/@value='phone'] | f:Practitioner/f:telecom[system/@value='phone'] | f:PractitionerRole/f:telecom[system/@value='phone'] | f:RelatedPerson/f:telecom[system/@value='phone']", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-phonetic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-phonetic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-phonetic", - "version" : "5.0.0-snapshot1", - "name" : "phonetic", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [Person](person.html): A portion of name using some kind of phonetic matching algorithm\r\n* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm\r\n", - "code" : "phonetic", - "base" : ["Patient", - "Person", - "Practitioner", - "RelatedPerson"], - "type" : "string", - "expression" : "Patient.name | Person.name | Practitioner.name | RelatedPerson.name", - "xpath" : "f:Patient/f:name | f:Person/f:name | f:Practitioner/f:name | f:RelatedPerson/f:name", - "xpathUsage" : "phonetic" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-telecom", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "individual-telecom", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/individual-telecom", - "version" : "5.0.0-snapshot1", - "name" : "telecom", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): The value in any kind of telecom details of the patient\r\n* [Person](person.html): The value in any kind of contact\r\n* [Practitioner](practitioner.html): The value in any kind of contact\r\n* [PractitionerRole](practitionerrole.html): The value in any kind of contact\r\n* [RelatedPerson](relatedperson.html): The value in any kind of contact\r\n", - "code" : "telecom", - "base" : ["Patient", - "Person", - "Practitioner", - "PractitionerRole", - "RelatedPerson"], - "type" : "token", - "expression" : "Patient.telecom | Person.telecom | Practitioner.telecom | PractitionerRole.telecom | RelatedPerson.telecom", - "xpath" : "f:Patient/f:telecom | f:Person/f:telecom | f:Practitioner/f:telecom | f:PractitionerRole/f:telecom | f:RelatedPerson/f:telecom", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-created", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentNotice-created", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-created", - "version" : "5.0.0-snapshot1", - "name" : "created", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Creation date fro the notice", - "code" : "created", - "base" : ["PaymentNotice"], - "type" : "date", - "expression" : "PaymentNotice.created", - "xpath" : "f:PaymentNotice/f:created", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentNotice-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The business identifier of the notice", - "code" : "identifier", - "base" : ["PaymentNotice"], - "type" : "token", - "expression" : "PaymentNotice.identifier", - "xpath" : "f:PaymentNotice/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-payment-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentNotice-payment-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-payment-status", - "version" : "5.0.0-snapshot1", - "name" : "payment-status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The type of payment notice", - "code" : "payment-status", - "base" : ["PaymentNotice"], - "type" : "token", - "expression" : "PaymentNotice.paymentStatus", - "xpath" : "f:PaymentNotice/f:paymentStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-provider", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentNotice-provider", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-provider", - "version" : "5.0.0-snapshot1", - "name" : "provider", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The reference to the provider", - "code" : "provider", - "base" : ["PaymentNotice"], - "type" : "reference", - "expression" : "PaymentNotice.provider", - "xpath" : "f:PaymentNotice/f:provider", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-request", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentNotice-request", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-request", - "version" : "5.0.0-snapshot1", - "name" : "request", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The Claim", - "code" : "request", - "base" : ["PaymentNotice"], - "type" : "reference", - "expression" : "PaymentNotice.request", - "xpath" : "f:PaymentNotice/f:request", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-response", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentNotice-response", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-response", - "version" : "5.0.0-snapshot1", - "name" : "response", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The ClaimResponse", - "code" : "response", - "base" : ["PaymentNotice"], - "type" : "reference", - "expression" : "PaymentNotice.response", - "xpath" : "f:PaymentNotice/f:response", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentNotice-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentNotice-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The status of the payment notice", - "code" : "status", - "base" : ["PaymentNotice"], - "type" : "token", - "expression" : "PaymentNotice.status", - "xpath" : "f:PaymentNotice/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-created", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentReconciliation-created", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-created", - "version" : "5.0.0-snapshot1", - "name" : "created", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The creation date", - "code" : "created", - "base" : ["PaymentReconciliation"], - "type" : "date", - "expression" : "PaymentReconciliation.created", - "xpath" : "f:PaymentReconciliation/f:created", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-disposition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentReconciliation-disposition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-disposition", - "version" : "5.0.0-snapshot1", - "name" : "disposition", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The contents of the disposition message", - "code" : "disposition", - "base" : ["PaymentReconciliation"], - "type" : "string", - "expression" : "PaymentReconciliation.disposition", - "xpath" : "f:PaymentReconciliation/f:disposition", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentReconciliation-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The business identifier of the ExplanationOfBenefit", - "code" : "identifier", - "base" : ["PaymentReconciliation"], - "type" : "token", - "expression" : "PaymentReconciliation.identifier", - "xpath" : "f:PaymentReconciliation/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-outcome", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentReconciliation-outcome", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-outcome", - "version" : "5.0.0-snapshot1", - "name" : "outcome", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The processing outcome", - "code" : "outcome", - "base" : ["PaymentReconciliation"], - "type" : "token", - "expression" : "PaymentReconciliation.outcome", - "xpath" : "f:PaymentReconciliation/f:outcome", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-payment-issuer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentReconciliation-payment-issuer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-payment-issuer", - "version" : "5.0.0-snapshot1", - "name" : "payment-issuer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The organization which generated this resource", - "code" : "payment-issuer", - "base" : ["PaymentReconciliation"], - "type" : "reference", - "expression" : "PaymentReconciliation.paymentIssuer", - "xpath" : "f:PaymentReconciliation/f:paymentIssuer", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentReconciliation-request", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request", - "version" : "5.0.0-snapshot1", - "name" : "request", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The reference to the claim", - "code" : "request", - "base" : ["PaymentReconciliation"], - "type" : "reference", - "expression" : "PaymentReconciliation.request", - "xpath" : "f:PaymentReconciliation/f:request", - "xpathUsage" : "normal", - "target" : ["Task"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-requestor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentReconciliation-requestor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-requestor", - "version" : "5.0.0-snapshot1", - "name" : "requestor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The reference to the provider who submitted the claim", - "code" : "requestor", - "base" : ["PaymentReconciliation"], - "type" : "reference", - "expression" : "PaymentReconciliation.requestor", - "xpath" : "f:PaymentReconciliation/f:requestor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PaymentReconciliation-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The status of the payment reconciliation", - "code" : "status", - "base" : ["PaymentReconciliation"], - "type" : "token", - "expression" : "PaymentReconciliation.status", - "xpath" : "f:PaymentReconciliation/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Permission-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Permission-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Permission-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "active | entered-in-error | draft | rejected", - "code" : "status", - "base" : ["Permission"], - "type" : "token", - "expression" : "Permission.status", - "xpath" : "f:Permission/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Person-death-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Person-death-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Person-death-date", - "version" : "5.0.0-snapshot1", - "name" : "death-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The date of death has been provided and satisfies this search value", - "code" : "death-date", - "base" : ["Person"], - "type" : "date", - "expression" : "(Person.deceased as dateTime)", - "xpath" : "f:Person/f:deceasedDateTime", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Person-deceased", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Person-deceased", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Person-deceased", - "version" : "5.0.0-snapshot1", - "name" : "deceased", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "This person has been marked as deceased, or has a death date entered", - "code" : "deceased", - "base" : ["Person"], - "type" : "token", - "expression" : "Person.deceased.exists() and Person.deceased != false", - "xpath" : "f:Person/f:deceasedBoolean | f:Person/f:deceasedDateTime", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Person-family", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Person-family", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Person-family", - "version" : "5.0.0-snapshot1", - "name" : "family", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A portion of the family name of the person", - "code" : "family", - "base" : ["Person"], - "type" : "string", - "expression" : "Person.name.family", - "xpath" : "f:Person/f:name/f:family", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Person-given", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Person-given", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Person-given", - "version" : "5.0.0-snapshot1", - "name" : "given", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A portion of the given name of the person", - "code" : "given", - "base" : ["Person"], - "type" : "string", - "expression" : "Person.name.given", - "xpath" : "f:Person/f:name/f:given", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Person-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Person-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Person-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A person Identifier", - "code" : "identifier", - "base" : ["Person"], - "type" : "token", - "expression" : "Person.identifier", - "xpath" : "f:Person/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Person-link", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Person-link", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Person-link", - "version" : "5.0.0-snapshot1", - "name" : "link", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Any link has this Patient, Person, RelatedPerson or Practitioner reference", - "code" : "link", - "base" : ["Person"], - "type" : "reference", - "expression" : "Person.link.target", - "xpath" : "f:Person/f:link/f:target", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Patient", - "Person", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Person-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Person-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Person-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", - "code" : "name", - "base" : ["Person"], - "type" : "string", - "expression" : "Person.name", - "xpath" : "f:Person/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Person-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Person-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Person-organization", - "version" : "5.0.0-snapshot1", - "name" : "organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The organization at which this person record is being managed", - "code" : "organization", - "base" : ["Person"], - "type" : "reference", - "expression" : "Person.managingOrganization", - "xpath" : "f:Person/f:managingOrganization", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Person-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Person-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Person-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The Person links to this Patient", - "code" : "patient", - "base" : ["Person"], - "type" : "reference", - "expression" : "Person.link.target.where(resolve() is Patient)", - "xpath" : "f:Person/f:link/f:target", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Patient", - "Person", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Person-practitioner", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Person-practitioner", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Person-practitioner", - "version" : "5.0.0-snapshot1", - "name" : "practitioner", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The Person links to this Practitioner", - "code" : "practitioner", - "base" : ["Person"], - "type" : "reference", - "expression" : "Person.link.target.where(resolve() is Practitioner)", - "xpath" : "f:Person/f:link/f:target", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Patient", - "Person", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Person-relatedperson", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Person-relatedperson", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Person-relatedperson", - "version" : "5.0.0-snapshot1", - "name" : "relatedperson", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The Person links to this RelatedPerson", - "code" : "relatedperson", - "base" : ["Person"], - "type" : "reference", - "expression" : "Person.link.target.where(resolve() is RelatedPerson)", - "xpath" : "f:Person/f:link/f:target", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Patient", - "Person", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-composed-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-composed-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-composed-of", - "version" : "5.0.0-snapshot1", - "name" : "composed-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "composed-of", - "base" : ["PlanDefinition"], - "type" : "reference", - "expression" : "PlanDefinition.relatedArtifact.where(type='composed-of').resource", - "xpath" : "f:PlanDefinition/f:relatedArtifact[f:type/@value='composed-of']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context assigned to the plan definition", - "code" : "context", - "base" : ["PlanDefinition"], - "type" : "token", - "expression" : "(PlanDefinition.useContext.value as CodeableConcept)", - "xpath" : "f:PlanDefinition/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the plan definition", - "code" : "context-quantity", - "base" : ["PlanDefinition"], - "type" : "quantity", - "expression" : "(PlanDefinition.useContext.value as Quantity) | (PlanDefinition.useContext.value as Range)", - "xpath" : "f:PlanDefinition/f:useContext/f:valueQuantity | f:PlanDefinition/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A type of use context assigned to the plan definition", - "code" : "context-type", - "base" : ["PlanDefinition"], - "type" : "token", - "expression" : "PlanDefinition.useContext.code", - "xpath" : "f:PlanDefinition/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The plan definition publication date", - "code" : "date", - "base" : ["PlanDefinition"], - "type" : "date", - "expression" : "PlanDefinition.date", - "xpath" : "f:PlanDefinition/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-definition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-definition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-definition", - "version" : "5.0.0-snapshot1", - "name" : "definition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Activity or plan definitions used by plan definition", - "code" : "definition", - "base" : ["PlanDefinition"], - "type" : "reference", - "expression" : "PlanDefinition.action.definition", - "xpath" : "f:PlanDefinition/f:action/f:definitionCanonical | f:PlanDefinition/f:action/f:definitionUri", - "xpathUsage" : "normal", - "target" : ["Questionnaire", - "ObservationDefinition", - "PlanDefinition", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-depends-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-depends-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-depends-on", - "version" : "5.0.0-snapshot1", - "name" : "depends-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "depends-on", - "base" : ["PlanDefinition"], - "type" : "reference", - "expression" : "PlanDefinition.relatedArtifact.where(type='depends-on').resource | PlanDefinition.library", - "xpath" : "f:PlanDefinition/f:relatedArtifact[f:type/@value='depends-on']/f:resource | f:PlanDefinition/f:library", - "xpathUsage" : "normal", - "target" : ["Library", - "Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-derived-from", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-derived-from", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-derived-from", - "version" : "5.0.0-snapshot1", - "name" : "derived-from", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "derived-from", - "base" : ["PlanDefinition"], - "type" : "reference", - "expression" : "PlanDefinition.relatedArtifact.where(type='derived-from').resource", - "xpath" : "f:PlanDefinition/f:relatedArtifact[f:type/@value='derived-from']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The description of the plan definition", - "code" : "description", - "base" : ["PlanDefinition"], - "type" : "string", - "expression" : "PlanDefinition.description", - "xpath" : "f:PlanDefinition/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-effective", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-effective", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-effective", - "version" : "5.0.0-snapshot1", - "name" : "effective", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The time during which the plan definition is intended to be in use", - "code" : "effective", - "base" : ["PlanDefinition"], - "type" : "date", - "expression" : "PlanDefinition.effectivePeriod", - "xpath" : "f:PlanDefinition/f:effectivePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "External identifier for the plan definition", - "code" : "identifier", - "base" : ["PlanDefinition"], - "type" : "token", - "expression" : "PlanDefinition.identifier", - "xpath" : "f:PlanDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the plan definition", - "code" : "jurisdiction", - "base" : ["PlanDefinition"], - "type" : "token", - "expression" : "PlanDefinition.jurisdiction", - "xpath" : "f:PlanDefinition/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Computationally friendly name of the plan definition", - "code" : "name", - "base" : ["PlanDefinition"], - "type" : "string", - "expression" : "PlanDefinition.name", - "xpath" : "f:PlanDefinition/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-predecessor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-predecessor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-predecessor", - "version" : "5.0.0-snapshot1", - "name" : "predecessor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "predecessor", - "base" : ["PlanDefinition"], - "type" : "reference", - "expression" : "PlanDefinition.relatedArtifact.where(type='predecessor').resource", - "xpath" : "f:PlanDefinition/f:relatedArtifact[f:type/@value='predecessor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Name of the publisher of the plan definition", - "code" : "publisher", - "base" : ["PlanDefinition"], - "type" : "string", - "expression" : "PlanDefinition.publisher", - "xpath" : "f:PlanDefinition/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The current status of the plan definition", - "code" : "status", - "base" : ["PlanDefinition"], - "type" : "token", - "expression" : "PlanDefinition.status", - "xpath" : "f:PlanDefinition/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-successor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-successor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-successor", - "version" : "5.0.0-snapshot1", - "name" : "successor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "What resource is being referenced", - "code" : "successor", - "base" : ["PlanDefinition"], - "type" : "reference", - "expression" : "PlanDefinition.relatedArtifact.where(type='successor').resource", - "xpath" : "f:PlanDefinition/f:relatedArtifact[f:type/@value='successor']/f:resource", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The human-friendly name of the plan definition", - "code" : "title", - "base" : ["PlanDefinition"], - "type" : "string", - "expression" : "PlanDefinition.title", - "xpath" : "f:PlanDefinition/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-topic", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-topic", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-topic", - "version" : "5.0.0-snapshot1", - "name" : "topic", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Topics associated with the module", - "code" : "topic", - "base" : ["PlanDefinition"], - "type" : "token", - "expression" : "PlanDefinition.topic", - "xpath" : "f:PlanDefinition/f:topic", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The type of artifact the plan (e.g. order-set, eca-rule, protocol)", - "code" : "type", - "base" : ["PlanDefinition"], - "type" : "token", - "expression" : "PlanDefinition.type", - "xpath" : "f:PlanDefinition/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The uri that identifies the plan definition", - "code" : "url", - "base" : ["PlanDefinition"], - "type" : "uri", - "expression" : "PlanDefinition.url", - "xpath" : "f:PlanDefinition/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The business version of the plan definition", - "code" : "version", - "base" : ["PlanDefinition"], - "type" : "token", - "expression" : "PlanDefinition.version", - "xpath" : "f:PlanDefinition/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the plan definition", - "code" : "context-type-quantity", - "base" : ["PlanDefinition"], - "type" : "composite", - "expression" : "PlanDefinition.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PlanDefinition-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the plan definition", - "code" : "context-type-value", - "base" : ["PlanDefinition"], - "type" : "composite", - "expression" : "PlanDefinition.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/PlanDefinition-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Practitioner-active", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Practitioner-active", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Practitioner-active", - "version" : "5.0.0-snapshot1", - "name" : "active", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Whether the practitioner record is active", - "code" : "active", - "base" : ["Practitioner"], - "type" : "token", - "expression" : "Practitioner.active", - "xpath" : "f:Practitioner/f:active", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Practitioner-communication", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Practitioner-communication", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Practitioner-communication", - "version" : "5.0.0-snapshot1", - "name" : "communication", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "One of the languages that the practitioner can communicate with", - "code" : "communication", - "base" : ["Practitioner"], - "type" : "token", - "expression" : "Practitioner.communication", - "xpath" : "f:Practitioner/f:communication", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Practitioner-death-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Practitioner-death-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Practitioner-death-date", - "version" : "5.0.0-snapshot1", - "name" : "death-date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The date of death has been provided and satisfies this search value", - "code" : "death-date", - "base" : ["Practitioner"], - "type" : "date", - "expression" : "(Practitioner.deceased as dateTime)", - "xpath" : "f:Practitioner/f:deceasedDateTime", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Practitioner-deceased", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Practitioner-deceased", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Practitioner-deceased", - "version" : "5.0.0-snapshot1", - "name" : "deceased", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "This Practitioner has been marked as deceased, or has a death date entered", - "code" : "deceased", - "base" : ["Practitioner"], - "type" : "token", - "expression" : "Practitioner.deceased.exists() and Practitioner.deceased != false", - "xpath" : "f:Practitioner/f:deceasedBoolean | f:Practitioner/f:deceasedDateTime", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Practitioner-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A practitioner's Identifier", - "code" : "identifier", - "base" : ["Practitioner"], - "type" : "token", - "expression" : "Practitioner.identifier", - "xpath" : "f:Practitioner/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Practitioner-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Practitioner-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Practitioner-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", - "code" : "name", - "base" : ["Practitioner"], - "type" : "string", - "expression" : "Practitioner.name", - "xpath" : "f:Practitioner/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-active", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PractitionerRole-active", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-active", - "version" : "5.0.0-snapshot1", - "name" : "active", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Whether this practitioner role record is in active use", - "code" : "active", - "base" : ["PractitionerRole"], - "type" : "token", - "expression" : "PractitionerRole.active", - "xpath" : "f:PractitionerRole/f:active", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PractitionerRole-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The period during which the practitioner is authorized to perform in these role(s)", - "code" : "date", - "base" : ["PractitionerRole"], - "type" : "date", - "expression" : "PractitionerRole.period", - "xpath" : "f:PractitionerRole/f:period", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PractitionerRole-endpoint", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint", - "version" : "5.0.0-snapshot1", - "name" : "endpoint", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Technical endpoints providing access to services operated for the practitioner with this role", - "code" : "endpoint", - "base" : ["PractitionerRole"], - "type" : "reference", - "expression" : "PractitionerRole.endpoint", - "xpath" : "f:PractitionerRole/f:endpoint", - "xpathUsage" : "normal", - "target" : ["Endpoint"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PractitionerRole-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A practitioner's Identifier", - "code" : "identifier", - "base" : ["PractitionerRole"], - "type" : "token", - "expression" : "PractitionerRole.identifier", - "xpath" : "f:PractitionerRole/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PractitionerRole-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "One of the locations at which this practitioner provides care", - "code" : "location", - "base" : ["PractitionerRole"], - "type" : "reference", - "expression" : "PractitionerRole.location", - "xpath" : "f:PractitionerRole/f:location", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-organization", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PractitionerRole-organization", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-organization", - "version" : "5.0.0-snapshot1", - "name" : "organization", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The identity of the organization the practitioner represents / acts on behalf of", - "code" : "organization", - "base" : ["PractitionerRole"], - "type" : "reference", - "expression" : "PractitionerRole.organization", - "xpath" : "f:PractitionerRole/f:organization", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PractitionerRole-practitioner", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner", - "version" : "5.0.0-snapshot1", - "name" : "practitioner", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Practitioner that is able to provide the defined services for the organization", - "code" : "practitioner", - "base" : ["PractitionerRole"], - "type" : "reference", - "expression" : "PractitionerRole.practitioner", - "xpath" : "f:PractitionerRole/f:practitioner", - "xpathUsage" : "normal", - "target" : ["Practitioner"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-role", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PractitionerRole-role", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-role", - "version" : "5.0.0-snapshot1", - "name" : "role", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The practitioner can perform this role at for the organization", - "code" : "role", - "base" : ["PractitionerRole"], - "type" : "token", - "expression" : "PractitionerRole.code", - "xpath" : "f:PractitionerRole/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-service", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PractitionerRole-service", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-service", - "version" : "5.0.0-snapshot1", - "name" : "service", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The list of healthcare services that this worker provides for this role's Organization/Location(s)", - "code" : "service", - "base" : ["PractitionerRole"], - "type" : "reference", - "expression" : "PractitionerRole.healthcareService", - "xpath" : "f:PractitionerRole/f:healthcareService", - "xpathUsage" : "normal", - "target" : ["HealthcareService"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "PractitionerRole-specialty", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty", - "version" : "5.0.0-snapshot1", - "name" : "specialty", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The practitioner has this specialty at an organization", - "code" : "specialty", - "base" : ["PractitionerRole"], - "type" : "token", - "expression" : "PractitionerRole.specialty", - "xpath" : "f:PractitionerRole/f:specialty", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "A request for this procedure", - "code" : "based-on", - "base" : ["Procedure"], - "type" : "reference", - "expression" : "Procedure.basedOn", - "xpath" : "f:Procedure/f:basedOn", - "xpathUsage" : "normal", - "target" : ["CarePlan", - "ServiceRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Classification of the procedure", - "code" : "category", - "base" : ["Procedure"], - "type" : "token", - "expression" : "Procedure.category", - "xpath" : "f:Procedure/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-canonical", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-instantiates-canonical", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-canonical", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-canonical", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Instantiates FHIR protocol or definition", - "code" : "instantiates-canonical", - "base" : ["Procedure"], - "type" : "reference", - "expression" : "Procedure.instantiatesCanonical", - "xpath" : "f:Procedure/f:instantiatesCanonical", - "xpathUsage" : "normal", - "target" : ["Questionnaire", - "Measure", - "PlanDefinition", - "OperationDefinition", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-instantiates-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-uri", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-uri", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Instantiates external protocol or definition", - "code" : "instantiates-uri", - "base" : ["Procedure"], - "type" : "uri", - "expression" : "Procedure.instantiatesUri", - "xpath" : "f:Procedure/f:instantiatesUri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Where the procedure happened", - "code" : "location", - "base" : ["Procedure"], - "type" : "reference", - "expression" : "Procedure.location", - "xpath" : "f:Procedure/f:location", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-part-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-part-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-part-of", - "version" : "5.0.0-snapshot1", - "name" : "part-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Part of referenced event", - "code" : "part-of", - "base" : ["Procedure"], - "type" : "reference", - "expression" : "Procedure.partOf", - "xpath" : "f:Procedure/f:partOf", - "xpathUsage" : "normal", - "target" : ["Observation", - "Procedure", - "MedicationAdministration"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Who performed the procedure", - "code" : "performer", - "base" : ["Procedure"], - "type" : "reference", - "expression" : "Procedure.performer.actor", - "xpath" : "f:Procedure/f:performer/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-reason-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-reason-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-reason-code", - "version" : "5.0.0-snapshot1", - "name" : "reason-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Reference to a concept (by class)", - "code" : "reason-code", - "base" : ["Procedure"], - "type" : "token", - "expression" : "Procedure.reason.concept", - "xpath" : "f:Procedure/f:reason/f:concept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-reason-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-reason-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-reason-reference", - "version" : "5.0.0-snapshot1", - "name" : "reason-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Reference to a resource (by instance)", - "code" : "reason-reference", - "base" : ["Procedure"], - "type" : "reference", - "expression" : "Procedure.reason.reference", - "xpath" : "f:Procedure/f:reason/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-report", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-report", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-report", - "version" : "5.0.0-snapshot1", - "name" : "report", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Any report resulting from the procedure", - "code" : "report", - "base" : ["Procedure"], - "type" : "reference", - "expression" : "Procedure.report", - "xpath" : "f:Procedure/f:report", - "xpathUsage" : "normal", - "target" : ["Composition", - "DiagnosticReport", - "DocumentReference"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", - "code" : "status", - "base" : ["Procedure"], - "type" : "token", - "expression" : "Procedure.status", - "xpath" : "f:Procedure/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Procedure-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Procedure-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Procedure-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Care)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm" - }] - }], - "description" : "Search by subject", - "code" : "subject", - "base" : ["Procedure"], - "type" : "reference", - "expression" : "Procedure.subject", - "xpath" : "f:Procedure/f:subject", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Organization", - "Device", - "Patient", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-activity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-activity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-activity", - "version" : "5.0.0-snapshot1", - "name" : "activity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Activity that occurred", - "code" : "activity", - "base" : ["Provenance"], - "type" : "token", - "expression" : "Provenance.activity", - "xpath" : "f:Provenance/f:activity", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-agent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-agent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-agent", - "version" : "5.0.0-snapshot1", - "name" : "agent", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Who participated", - "code" : "agent", - "base" : ["Provenance"], - "type" : "reference", - "expression" : "Provenance.agent.who", - "xpath" : "f:Provenance/f:agent/f:who", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-agent-role", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-agent-role", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-agent-role", - "version" : "5.0.0-snapshot1", - "name" : "agent-role", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "What the agents role was", - "code" : "agent-role", - "base" : ["Provenance"], - "type" : "token", - "expression" : "Provenance.agent.role", - "xpath" : "f:Provenance/f:agent/f:role", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-agent-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-agent-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-agent-type", - "version" : "5.0.0-snapshot1", - "name" : "agent-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "How the agent participated", - "code" : "agent-type", - "base" : ["Provenance"], - "type" : "token", - "expression" : "Provenance.agent.type", - "xpath" : "f:Provenance/f:agent/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Reference to the service request.", - "code" : "based-on", - "base" : ["Provenance"], - "type" : "reference", - "expression" : "Provenance.basedOn", - "xpath" : "f:Provenance/f:basedOn", - "xpathUsage" : "normal", - "target" : ["CarePlan", - "MedicationRequest", - "Task", - "NutritionOrder", - "DeviceRequest", - "ServiceRequest", - "ImmunizationRecommendation"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Encounter related to the Provenance", - "code" : "encounter", - "base" : ["Provenance"], - "type" : "reference", - "expression" : "Provenance.encounter", - "xpath" : "f:Provenance/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-entity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-entity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-entity", - "version" : "5.0.0-snapshot1", - "name" : "entity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Identity of entity", - "code" : "entity", - "base" : ["Provenance"], - "type" : "reference", - "expression" : "Provenance.entity.what", - "xpath" : "f:Provenance/f:entity/f:what", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Where the activity occurred, if relevant", - "code" : "location", - "base" : ["Provenance"], - "type" : "reference", - "expression" : "Provenance.location", - "xpath" : "f:Provenance/f:location", - "xpathUsage" : "normal", - "target" : ["Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Target Reference(s) (usually version specific)", - "code" : "patient", - "base" : ["Provenance"], - "type" : "reference", - "expression" : "Provenance.target.where(resolve() is Patient)", - "xpath" : "f:Provenance/f:target", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-recorded", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-recorded", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-recorded", - "version" : "5.0.0-snapshot1", - "name" : "recorded", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "When the activity was recorded / updated", - "code" : "recorded", - "base" : ["Provenance"], - "type" : "date", - "expression" : "Provenance.recorded", - "xpath" : "f:Provenance/f:recorded", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-signature-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-signature-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-signature-type", - "version" : "5.0.0-snapshot1", - "name" : "signature-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Indication of the reason the entity signed the object(s)", - "code" : "signature-type", - "base" : ["Provenance"], - "type" : "token", - "expression" : "Provenance.signature.type", - "xpath" : "f:Provenance/f:signature/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-target", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-target", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-target", - "version" : "5.0.0-snapshot1", - "name" : "target", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "Target Reference(s) (usually version specific)", - "code" : "target", - "base" : ["Provenance"], - "type" : "reference", - "expression" : "Provenance.target", - "xpath" : "f:Provenance/f:target", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Provenance-when", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Provenance-when", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Provenance-when", - "version" : "5.0.0-snapshot1", - "name" : "when", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Security)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/secure/index.cfm" - }] - }], - "description" : "When the activity occurred", - "code" : "when", - "base" : ["Provenance"], - "type" : "date", - "expression" : "(Provenance.occurred as dateTime)", - "xpath" : "f:Provenance/f:occurredDateTime", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-combo-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-combo-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-combo-code", - "version" : "5.0.0-snapshot1", - "name" : "combo-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A code that corresponds to one of its items in the questionnaire", - "code" : "combo-code", - "base" : ["Questionnaire"], - "type" : "token", - "expression" : "Questionnaire.code | Questionnaire.item.code", - "xpath" : "f:Questionnaire/f:code | f:Questionnaire/f:item/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context assigned to the questionnaire", - "code" : "context", - "base" : ["Questionnaire"], - "type" : "token", - "expression" : "(Questionnaire.useContext.value as CodeableConcept)", - "xpath" : "f:Questionnaire/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the questionnaire", - "code" : "context-quantity", - "base" : ["Questionnaire"], - "type" : "quantity", - "expression" : "(Questionnaire.useContext.value as Quantity) | (Questionnaire.useContext.value as Range)", - "xpath" : "f:Questionnaire/f:useContext/f:valueQuantity | f:Questionnaire/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A type of use context assigned to the questionnaire", - "code" : "context-type", - "base" : ["Questionnaire"], - "type" : "token", - "expression" : "Questionnaire.useContext.code", - "xpath" : "f:Questionnaire/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The questionnaire publication date", - "code" : "date", - "base" : ["Questionnaire"], - "type" : "date", - "expression" : "Questionnaire.date", - "xpath" : "f:Questionnaire/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-definition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-definition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-definition", - "version" : "5.0.0-snapshot1", - "name" : "definition", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "ElementDefinition - details for the item", - "code" : "definition", - "base" : ["Questionnaire"], - "type" : "uri", - "expression" : "Questionnaire.item.definition", - "xpath" : "f:Questionnaire/f:item/f:definition", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The description of the questionnaire", - "code" : "description", - "base" : ["Questionnaire"], - "type" : "string", - "expression" : "Questionnaire.description", - "xpath" : "f:Questionnaire/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-effective", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-effective", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-effective", - "version" : "5.0.0-snapshot1", - "name" : "effective", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The time during which the questionnaire is intended to be in use", - "code" : "effective", - "base" : ["Questionnaire"], - "type" : "date", - "expression" : "Questionnaire.effectivePeriod", - "xpath" : "f:Questionnaire/f:effectivePeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "External identifier for the questionnaire", - "code" : "identifier", - "base" : ["Questionnaire"], - "type" : "token", - "expression" : "Questionnaire.identifier", - "xpath" : "f:Questionnaire/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-item-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-item-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-item-code", - "version" : "5.0.0-snapshot1", - "name" : "item-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A code that corresponds to one of the items in the questionnaire", - "code" : "item-code", - "base" : ["Questionnaire"], - "type" : "token", - "expression" : "Questionnaire.item.code", - "xpath" : "f:Questionnaire/f:item/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the questionnaire", - "code" : "jurisdiction", - "base" : ["Questionnaire"], - "type" : "token", - "expression" : "Questionnaire.jurisdiction", - "xpath" : "f:Questionnaire/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Computationally friendly name of the questionnaire", - "code" : "name", - "base" : ["Questionnaire"], - "type" : "string", - "expression" : "Questionnaire.name", - "xpath" : "f:Questionnaire/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Name of the publisher of the questionnaire", - "code" : "publisher", - "base" : ["Questionnaire"], - "type" : "string", - "expression" : "Questionnaire.publisher", - "xpath" : "f:Questionnaire/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-questionnaire-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-questionnaire-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-questionnaire-code", - "version" : "5.0.0-snapshot1", - "name" : "questionnaire-code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A code that matches one of the Questionnaire.code codings", - "code" : "questionnaire-code", - "base" : ["Questionnaire"], - "type" : "token", - "expression" : "Questionnaire.code", - "xpath" : "f:Questionnaire/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The current status of the questionnaire", - "code" : "status", - "base" : ["Questionnaire"], - "type" : "token", - "expression" : "Questionnaire.status", - "xpath" : "f:Questionnaire/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-subject-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-subject-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-subject-type", - "version" : "5.0.0-snapshot1", - "name" : "subject-type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Resource that can be subject of QuestionnaireResponse", - "code" : "subject-type", - "base" : ["Questionnaire"], - "type" : "token", - "expression" : "Questionnaire.subjectType", - "xpath" : "f:Questionnaire/f:subjectType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The human-friendly name of the questionnaire", - "code" : "title", - "base" : ["Questionnaire"], - "type" : "string", - "expression" : "Questionnaire.title", - "xpath" : "f:Questionnaire/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The uri that identifies the questionnaire", - "code" : "url", - "base" : ["Questionnaire"], - "type" : "uri", - "expression" : "Questionnaire.url", - "xpath" : "f:Questionnaire/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The business version of the questionnaire", - "code" : "version", - "base" : ["Questionnaire"], - "type" : "token", - "expression" : "Questionnaire.version", - "xpath" : "f:Questionnaire/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the questionnaire", - "code" : "context-type-quantity", - "base" : ["Questionnaire"], - "type" : "composite", - "expression" : "Questionnaire.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Questionnaire-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the questionnaire", - "code" : "context-type-value", - "base" : ["Questionnaire"], - "type" : "composite", - "expression" : "Questionnaire.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/Questionnaire-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-author", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author", - "version" : "5.0.0-snapshot1", - "name" : "author", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The author of the questionnaire response", - "code" : "author", - "base" : ["QuestionnaireResponse"], - "type" : "reference", - "expression" : "QuestionnaireResponse.author", - "xpath" : "f:QuestionnaireResponse/f:author", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-authored", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored", - "version" : "5.0.0-snapshot1", - "name" : "authored", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "When the questionnaire response was last changed", - "code" : "authored", - "base" : ["QuestionnaireResponse"], - "type" : "date", - "expression" : "QuestionnaireResponse.authored", - "xpath" : "f:QuestionnaireResponse/f:authored", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Plan/proposal/order fulfilled by this questionnaire response", - "code" : "based-on", - "base" : ["QuestionnaireResponse"], - "type" : "reference", - "expression" : "QuestionnaireResponse.basedOn", - "xpath" : "f:QuestionnaireResponse/f:basedOn", - "xpathUsage" : "normal", - "target" : ["CarePlan", - "ServiceRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Encounter associated with the questionnaire response", - "code" : "encounter", - "base" : ["QuestionnaireResponse"], - "type" : "reference", - "expression" : "QuestionnaireResponse.encounter", - "xpath" : "f:QuestionnaireResponse/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The unique identifier for the questionnaire response", - "code" : "identifier", - "base" : ["QuestionnaireResponse"], - "type" : "token", - "expression" : "QuestionnaireResponse.identifier", - "xpath" : "f:QuestionnaireResponse/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-item-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-item-subject", - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-item-subject", - "version" : "5.0.0-snapshot1", - "name" : "item-subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Allows searching for QuestionnaireResponses by item value where the item has isSubject=true", - "code" : "item-subject", - "base" : ["QuestionnaireResponse"], - "type" : "reference", - "expression" : "QuestionnaireResponse.item.where(extension('http://hl7.org/fhir/StructureDefinition/questionnaireresponse-isSubject').exists()).answer.value.ofType(Reference)", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-part-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-part-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-part-of", - "version" : "5.0.0-snapshot1", - "name" : "part-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Procedure or observation this questionnaire response was performed as a part of", - "code" : "part-of", - "base" : ["QuestionnaireResponse"], - "type" : "reference", - "expression" : "QuestionnaireResponse.partOf", - "xpath" : "f:QuestionnaireResponse/f:partOf", - "xpathUsage" : "normal", - "target" : ["Observation", - "Procedure"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The patient that is the subject of the questionnaire response", - "code" : "patient", - "base" : ["QuestionnaireResponse"], - "type" : "reference", - "expression" : "QuestionnaireResponse.subject.where(resolve() is Patient)", - "xpath" : "f:QuestionnaireResponse/f:subject", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-questionnaire", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire", - "version" : "5.0.0-snapshot1", - "name" : "questionnaire", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The questionnaire the answers are provided for", - "code" : "questionnaire", - "base" : ["QuestionnaireResponse"], - "type" : "reference", - "expression" : "QuestionnaireResponse.questionnaire", - "xpath" : "f:QuestionnaireResponse/f:questionnaire", - "xpathUsage" : "normal", - "target" : ["Questionnaire"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-source", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source", - "version" : "5.0.0-snapshot1", - "name" : "source", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The individual providing the information reflected in the questionnaire respose", - "code" : "source", - "base" : ["QuestionnaireResponse"], - "type" : "reference", - "expression" : "QuestionnaireResponse.source", - "xpath" : "f:QuestionnaireResponse/f:source", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The status of the questionnaire response", - "code" : "status", - "base" : ["QuestionnaireResponse"], - "type" : "token", - "expression" : "QuestionnaireResponse.status", - "xpath" : "f:QuestionnaireResponse/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "QuestionnaireResponse-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The subject of the questionnaire response", - "code" : "subject", - "base" : ["QuestionnaireResponse"], - "type" : "reference", - "expression" : "QuestionnaireResponse.subject", - "xpath" : "f:QuestionnaireResponse/f:subject", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RegulatedAuthorization-case", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case", - "version" : "5.0.0-snapshot1", - "name" : "case", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The case or procedure number", - "code" : "case", - "base" : ["RegulatedAuthorization"], - "type" : "token", - "expression" : "RegulatedAuthorization.case.identifier", - "xpath" : "f:RegulatedAuthorization/f:case/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RegulatedAuthorization-case-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case-type", - "version" : "5.0.0-snapshot1", - "name" : "case-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The defining type of case", - "code" : "case-type", - "base" : ["RegulatedAuthorization"], - "type" : "token", - "expression" : "RegulatedAuthorization.case.type", - "xpath" : "f:RegulatedAuthorization/f:case/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-holder", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RegulatedAuthorization-holder", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-holder", - "version" : "5.0.0-snapshot1", - "name" : "holder", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The organization that holds the granted authorization", - "code" : "holder", - "base" : ["RegulatedAuthorization"], - "type" : "reference", - "expression" : "RegulatedAuthorization.holder", - "xpath" : "f:RegulatedAuthorization/f:holder", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RegulatedAuthorization-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Business identifier for the authorization, typically assigned by the authorizing body", - "code" : "identifier", - "base" : ["RegulatedAuthorization"], - "type" : "token", - "expression" : "RegulatedAuthorization.identifier", - "xpath" : "f:RegulatedAuthorization/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-region", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RegulatedAuthorization-region", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-region", - "version" : "5.0.0-snapshot1", - "name" : "region", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The territory (e.g., country, jurisdiction etc.) in which the authorization has been granted", - "code" : "region", - "base" : ["RegulatedAuthorization"], - "type" : "token", - "expression" : "RegulatedAuthorization.region", - "xpath" : "f:RegulatedAuthorization/f:region", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RegulatedAuthorization-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The status that is authorised e.g. approved. Intermediate states can be tracked with cases and applications", - "code" : "status", - "base" : ["RegulatedAuthorization"], - "type" : "token", - "expression" : "RegulatedAuthorization.status", - "xpath" : "f:RegulatedAuthorization/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RegulatedAuthorization-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The type of regulated product, treatment, facility or activity that is being authorized", - "code" : "subject", - "base" : ["RegulatedAuthorization"], - "type" : "reference", - "expression" : "RegulatedAuthorization.subject", - "xpath" : "f:RegulatedAuthorization/f:subject", - "xpathUsage" : "normal", - "target" : ["SubstanceDefinition", - "Organization", - "BiologicallyDerivedProduct", - "PackagedProductDefinition", - "ResearchStudy", - "Practitioner", - "MedicinalProductDefinition", - "NutritionProduct", - "DeviceDefinition", - "ObservationDefinition", - "PlanDefinition", - "ActivityDefinition", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-active", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RelatedPerson-active", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-active", - "version" : "5.0.0-snapshot1", - "name" : "active", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Indicates if the related person record is active", - "code" : "active", - "base" : ["RelatedPerson"], - "type" : "token", - "expression" : "RelatedPerson.active", - "xpath" : "f:RelatedPerson/f:active", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-family", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RelatedPerson-family", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-family", - "version" : "5.0.0-snapshot1", - "name" : "family", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A portion of the family name of the related person", - "code" : "family", - "base" : ["RelatedPerson"], - "type" : "string", - "expression" : "RelatedPerson.name.family", - "xpath" : "f:RelatedPerson/f:name/f:family", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-given", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RelatedPerson-given", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-given", - "version" : "5.0.0-snapshot1", - "name" : "given", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A portion of the given name of the related person", - "code" : "given", - "base" : ["RelatedPerson"], - "type" : "string", - "expression" : "RelatedPerson.name.given", - "xpath" : "f:RelatedPerson/f:name/f:given", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RelatedPerson-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "An Identifier of the RelatedPerson", - "code" : "identifier", - "base" : ["RelatedPerson"], - "type" : "token", - "expression" : "RelatedPerson.identifier", - "xpath" : "f:RelatedPerson/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RelatedPerson-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", - "code" : "name", - "base" : ["RelatedPerson"], - "type" : "string", - "expression" : "RelatedPerson.name", - "xpath" : "f:RelatedPerson/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RelatedPerson-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The patient this related person is related to", - "code" : "patient", - "base" : ["RelatedPerson"], - "type" : "reference", - "expression" : "RelatedPerson.patient", - "xpath" : "f:RelatedPerson/f:patient", - "xpathUsage" : "normal", - "target" : ["Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-relationship", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RelatedPerson-relationship", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RelatedPerson-relationship", - "version" : "5.0.0-snapshot1", - "name" : "relationship", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The relationship between the patient and the relatedperson", - "code" : "relationship", - "base" : ["RelatedPerson"], - "type" : "token", - "expression" : "RelatedPerson.relationship", - "xpath" : "f:RelatedPerson/f:relationship", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-author", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-author", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-author", - "version" : "5.0.0-snapshot1", - "name" : "author", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The author of the request group", - "code" : "author", - "base" : ["RequestGroup"], - "type" : "reference", - "expression" : "RequestGroup.author", - "xpath" : "f:RequestGroup/f:author", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Device", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-authored", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-authored", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-authored", - "version" : "5.0.0-snapshot1", - "name" : "authored", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The date the request group was authored", - "code" : "authored", - "base" : ["RequestGroup"], - "type" : "date", - "expression" : "RequestGroup.authoredOn", - "xpath" : "f:RequestGroup/f:authoredOn", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The code of the request group", - "code" : "code", - "base" : ["RequestGroup"], - "type" : "token", - "expression" : "RequestGroup.code", - "xpath" : "f:RequestGroup/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The encounter the request group applies to", - "code" : "encounter", - "base" : ["RequestGroup"], - "type" : "reference", - "expression" : "RequestGroup.encounter", - "xpath" : "f:RequestGroup/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-group-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-group-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-group-identifier", - "version" : "5.0.0-snapshot1", - "name" : "group-identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The group identifier for the request group", - "code" : "group-identifier", - "base" : ["RequestGroup"], - "type" : "token", - "expression" : "RequestGroup.groupIdentifier", - "xpath" : "f:RequestGroup/f:groupIdentifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "External identifiers for the request group", - "code" : "identifier", - "base" : ["RequestGroup"], - "type" : "token", - "expression" : "RequestGroup.identifier", - "xpath" : "f:RequestGroup/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-canonical", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-instantiates-canonical", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-canonical", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-canonical", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The FHIR-based definition from which the request group is realized", - "code" : "instantiates-canonical", - "base" : ["RequestGroup"], - "type" : "reference", - "expression" : "RequestGroup.instantiatesCanonical", - "xpath" : "f:RequestGroup/f:instantiatesCanonical", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-instantiates-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-uri", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-uri", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The external definition from which the request group is realized", - "code" : "instantiates-uri", - "base" : ["RequestGroup"], - "type" : "uri", - "expression" : "RequestGroup.instantiatesUri", - "xpath" : "f:RequestGroup/f:instantiatesUri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-intent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-intent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-intent", - "version" : "5.0.0-snapshot1", - "name" : "intent", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The intent of the request group", - "code" : "intent", - "base" : ["RequestGroup"], - "type" : "token", - "expression" : "RequestGroup.intent", - "xpath" : "f:RequestGroup/f:intent", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-participant", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-participant", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-participant", - "version" : "5.0.0-snapshot1", - "name" : "participant", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The participant in the requests in the group", - "code" : "participant", - "base" : ["RequestGroup"], - "type" : "reference", - "expression" : "RequestGroup.action.participant.actor", - "xpath" : "f:RequestGroup/f:action/f:participant/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Group", - "Organization", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The identity of a patient to search for request groups", - "code" : "patient", - "base" : ["RequestGroup"], - "type" : "reference", - "expression" : "RequestGroup.subject.where(resolve() is Patient)", - "xpath" : "f:RequestGroup/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-priority", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-priority", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-priority", - "version" : "5.0.0-snapshot1", - "name" : "priority", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The priority of the request group", - "code" : "priority", - "base" : ["RequestGroup"], - "type" : "token", - "expression" : "RequestGroup.priority", - "xpath" : "f:RequestGroup/f:priority", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The status of the request group", - "code" : "status", - "base" : ["RequestGroup"], - "type" : "token", - "expression" : "RequestGroup.status", - "xpath" : "f:RequestGroup/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RequestGroup-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RequestGroup-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RequestGroup-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "The subject that the request group is about", - "code" : "subject", - "base" : ["RequestGroup"], - "type" : "reference", - "expression" : "RequestGroup.subject", - "xpath" : "f:RequestGroup/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Classifications for the study", - "code" : "category", - "base" : ["ResearchStudy"], - "type" : "token", - "expression" : "ResearchStudy.category", - "xpath" : "f:ResearchStudy/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-condition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-condition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-condition", - "version" : "5.0.0-snapshot1", - "name" : "condition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Condition being studied", - "code" : "condition", - "base" : ["ResearchStudy"], - "type" : "token", - "expression" : "ResearchStudy.condition", - "xpath" : "f:ResearchStudy/f:condition", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "When the study began and ended", - "code" : "date", - "base" : ["ResearchStudy"], - "type" : "date", - "expression" : "ResearchStudy.period", - "xpath" : "f:ResearchStudy/f:period", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-focus", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus", - "version" : "5.0.0-snapshot1", - "name" : "focus", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Drugs, devices, etc. under study", - "code" : "focus", - "base" : ["ResearchStudy"], - "type" : "token", - "expression" : "ResearchStudy.focus", - "xpath" : "f:ResearchStudy/f:focus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Business Identifier for study", - "code" : "identifier", - "base" : ["ResearchStudy"], - "type" : "token", - "expression" : "ResearchStudy.identifier", - "xpath" : "f:ResearchStudy/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-keyword", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword", - "version" : "5.0.0-snapshot1", - "name" : "keyword", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Used to search for the study", - "code" : "keyword", - "base" : ["ResearchStudy"], - "type" : "token", - "expression" : "ResearchStudy.keyword", - "xpath" : "f:ResearchStudy/f:keyword", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-location", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-location", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-location", - "version" : "5.0.0-snapshot1", - "name" : "location", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Geographic region(s) for study", - "code" : "location", - "base" : ["ResearchStudy"], - "type" : "token", - "expression" : "ResearchStudy.location", - "xpath" : "f:ResearchStudy/f:location", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-partof", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-partof", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-partof", - "version" : "5.0.0-snapshot1", - "name" : "partof", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Part of larger study", - "code" : "partof", - "base" : ["ResearchStudy"], - "type" : "reference", - "expression" : "ResearchStudy.partOf", - "xpath" : "f:ResearchStudy/f:partOf", - "xpathUsage" : "normal", - "target" : ["ResearchStudy"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-principalinvestigator", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-principalinvestigator", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-principalinvestigator", - "version" : "5.0.0-snapshot1", - "name" : "principalinvestigator", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Researcher who oversees multiple aspects of the study", - "code" : "principalinvestigator", - "base" : ["ResearchStudy"], - "type" : "reference", - "expression" : "ResearchStudy.principalInvestigator", - "xpath" : "f:ResearchStudy/f:principalInvestigator", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-protocol", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol", - "version" : "5.0.0-snapshot1", - "name" : "protocol", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Steps followed in executing study", - "code" : "protocol", - "base" : ["ResearchStudy"], - "type" : "reference", - "expression" : "ResearchStudy.protocol", - "xpath" : "f:ResearchStudy/f:protocol", - "xpathUsage" : "normal", - "target" : ["PlanDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitmentactual", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-recruitmentactual", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitmentactual", - "version" : "5.0.0-snapshot1", - "name" : "recruitment_actual", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Actual number of participants enrolled in study across all groups", - "code" : "recruitment_actual", - "base" : ["ResearchStudy"], - "type" : "number", - "expression" : "ResearchStudy.recruitment.actualNumber", - "xpath" : "f:ResearchStudy/f:recruitment/f:actualNumber", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitmenttarget", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-recruitmenttarget", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitmenttarget", - "version" : "5.0.0-snapshot1", - "name" : "recruitment_target", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Target number of participants enrolled in study across all groups", - "code" : "recruitment_target", - "base" : ["ResearchStudy"], - "type" : "number", - "expression" : "ResearchStudy.recruitment.targetNumber", - "xpath" : "f:ResearchStudy/f:recruitment/f:targetNumber", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-site", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-site", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-site", - "version" : "5.0.0-snapshot1", - "name" : "site", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Facility where study activities are conducted", - "code" : "site", - "base" : ["ResearchStudy"], - "type" : "reference", - "expression" : "ResearchStudy.site", - "xpath" : "f:ResearchStudy/f:site", - "xpathUsage" : "normal", - "target" : ["Organization", - "Location", - "ResearchStudy"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-sponsor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-sponsor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-sponsor", - "version" : "5.0.0-snapshot1", - "name" : "sponsor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Organization that initiates and is legally responsible for the study", - "code" : "sponsor", - "base" : ["ResearchStudy"], - "type" : "reference", - "expression" : "ResearchStudy.sponsor", - "xpath" : "f:ResearchStudy/f:sponsor", - "xpathUsage" : "normal", - "target" : ["Organization"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "active | administratively-completed | approved | closed-to-accrual | closed-to-accrual-and-intervention | completed | disapproved | in-review | temporarily-closed-to-accrual | temporarily-closed-to-accrual-and-intervention | withdrawn", - "code" : "status", - "base" : ["ResearchStudy"], - "type" : "token", - "expression" : "ResearchStudy.status", - "xpath" : "f:ResearchStudy/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchStudy-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchStudy-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Name for this study", - "code" : "title", - "base" : ["ResearchStudy"], - "type" : "string", - "expression" : "ResearchStudy.title", - "xpath" : "f:ResearchStudy/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchSubject-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Start and end of participation", - "code" : "date", - "base" : ["ResearchSubject"], - "type" : "date", - "expression" : "ResearchSubject.period", - "xpath" : "f:ResearchSubject/f:period", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchSubject-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Business Identifier for research subject in a study", - "code" : "identifier", - "base" : ["ResearchSubject"], - "type" : "token", - "expression" : "ResearchSubject.identifier", - "xpath" : "f:ResearchSubject/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchSubject-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Who or what is part of study", - "code" : "patient", - "base" : ["ResearchSubject"], - "type" : "reference", - "expression" : "ResearchSubject.subject", - "xpath" : "f:ResearchSubject/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Specimen", - "BiologicallyDerivedProduct", - "Device", - "Medication", - "Patient", - "Substance"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchSubject-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "draft | active | retired | unknown", - "code" : "status", - "base" : ["ResearchSubject"], - "type" : "token", - "expression" : "ResearchSubject.status", - "xpath" : "f:ResearchSubject/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-study", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchSubject-study", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-study", - "version" : "5.0.0-snapshot1", - "name" : "study", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Study subject is part of", - "code" : "study", - "base" : ["ResearchSubject"], - "type" : "reference", - "expression" : "ResearchSubject.study", - "xpath" : "f:ResearchSubject/f:study", - "xpathUsage" : "normal", - "target" : ["ResearchStudy"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchSubject-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Who or what is part of study", - "code" : "subject", - "base" : ["ResearchSubject"], - "type" : "reference", - "expression" : "ResearchSubject.subject", - "xpath" : "f:ResearchSubject/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Specimen", - "BiologicallyDerivedProduct", - "Device", - "Medication", - "Patient", - "Substance"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-subjectstate", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ResearchSubject-subjectstate", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ResearchSubject-subjectstate", - "version" : "5.0.0-snapshot1", - "name" : "subject_state", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn", - "code" : "subject_state", - "base" : ["ResearchSubject"], - "type" : "token", - "expression" : "ResearchSubject.progress.subjectState", - "xpath" : "f:ResearchSubject/f:progress/f:subjectState", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-condition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RiskAssessment-condition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-condition", - "version" : "5.0.0-snapshot1", - "name" : "condition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Condition assessed", - "code" : "condition", - "base" : ["RiskAssessment"], - "type" : "reference", - "expression" : "RiskAssessment.condition", - "xpath" : "f:RiskAssessment/f:condition", - "xpathUsage" : "normal", - "target" : ["Condition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-method", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RiskAssessment-method", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-method", - "version" : "5.0.0-snapshot1", - "name" : "method", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Evaluation mechanism", - "code" : "method", - "base" : ["RiskAssessment"], - "type" : "token", - "expression" : "RiskAssessment.method", - "xpath" : "f:RiskAssessment/f:method", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RiskAssessment-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Who did assessment?", - "code" : "performer", - "base" : ["RiskAssessment"], - "type" : "reference", - "expression" : "RiskAssessment.performer", - "xpath" : "f:RiskAssessment/f:performer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-probability", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RiskAssessment-probability", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-probability", - "version" : "5.0.0-snapshot1", - "name" : "probability", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Likelihood of specified outcome", - "code" : "probability", - "base" : ["RiskAssessment"], - "type" : "number", - "expression" : "RiskAssessment.prediction.probability", - "xpath" : "f:RiskAssessment/f:prediction/f:probabilityDecimal | f:RiskAssessment/f:prediction/f:probabilityRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-risk", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RiskAssessment-risk", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-risk", - "version" : "5.0.0-snapshot1", - "name" : "risk", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Likelihood of specified outcome as a qualitative value", - "code" : "risk", - "base" : ["RiskAssessment"], - "type" : "token", - "expression" : "RiskAssessment.prediction.qualitativeRisk", - "xpath" : "f:RiskAssessment/f:prediction/f:qualitativeRisk", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "RiskAssessment-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/RiskAssessment-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Clinical Decision Support)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/dss/index.cfm" - }] - }], - "description" : "Who/what does assessment apply to?", - "code" : "subject", - "base" : ["RiskAssessment"], - "type" : "reference", - "expression" : "RiskAssessment.subject", - "xpath" : "f:RiskAssessment/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Patient"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Schedule-active", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Schedule-active", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Schedule-active", - "version" : "5.0.0-snapshot1", - "name" : "active", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Is the schedule in active use", - "code" : "active", - "base" : ["Schedule"], - "type" : "token", - "expression" : "Schedule.active", - "xpath" : "f:Schedule/f:active", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Schedule-actor", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Schedule-actor", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Schedule-actor", - "version" : "5.0.0-snapshot1", - "name" : "actor", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule for", - "code" : "actor", - "base" : ["Schedule"], - "type" : "reference", - "expression" : "Schedule.actor", - "xpath" : "f:Schedule/f:actor", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Schedule-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Schedule-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Schedule-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Search for Schedule resources that have a period that contains this date specified", - "code" : "date", - "base" : ["Schedule"], - "type" : "date", - "expression" : "Schedule.planningHorizon", - "xpath" : "f:Schedule/f:planningHorizon", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Schedule-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Schedule-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Schedule-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A Schedule Identifier", - "code" : "identifier", - "base" : ["Schedule"], - "type" : "token", - "expression" : "Schedule.identifier", - "xpath" : "f:Schedule/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Schedule-service-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Schedule-service-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Schedule-service-category", - "version" : "5.0.0-snapshot1", - "name" : "service-category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "High-level category", - "code" : "service-category", - "base" : ["Schedule"], - "type" : "token", - "expression" : "Schedule.serviceCategory", - "xpath" : "f:Schedule/f:serviceCategory", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Schedule-service-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Schedule-service-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Schedule-service-type", - "version" : "5.0.0-snapshot1", - "name" : "service-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The type of appointments that can be booked into associated slot(s)", - "code" : "service-type", - "base" : ["Schedule"], - "type" : "token", - "expression" : "Schedule.serviceType", - "xpath" : "f:Schedule/f:serviceType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Schedule-specialty", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Schedule-specialty", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Schedule-specialty", - "version" : "5.0.0-snapshot1", - "name" : "specialty", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Type of specialty needed", - "code" : "specialty", - "base" : ["Schedule"], - "type" : "token", - "expression" : "Schedule.specialty", - "xpath" : "f:Schedule/f:specialty", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SearchParameter-base", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SearchParameter-base", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SearchParameter-base", - "version" : "5.0.0-snapshot1", - "name" : "base", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The resource type(s) this search parameter applies to", - "code" : "base", - "base" : ["SearchParameter"], - "type" : "token", - "expression" : "SearchParameter.base", - "xpath" : "f:SearchParameter/f:base", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SearchParameter-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SearchParameter-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SearchParameter-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Code used in URL", - "code" : "code", - "base" : ["SearchParameter"], - "type" : "token", - "expression" : "SearchParameter.code", - "xpath" : "f:SearchParameter/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SearchParameter-component", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SearchParameter-component", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SearchParameter-component", - "version" : "5.0.0-snapshot1", - "name" : "component", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Defines how the part works", - "code" : "component", - "base" : ["SearchParameter"], - "type" : "reference", - "expression" : "SearchParameter.component.definition", - "xpath" : "f:SearchParameter/f:component/f:definition", - "xpathUsage" : "normal", - "target" : ["SearchParameter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SearchParameter-derived-from", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from", - "version" : "5.0.0-snapshot1", - "name" : "derived-from", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Original definition for the search parameter", - "code" : "derived-from", - "base" : ["SearchParameter"], - "type" : "reference", - "expression" : "SearchParameter.derivedFrom", - "xpath" : "f:SearchParameter/f:derivedFrom", - "xpathUsage" : "normal", - "target" : ["SearchParameter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SearchParameter-target", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SearchParameter-target", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SearchParameter-target", - "version" : "5.0.0-snapshot1", - "name" : "target", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Types of resource (if a resource reference)", - "code" : "target", - "base" : ["SearchParameter"], - "type" : "token", - "expression" : "SearchParameter.target", - "xpath" : "f:SearchParameter/f:target", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SearchParameter-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SearchParameter-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SearchParameter-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "number | date | string | token | reference | composite | quantity | uri | special", - "code" : "type", - "base" : ["SearchParameter"], - "type" : "token", - "expression" : "SearchParameter.type", - "xpath" : "f:SearchParameter/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-authored", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-authored", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-authored", - "version" : "5.0.0-snapshot1", - "name" : "authored", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Date request signed", - "code" : "authored", - "base" : ["ServiceRequest"], - "type" : "date", - "expression" : "ServiceRequest.authoredOn", - "xpath" : "f:ServiceRequest/f:authoredOn", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "What request fulfills", - "code" : "based-on", - "base" : ["ServiceRequest"], - "type" : "reference", - "expression" : "ServiceRequest.basedOn", - "xpath" : "f:ServiceRequest/f:basedOn", - "xpathUsage" : "normal", - "target" : ["CarePlan", - "MedicationRequest", - "ServiceRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-body-site", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site", - "version" : "5.0.0-snapshot1", - "name" : "body-site", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Where procedure is going to be done", - "code" : "body-site", - "base" : ["ServiceRequest"], - "type" : "token", - "expression" : "ServiceRequest.bodySite", - "xpath" : "f:ServiceRequest/f:bodySite", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Classification of service", - "code" : "category", - "base" : ["ServiceRequest"], - "type" : "token", - "expression" : "ServiceRequest.category", - "xpath" : "f:ServiceRequest/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-canonical", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-instantiates-canonical", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-canonical", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-canonical", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Instantiates FHIR protocol or definition", - "code" : "instantiates-canonical", - "base" : ["ServiceRequest"], - "type" : "reference", - "expression" : "ServiceRequest.instantiatesCanonical", - "xpath" : "f:ServiceRequest/f:instantiatesCanonical", - "xpathUsage" : "normal", - "target" : ["PlanDefinition", - "ActivityDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-uri", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-instantiates-uri", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-uri", - "version" : "5.0.0-snapshot1", - "name" : "instantiates-uri", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Instantiates external protocol or definition", - "code" : "instantiates-uri", - "base" : ["ServiceRequest"], - "type" : "uri", - "expression" : "ServiceRequest.instantiatesUri", - "xpath" : "f:ServiceRequest/f:instantiatesUri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-intent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-intent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-intent", - "version" : "5.0.0-snapshot1", - "name" : "intent", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "proposal | plan | directive | order +", - "code" : "intent", - "base" : ["ServiceRequest"], - "type" : "token", - "expression" : "ServiceRequest.intent", - "xpath" : "f:ServiceRequest/f:intent", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-occurrence", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence", - "version" : "5.0.0-snapshot1", - "name" : "occurrence", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "When service should occur", - "code" : "occurrence", - "base" : ["ServiceRequest"], - "type" : "date", - "expression" : "ServiceRequest.occurrence", - "xpath" : "f:ServiceRequest/f:occurrenceDateTime | f:ServiceRequest/f:occurrencePeriod | f:ServiceRequest/f:occurrenceTiming", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Requested performer", - "code" : "performer", - "base" : ["ServiceRequest"], - "type" : "reference", - "expression" : "ServiceRequest.performer", - "xpath" : "f:ServiceRequest/f:performer", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-performer-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type", - "version" : "5.0.0-snapshot1", - "name" : "performer-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Performer role", - "code" : "performer-type", - "base" : ["ServiceRequest"], - "type" : "token", - "expression" : "ServiceRequest.performerType", - "xpath" : "f:ServiceRequest/f:performerType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-priority", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-priority", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-priority", - "version" : "5.0.0-snapshot1", - "name" : "priority", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "routine | urgent | asap | stat", - "code" : "priority", - "base" : ["ServiceRequest"], - "type" : "token", - "expression" : "ServiceRequest.priority", - "xpath" : "f:ServiceRequest/f:priority", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-replaces", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces", - "version" : "5.0.0-snapshot1", - "name" : "replaces", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "What request replaces", - "code" : "replaces", - "base" : ["ServiceRequest"], - "type" : "reference", - "expression" : "ServiceRequest.replaces", - "xpath" : "f:ServiceRequest/f:replaces", - "xpathUsage" : "normal", - "target" : ["ServiceRequest"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-requester", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-requester", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-requester", - "version" : "5.0.0-snapshot1", - "name" : "requester", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who/what is requesting service", - "code" : "requester", - "base" : ["ServiceRequest"], - "type" : "reference", - "expression" : "ServiceRequest.requester", - "xpath" : "f:ServiceRequest/f:requester", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-requisition", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition", - "version" : "5.0.0-snapshot1", - "name" : "requisition", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Composite Request ID", - "code" : "requisition", - "base" : ["ServiceRequest"], - "type" : "token", - "expression" : "ServiceRequest.requisition", - "xpath" : "f:ServiceRequest/f:requisition", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-specimen", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen", - "version" : "5.0.0-snapshot1", - "name" : "specimen", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Specimen to be tested", - "code" : "specimen", - "base" : ["ServiceRequest"], - "type" : "reference", - "expression" : "ServiceRequest.specimen", - "xpath" : "f:ServiceRequest/f:specimen", - "xpathUsage" : "normal", - "target" : ["Specimen"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "draft | active | on-hold | revoked | completed | entered-in-error | unknown", - "code" : "status", - "base" : ["ServiceRequest"], - "type" : "token", - "expression" : "ServiceRequest.status", - "xpath" : "f:ServiceRequest/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ServiceRequest-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by subject", - "code" : "subject", - "base" : ["ServiceRequest"], - "type" : "reference", - "expression" : "ServiceRequest.subject", - "xpath" : "f:ServiceRequest/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "Device", - "Patient", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Slot-appointment-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Slot-appointment-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Slot-appointment-type", - "version" : "5.0.0-snapshot1", - "name" : "appointment-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The style of appointment or patient that may be booked in the slot (not service type)", - "code" : "appointment-type", - "base" : ["Slot"], - "type" : "token", - "expression" : "Slot.appointmentType", - "xpath" : "f:Slot/f:appointmentType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Slot-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Slot-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Slot-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A Slot Identifier", - "code" : "identifier", - "base" : ["Slot"], - "type" : "token", - "expression" : "Slot.identifier", - "xpath" : "f:Slot/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Slot-schedule", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Slot-schedule", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Slot-schedule", - "version" : "5.0.0-snapshot1", - "name" : "schedule", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The Schedule Resource that we are seeking a slot within", - "code" : "schedule", - "base" : ["Slot"], - "type" : "reference", - "expression" : "Slot.schedule", - "xpath" : "f:Slot/f:schedule", - "xpathUsage" : "normal", - "target" : ["Schedule"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Slot-service-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Slot-service-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Slot-service-category", - "version" : "5.0.0-snapshot1", - "name" : "service-category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A broad categorization of the service that is to be performed during this appointment", - "code" : "service-category", - "base" : ["Slot"], - "type" : "token", - "expression" : "Slot.serviceCategory", - "xpath" : "f:Slot/f:serviceCategory", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Slot-service-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Slot-service-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Slot-service-type", - "version" : "5.0.0-snapshot1", - "name" : "service-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The type of appointments that can be booked into the slot", - "code" : "service-type", - "base" : ["Slot"], - "type" : "token", - "expression" : "Slot.serviceType", - "xpath" : "f:Slot/f:serviceType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Slot-specialty", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Slot-specialty", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Slot-specialty", - "version" : "5.0.0-snapshot1", - "name" : "specialty", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The specialty of a practitioner that would be required to perform the service requested in this appointment", - "code" : "specialty", - "base" : ["Slot"], - "type" : "token", - "expression" : "Slot.specialty", - "xpath" : "f:Slot/f:specialty", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Slot-start", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Slot-start", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Slot-start", - "version" : "5.0.0-snapshot1", - "name" : "start", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "Appointment date/time.", - "code" : "start", - "base" : ["Slot"], - "type" : "date", - "expression" : "Slot.start", - "xpath" : "f:Slot/f:start", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Slot-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Slot-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Slot-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "The free/busy status of the appointment", - "code" : "status", - "base" : ["Slot"], - "type" : "token", - "expression" : "Slot.status", - "xpath" : "f:Slot/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-accession", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-accession", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-accession", - "version" : "5.0.0-snapshot1", - "name" : "accession", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The accession number associated with the specimen", - "code" : "accession", - "base" : ["Specimen"], - "type" : "token", - "expression" : "Specimen.accessionIdentifier", - "xpath" : "f:Specimen/f:accessionIdentifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-bodysite", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-bodysite", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-bodysite", - "version" : "5.0.0-snapshot1", - "name" : "bodysite", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Reference to a resource (by instance)", - "code" : "bodysite", - "base" : ["Specimen"], - "type" : "reference", - "expression" : "Specimen.collection.bodySite.reference", - "xpath" : "f:Specimen/f:collection/f:bodySite/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-collected", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-collected", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-collected", - "version" : "5.0.0-snapshot1", - "name" : "collected", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The date the specimen was collected", - "code" : "collected", - "base" : ["Specimen"], - "type" : "date", - "expression" : "Specimen.collection.collected", - "xpath" : "f:Specimen/f:collection/f:collectedDateTime | f:Specimen/f:collection/f:collectedPeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-collector", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-collector", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-collector", - "version" : "5.0.0-snapshot1", - "name" : "collector", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who collected the specimen", - "code" : "collector", - "base" : ["Specimen"], - "type" : "reference", - "expression" : "Specimen.collection.collector", - "xpath" : "f:Specimen/f:collection/f:collector", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-container", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-container", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-container", - "version" : "5.0.0-snapshot1", - "name" : "container", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The kind of specimen container", - "code" : "container", - "base" : ["Specimen"], - "type" : "token", - "expression" : "Specimen.container.type", - "xpath" : "f:Specimen/f:container/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-container-id", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-container-id", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-container-id", - "version" : "5.0.0-snapshot1", - "name" : "container-id", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The unique identifier associated with the specimen container", - "code" : "container-id", - "base" : ["Specimen"], - "type" : "token", - "expression" : "Specimen.container.identifier", - "xpath" : "f:Specimen/f:container/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The unique identifier associated with the specimen", - "code" : "identifier", - "base" : ["Specimen"], - "type" : "token", - "expression" : "Specimen.identifier", - "xpath" : "f:Specimen/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-parent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-parent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-parent", - "version" : "5.0.0-snapshot1", - "name" : "parent", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The parent of the specimen", - "code" : "parent", - "base" : ["Specimen"], - "type" : "reference", - "expression" : "Specimen.parent", - "xpath" : "f:Specimen/f:parent", - "xpathUsage" : "normal", - "target" : ["Specimen"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The patient the specimen comes from", - "code" : "patient", - "base" : ["Specimen"], - "type" : "reference", - "expression" : "Specimen.subject.where(resolve() is Patient)", - "xpath" : "f:Specimen/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "BiologicallyDerivedProduct", - "Device", - "Patient", - "Substance", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "available | unavailable | unsatisfactory | entered-in-error", - "code" : "status", - "base" : ["Specimen"], - "type" : "token", - "expression" : "Specimen.status", - "xpath" : "f:Specimen/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The subject of the specimen", - "code" : "subject", - "base" : ["Specimen"], - "type" : "reference", - "expression" : "Specimen.subject", - "xpath" : "f:Specimen/f:subject", - "xpathUsage" : "normal", - "target" : ["Group", - "BiologicallyDerivedProduct", - "Device", - "Patient", - "Substance", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Specimen-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Specimen-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Specimen-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The specimen type", - "code" : "type", - "base" : ["Specimen"], - "type" : "token", - "expression" : "Specimen.type", - "xpath" : "f:Specimen/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-container", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SpecimenDefinition-container", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-container", - "version" : "5.0.0-snapshot1", - "name" : "container", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The type of specimen conditioned in container expected by the lab", - "code" : "container", - "base" : ["SpecimenDefinition"], - "type" : "token", - "expression" : "SpecimenDefinition.typeTested.container.type", - "xpath" : "f:SpecimenDefinition/f:typeTested/f:container/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-experimental", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SpecimenDefinition-experimental", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-experimental", - "version" : "5.0.0-snapshot1", - "name" : "experimental", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Not for genuine usage (true)", - "code" : "experimental", - "base" : ["SpecimenDefinition"], - "type" : "token", - "expression" : "SpecimenDefinition.experimental", - "xpath" : "f:SpecimenDefinition/f:experimental", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SpecimenDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The unique identifier associated with the SpecimenDefinition", - "code" : "identifier", - "base" : ["SpecimenDefinition"], - "type" : "token", - "expression" : "SpecimenDefinition.identifier", - "xpath" : "f:SpecimenDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-is-derived", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SpecimenDefinition-is-derived", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-is-derived", - "version" : "5.0.0-snapshot1", - "name" : "is-derived", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Primary specimen (false) or derived specimen (true)", - "code" : "is-derived", - "base" : ["SpecimenDefinition"], - "type" : "token", - "expression" : "SpecimenDefinition.typeTested.isDerived", - "xpath" : "f:SpecimenDefinition/f:typeTested/f:isDerived", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SpecimenDefinition-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Publication status of the SpecimenDefinition: draft, active, retired, unknown", - "code" : "status", - "base" : ["SpecimenDefinition"], - "type" : "token", - "expression" : "SpecimenDefinition.status", - "xpath" : "f:SpecimenDefinition/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SpecimenDefinition-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Human-friendly name of the SpecimenDefinition", - "code" : "title", - "base" : ["SpecimenDefinition"], - "type" : "string", - "expression" : "SpecimenDefinition.title", - "xpath" : "f:SpecimenDefinition/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SpecimenDefinition-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The type of collected specimen", - "code" : "type", - "base" : ["SpecimenDefinition"], - "type" : "token", - "expression" : "SpecimenDefinition.typeCollected", - "xpath" : "f:SpecimenDefinition/f:typeCollected", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type-tested", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SpecimenDefinition-type-tested", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type-tested", - "version" : "5.0.0-snapshot1", - "name" : "type-tested", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The type of specimen conditioned for testing", - "code" : "type-tested", - "base" : ["SpecimenDefinition"], - "type" : "token", - "expression" : "SpecimenDefinition.typeTested.type", - "xpath" : "f:SpecimenDefinition/f:typeTested/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SpecimenDefinition-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The uri that identifies the specimen definition", - "code" : "url", - "base" : ["SpecimenDefinition"], - "type" : "uri", - "expression" : "SpecimenDefinition.url", - "xpath" : "f:SpecimenDefinition/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-abstract", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "StructureDefinition-abstract", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-abstract", - "version" : "5.0.0-snapshot1", - "name" : "abstract", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Whether the structure is abstract", - "code" : "abstract", - "base" : ["StructureDefinition"], - "type" : "token", - "expression" : "StructureDefinition.abstract", - "xpath" : "f:StructureDefinition/f:abstract", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-base", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "StructureDefinition-base", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-base", - "version" : "5.0.0-snapshot1", - "name" : "base", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Definition that this type is constrained/specialized from", - "code" : "base", - "base" : ["StructureDefinition"], - "type" : "reference", - "expression" : "StructureDefinition.baseDefinition", - "xpath" : "f:StructureDefinition/f:baseDefinition", - "xpathUsage" : "normal", - "target" : ["StructureDefinition"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-base-path", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "StructureDefinition-base-path", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-base-path", - "version" : "5.0.0-snapshot1", - "name" : "base-path", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Path that identifies the base element", - "code" : "base-path", - "base" : ["StructureDefinition"], - "type" : "token", - "expression" : "StructureDefinition.snapshot.element.base.path | StructureDefinition.differential.element.base.path", - "xpath" : "f:StructureDefinition/f:snapshot/f:element/f:base/f:path | f:StructureDefinition/f:differential/f:element/f:base/f:path", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "StructureDefinition-derivation", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation", - "version" : "5.0.0-snapshot1", - "name" : "derivation", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "specialization | constraint - How relates to base definition", - "code" : "derivation", - "base" : ["StructureDefinition"], - "type" : "token", - "expression" : "StructureDefinition.derivation", - "xpath" : "f:StructureDefinition/f:derivation", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "StructureDefinition-experimental", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental", - "version" : "5.0.0-snapshot1", - "name" : "experimental", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "For testing purposes, not real usage", - "code" : "experimental", - "base" : ["StructureDefinition"], - "type" : "token", - "expression" : "StructureDefinition.experimental", - "xpath" : "f:StructureDefinition/f:experimental", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "StructureDefinition-ext-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context", - "version" : "5.0.0-snapshot1", - "name" : "ext-context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The system is the URL for the context-type: e.g. http://hl7.org/fhir/extension-context-type#element|CodeableConcept.text", - "code" : "ext-context", - "base" : ["StructureDefinition"], - "type" : "token", - "expression" : "StructureDefinition.context", - "xpath" : "f:StructureDefinition/f:context", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-keyword", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "StructureDefinition-keyword", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-keyword", - "version" : "5.0.0-snapshot1", - "name" : "keyword", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A code for the StructureDefinition", - "code" : "keyword", - "base" : ["StructureDefinition"], - "type" : "token", - "expression" : "StructureDefinition.keyword", - "xpath" : "f:StructureDefinition/f:keyword", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-kind", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "StructureDefinition-kind", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-kind", - "version" : "5.0.0-snapshot1", - "name" : "kind", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "primitive-type | complex-type | resource | logical", - "code" : "kind", - "base" : ["StructureDefinition"], - "type" : "token", - "expression" : "StructureDefinition.kind", - "xpath" : "f:StructureDefinition/f:kind", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-path", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "StructureDefinition-path", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-path", - "version" : "5.0.0-snapshot1", - "name" : "path", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A path that is constrained in the StructureDefinition", - "code" : "path", - "base" : ["StructureDefinition"], - "type" : "token", - "expression" : "StructureDefinition.snapshot.element.path | StructureDefinition.differential.element.path", - "xpath" : "f:StructureDefinition/f:snapshot/f:element/f:path | f:StructureDefinition/f:differential/f:element/f:path", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "StructureDefinition-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Type defined or constrained by this structure", - "code" : "type", - "base" : ["StructureDefinition"], - "type" : "uri", - "expression" : "StructureDefinition.type", - "xpath" : "f:StructureDefinition/f:type", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "StructureDefinition-valueset", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset", - "version" : "5.0.0-snapshot1", - "name" : "valueset", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A vocabulary binding reference", - "code" : "valueset", - "base" : ["StructureDefinition"], - "type" : "reference", - "expression" : "StructureDefinition.snapshot.element.binding.valueSet", - "xpath" : "f:StructureDefinition/f:snapshot/f:element/f:binding/f:valueSet", - "xpathUsage" : "normal", - "target" : ["ValueSet"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Subscription-contact", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Subscription-contact", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Subscription-contact", - "version" : "5.0.0-snapshot1", - "name" : "contact", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Contact details for the subscription", - "code" : "contact", - "base" : ["Subscription"], - "type" : "token", - "expression" : "Subscription.contact", - "xpath" : "f:Subscription/f:contact", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Subscription-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Subscription-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Subscription-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A subscription identifier", - "code" : "identifier", - "base" : ["Subscription"], - "type" : "token", - "expression" : "Subscription.identifier", - "xpath" : "f:Subscription/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Subscription-payload", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Subscription-payload", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Subscription-payload", - "version" : "5.0.0-snapshot1", - "name" : "payload", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The mime-type of the notification payload", - "code" : "payload", - "base" : ["Subscription"], - "type" : "token", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Subscription-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Subscription-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Subscription-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The current state of the subscription", - "code" : "status", - "base" : ["Subscription"], - "type" : "token", - "expression" : "Subscription.status", - "xpath" : "f:Subscription/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Subscription-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Subscription-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Subscription-type", - "version" : "5.0.0-snapshot1", - "name" : "type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The type of channel for the sent notifications", - "code" : "type", - "base" : ["Subscription"], - "type" : "token", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Subscription-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Subscription-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Subscription-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The uri that will receive the notifications", - "code" : "url", - "base" : ["Subscription"], - "type" : "uri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubscriptionTopic-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Date status first applied", - "code" : "date", - "base" : ["SubscriptionTopic"], - "type" : "date", - "expression" : "SubscriptionTopic.date", - "xpath" : "f:SubscriptionTopic/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-derived-or-self", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubscriptionTopic-derived-or-self", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-derived-or-self", - "version" : "5.0.0-snapshot1", - "name" : "derived-or-self", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A server defined search that matches either the url or derivedFrom", - "code" : "derived-or-self", - "base" : ["SubscriptionTopic"], - "type" : "uri", - "expression" : "SubscriptionTopic.url | SubscriptionTopic.derivedFrom", - "xpath" : "f:SubscriptionTopic/f:url | f:SubscriptionTopic/f:derivedFrom", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubscriptionTopic-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Business Identifier for SubscriptionTopic", - "code" : "identifier", - "base" : ["SubscriptionTopic"], - "type" : "token", - "expression" : "SubscriptionTopic.identifier", - "xpath" : "f:SubscriptionTopic/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-resource", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubscriptionTopic-resource", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-resource", - "version" : "5.0.0-snapshot1", - "name" : "resource", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Allowed Data type or Resource (reference to definition) for this definition, searches resourceTrigger, eventTrigger, and notificationShape for matches.", - "code" : "resource", - "base" : ["SubscriptionTopic"], - "type" : "uri", - "expression" : "SubscriptionTopic.resourceTrigger.resource", - "xpath" : "f:SubscriptionTopic/f:resourceTrigger/f:resource", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubscriptionTopic-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "draft | active | retired | unknown", - "code" : "status", - "base" : ["SubscriptionTopic"], - "type" : "token", - "expression" : "SubscriptionTopic.status", - "xpath" : "f:SubscriptionTopic/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubscriptionTopic-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Name for this SubscriptionTopic (Human friendly)", - "code" : "title", - "base" : ["SubscriptionTopic"], - "type" : "string", - "expression" : "SubscriptionTopic.title", - "xpath" : "f:SubscriptionTopic/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-trigger-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubscriptionTopic-trigger-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-trigger-description", - "version" : "5.0.0-snapshot1", - "name" : "trigger-description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Text representation of the trigger", - "code" : "trigger-description", - "base" : ["SubscriptionTopic"], - "type" : "string", - "expression" : "SubscriptionTopic.resourceTrigger.description", - "xpath" : "f:SubscriptionTopic/f:resourceTrigger/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubscriptionTopic-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Logical canonical URL to reference this SubscriptionTopic (globally unique)", - "code" : "url", - "base" : ["SubscriptionTopic"], - "type" : "uri", - "expression" : "SubscriptionTopic.url", - "xpath" : "f:SubscriptionTopic/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubscriptionTopic-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Business version of the SubscriptionTopic", - "code" : "version", - "base" : ["SubscriptionTopic"], - "type" : "token", - "expression" : "SubscriptionTopic.version", - "xpath" : "f:SubscriptionTopic/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Substance-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Substance-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Substance-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The category of the substance", - "code" : "category", - "base" : ["Substance"], - "type" : "token", - "expression" : "Substance.category", - "xpath" : "f:Substance/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Substance-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Substance-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Substance-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The code of the substance or ingredient", - "code" : "code", - "base" : ["Substance"], - "type" : "token", - "expression" : "Substance.code.concept | (Substance.ingredient.substance as CodeableConcept)", - "xpath" : "f:Substance/f:code/f:concept | f:Substance/f:ingredient/f:substanceCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Substance-code-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Substance-code-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "draft" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Substance-code-reference", - "version" : "5.0.0-snapshot1", - "name" : "code-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A reference to the defining substance", - "code" : "code-reference", - "base" : ["Substance"], - "type" : "reference", - "expression" : "Substance.code.reference", - "xpath" : "f:Substance/f:code/f:reference", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Substance-expiry", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Substance-expiry", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Substance-expiry", - "version" : "5.0.0-snapshot1", - "name" : "expiry", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Expiry date of package or container of substance", - "code" : "expiry", - "base" : ["Substance"], - "type" : "date", - "expression" : "Substance.expiry", - "xpath" : "f:Substance/f:expiry", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Substance-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Substance-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Substance-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Unique identifier for the substance", - "code" : "identifier", - "base" : ["Substance"], - "type" : "token", - "expression" : "Substance.identifier", - "xpath" : "f:Substance/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Substance-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Substance-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Substance-quantity", - "version" : "5.0.0-snapshot1", - "name" : "quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Amount of substance in the package", - "code" : "quantity", - "base" : ["Substance"], - "type" : "quantity", - "expression" : "Substance.quantity", - "xpath" : "f:Substance/f:quantity", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Substance-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Substance-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Substance-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "active | inactive | entered-in-error", - "code" : "status", - "base" : ["Substance"], - "type" : "token", - "expression" : "Substance.status", - "xpath" : "f:Substance/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Substance-substance-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Substance-substance-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Substance-substance-reference", - "version" : "5.0.0-snapshot1", - "name" : "substance-reference", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "A component of the substance", - "code" : "substance-reference", - "base" : ["Substance"], - "type" : "reference", - "expression" : "(Substance.ingredient.substance as Reference)", - "xpath" : "f:Substance/f:ingredient/f:substanceReference", - "xpathUsage" : "normal", - "target" : ["Substance"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-classification", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubstanceDefinition-classification", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-classification", - "version" : "5.0.0-snapshot1", - "name" : "classification", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "High or low level categorization, e.g. polymer vs. nucleic acid or linear vs. branch chain", - "code" : "classification", - "base" : ["SubstanceDefinition"], - "type" : "token", - "expression" : "SubstanceDefinition.classification", - "xpath" : "f:SubstanceDefinition/f:classification", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubstanceDefinition-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The specific code", - "code" : "code", - "base" : ["SubstanceDefinition"], - "type" : "token", - "expression" : "SubstanceDefinition.code.code", - "xpath" : "f:SubstanceDefinition/f:code/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-domain", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubstanceDefinition-domain", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-domain", - "version" : "5.0.0-snapshot1", - "name" : "domain", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "If the substance applies to only human or veterinary use", - "code" : "domain", - "base" : ["SubstanceDefinition"], - "type" : "token", - "expression" : "SubstanceDefinition.domain", - "xpath" : "f:SubstanceDefinition/f:domain", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubstanceDefinition-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "Identifier by which this substance is known", - "code" : "identifier", - "base" : ["SubstanceDefinition"], - "type" : "token", - "expression" : "SubstanceDefinition.identifier", - "xpath" : "f:SubstanceDefinition/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SubstanceDefinition-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Biomedical Research and Regulation)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm" - }] - }], - "description" : "The actual name", - "code" : "name", - "base" : ["SubstanceDefinition"], - "type" : "string", - "expression" : "SubstanceDefinition.name.name", - "xpath" : "f:SubstanceDefinition/f:name/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SupplyDelivery-receiver", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SupplyDelivery-receiver", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SupplyDelivery-receiver", - "version" : "5.0.0-snapshot1", - "name" : "receiver", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who collected the Supply", - "code" : "receiver", - "base" : ["SupplyDelivery"], - "type" : "reference", - "expression" : "SupplyDelivery.receiver", - "xpath" : "f:SupplyDelivery/f:receiver", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SupplyDelivery-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SupplyDelivery-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SupplyDelivery-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "in-progress | completed | abandoned | entered-in-error", - "code" : "status", - "base" : ["SupplyDelivery"], - "type" : "token", - "expression" : "SupplyDelivery.status", - "xpath" : "f:SupplyDelivery/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SupplyDelivery-supplier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SupplyDelivery-supplier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SupplyDelivery-supplier", - "version" : "5.0.0-snapshot1", - "name" : "supplier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Dispenser", - "code" : "supplier", - "base" : ["SupplyDelivery"], - "type" : "reference", - "expression" : "SupplyDelivery.supplier", - "xpath" : "f:SupplyDelivery/f:supplier", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SupplyRequest-category", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SupplyRequest-category", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SupplyRequest-category", - "version" : "5.0.0-snapshot1", - "name" : "category", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The kind of supply (central, non-stock, etc.)", - "code" : "category", - "base" : ["SupplyRequest"], - "type" : "token", - "expression" : "SupplyRequest.category", - "xpath" : "f:SupplyRequest/f:category", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SupplyRequest-requester", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SupplyRequest-requester", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SupplyRequest-requester", - "version" : "5.0.0-snapshot1", - "name" : "requester", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Individual making the request", - "code" : "requester", - "base" : ["SupplyRequest"], - "type" : "reference", - "expression" : "SupplyRequest.requester", - "xpath" : "f:SupplyRequest/f:requester", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SupplyRequest-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SupplyRequest-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SupplyRequest-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "draft | active | suspended +", - "code" : "status", - "base" : ["SupplyRequest"], - "type" : "token", - "expression" : "SupplyRequest.status", - "xpath" : "f:SupplyRequest/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SupplyRequest-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SupplyRequest-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SupplyRequest-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "The destination of the supply", - "code" : "subject", - "base" : ["SupplyRequest"], - "type" : "reference", - "expression" : "SupplyRequest.deliverTo", - "xpath" : "f:SupplyRequest/f:deliverTo", - "xpathUsage" : "normal", - "target" : ["Organization", - "Patient", - "Location"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "SupplyRequest-supplier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier", - "version" : "5.0.0-snapshot1", - "name" : "supplier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Who is intended to fulfill the request", - "code" : "supplier", - "base" : ["SupplyRequest"], - "type" : "reference", - "expression" : "SupplyRequest.supplier", - "xpath" : "f:SupplyRequest/f:supplier", - "xpathUsage" : "normal", - "target" : ["Organization", - "HealthcareService"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-authored-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-authored-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-authored-on", - "version" : "5.0.0-snapshot1", - "name" : "authored-on", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by creation date", - "code" : "authored-on", - "base" : ["Task"], - "type" : "date", - "expression" : "Task.authoredOn", - "xpath" : "f:Task/f:authoredOn", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-based-on", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-based-on", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-based-on", - "version" : "5.0.0-snapshot1", - "name" : "based-on", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by requests this task is based on", - "code" : "based-on", - "base" : ["Task"], - "type" : "reference", - "expression" : "Task.basedOn", - "xpath" : "f:Task/f:basedOn", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-business-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-business-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-business-status", - "version" : "5.0.0-snapshot1", - "name" : "business-status", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by business status", - "code" : "business-status", - "base" : ["Task"], - "type" : "token", - "expression" : "Task.businessStatus", - "xpath" : "f:Task/f:businessStatus", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by task code", - "code" : "code", - "base" : ["Task"], - "type" : "token", - "expression" : "Task.code", - "xpath" : "f:Task/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-encounter", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-encounter", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-encounter", - "version" : "5.0.0-snapshot1", - "name" : "encounter", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by encounter", - "code" : "encounter", - "base" : ["Task"], - "type" : "reference", - "expression" : "Task.encounter", - "xpath" : "f:Task/f:encounter", - "xpathUsage" : "normal", - "target" : ["Encounter"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-focus", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-focus", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-focus", - "version" : "5.0.0-snapshot1", - "name" : "focus", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by task focus", - "code" : "focus", - "base" : ["Task"], - "type" : "reference", - "expression" : "Task.focus", - "xpath" : "f:Task/f:focus", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-group-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-group-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-group-identifier", - "version" : "5.0.0-snapshot1", - "name" : "group-identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by group identifier", - "code" : "group-identifier", - "base" : ["Task"], - "type" : "token", - "expression" : "Task.groupIdentifier", - "xpath" : "f:Task/f:groupIdentifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search for a task instance by its business identifier", - "code" : "identifier", - "base" : ["Task"], - "type" : "token", - "expression" : "Task.identifier", - "xpath" : "f:Task/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-intent", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-intent", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-intent", - "version" : "5.0.0-snapshot1", - "name" : "intent", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by task intent", - "code" : "intent", - "base" : ["Task"], - "type" : "token", - "expression" : "Task.intent", - "xpath" : "f:Task/f:intent", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-modified", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-modified", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-modified", - "version" : "5.0.0-snapshot1", - "name" : "modified", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by last modification date", - "code" : "modified", - "base" : ["Task"], - "type" : "date", - "expression" : "Task.lastModified", - "xpath" : "f:Task/f:lastModified", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-owner", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-owner", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-owner", - "version" : "5.0.0-snapshot1", - "name" : "owner", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by task owner", - "code" : "owner", - "base" : ["Task"], - "type" : "reference", - "expression" : "Task.owner", - "xpath" : "f:Task/f:owner", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "CareTeam", - "Device", - "Patient", - "HealthcareService", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-part-of", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-part-of", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-part-of", - "version" : "5.0.0-snapshot1", - "name" : "part-of", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by task this task is part of", - "code" : "part-of", - "base" : ["Task"], - "type" : "reference", - "expression" : "Task.partOf", - "xpath" : "f:Task/f:partOf", - "xpathUsage" : "normal", - "target" : ["Task"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-patient", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-patient", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-patient", - "version" : "5.0.0-snapshot1", - "name" : "patient", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by patient", - "code" : "patient", - "base" : ["Task"], - "type" : "reference", - "expression" : "Task.for.where(resolve() is Patient)", - "xpath" : "f:Task/f:for", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-performer", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-performer", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-performer", - "version" : "5.0.0-snapshot1", - "name" : "performer", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by recommended type of performer (e.g., Requester, Performer, Scheduler).", - "code" : "performer", - "base" : ["Task"], - "type" : "token", - "expression" : "Task.performerType", - "xpath" : "f:Task/f:performerType", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-period", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-period", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-period", - "version" : "5.0.0-snapshot1", - "name" : "period", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by period Task is/was underway", - "code" : "period", - "base" : ["Task"], - "type" : "date", - "expression" : "Task.executionPeriod", - "xpath" : "f:Task/f:executionPeriod", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-priority", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-priority", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-priority", - "version" : "5.0.0-snapshot1", - "name" : "priority", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by task priority", - "code" : "priority", - "base" : ["Task"], - "type" : "token", - "expression" : "Task.priority", - "xpath" : "f:Task/f:priority", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-requester", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-requester", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-requester", - "version" : "5.0.0-snapshot1", - "name" : "requester", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by task requester", - "code" : "requester", - "base" : ["Task"], - "type" : "reference", - "expression" : "Task.requester", - "xpath" : "f:Task/f:requester", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "Organization", - "Device", - "Patient", - "PractitionerRole", - "RelatedPerson"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by task status", - "code" : "status", - "base" : ["Task"], - "type" : "token", - "expression" : "Task.status", - "xpath" : "f:Task/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-subject", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "Task-subject", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/Task-subject", - "version" : "5.0.0-snapshot1", - "name" : "subject", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Orders and Observations)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/orders/index.cfm" - }] - }], - "description" : "Search by subject", - "code" : "subject", - "base" : ["Task"], - "type" : "reference", - "expression" : "Task.for", - "xpath" : "f:Task/f:for", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestReport-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestReport-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestReport-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "An external identifier for the test report", - "code" : "identifier", - "base" : ["TestReport"], - "type" : "token", - "expression" : "TestReport.identifier", - "xpath" : "f:TestReport/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestReport-issued", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestReport-issued", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestReport-issued", - "version" : "5.0.0-snapshot1", - "name" : "issued", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The test report generation date", - "code" : "issued", - "base" : ["TestReport"], - "type" : "date", - "expression" : "TestReport.issued", - "xpath" : "f:TestReport/f:issued", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestReport-participant", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestReport-participant", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestReport-participant", - "version" : "5.0.0-snapshot1", - "name" : "participant", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The reference to a participant in the test execution", - "code" : "participant", - "base" : ["TestReport"], - "type" : "uri", - "expression" : "TestReport.participant.uri", - "xpath" : "f:TestReport/f:participant/f:uri", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestReport-result", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestReport-result", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestReport-result", - "version" : "5.0.0-snapshot1", - "name" : "result", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The result disposition of the test execution", - "code" : "result", - "base" : ["TestReport"], - "type" : "token", - "expression" : "TestReport.result", - "xpath" : "f:TestReport/f:result", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestReport-tester", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestReport-tester", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestReport-tester", - "version" : "5.0.0-snapshot1", - "name" : "tester", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The name of the testing organization", - "code" : "tester", - "base" : ["TestReport"], - "type" : "string", - "expression" : "TestReport.tester", - "xpath" : "f:TestReport/f:tester", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestReport-testscript", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestReport-testscript", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestReport-testscript", - "version" : "5.0.0-snapshot1", - "name" : "testscript", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The test script executed to produce this report", - "code" : "testscript", - "base" : ["TestReport"], - "type" : "reference", - "expression" : "TestReport.testScript", - "xpath" : "f:TestReport/f:testScript", - "xpathUsage" : "normal", - "target" : ["TestScript"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-context", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-context", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-context", - "version" : "5.0.0-snapshot1", - "name" : "context", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context assigned to the test script", - "code" : "context", - "base" : ["TestScript"], - "type" : "token", - "expression" : "(TestScript.useContext.value as CodeableConcept)", - "xpath" : "f:TestScript/f:useContext/f:valueCodeableConcept", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-context-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-context-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-context-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A quantity- or range-valued use context assigned to the test script", - "code" : "context-quantity", - "base" : ["TestScript"], - "type" : "quantity", - "expression" : "(TestScript.useContext.value as Quantity) | (TestScript.useContext.value as Range)", - "xpath" : "f:TestScript/f:useContext/f:valueQuantity | f:TestScript/f:useContext/f:valueRange", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-context-type", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-context-type", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-context-type", - "version" : "5.0.0-snapshot1", - "name" : "context-type", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A type of use context assigned to the test script", - "code" : "context-type", - "base" : ["TestScript"], - "type" : "token", - "expression" : "TestScript.useContext.code", - "xpath" : "f:TestScript/f:useContext/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-date", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-date", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-date", - "version" : "5.0.0-snapshot1", - "name" : "date", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The test script publication date", - "code" : "date", - "base" : ["TestScript"], - "type" : "date", - "expression" : "TestScript.date", - "xpath" : "f:TestScript/f:date", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-description", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-description", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-description", - "version" : "5.0.0-snapshot1", - "name" : "description", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The description of the test script", - "code" : "description", - "base" : ["TestScript"], - "type" : "string", - "expression" : "TestScript.description", - "xpath" : "f:TestScript/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-identifier", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-identifier", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-identifier", - "version" : "5.0.0-snapshot1", - "name" : "identifier", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "External identifier for the test script", - "code" : "identifier", - "base" : ["TestScript"], - "type" : "token", - "expression" : "TestScript.identifier", - "xpath" : "f:TestScript/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-jurisdiction", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-jurisdiction", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-jurisdiction", - "version" : "5.0.0-snapshot1", - "name" : "jurisdiction", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Intended jurisdiction for the test script", - "code" : "jurisdiction", - "base" : ["TestScript"], - "type" : "token", - "expression" : "TestScript.jurisdiction", - "xpath" : "f:TestScript/f:jurisdiction", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-name", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-name", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-name", - "version" : "5.0.0-snapshot1", - "name" : "name", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Computationally friendly name of the test script", - "code" : "name", - "base" : ["TestScript"], - "type" : "string", - "expression" : "TestScript.name", - "xpath" : "f:TestScript/f:name", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-publisher", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-publisher", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-publisher", - "version" : "5.0.0-snapshot1", - "name" : "publisher", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "Name of the publisher of the test script", - "code" : "publisher", - "base" : ["TestScript"], - "type" : "string", - "expression" : "TestScript.publisher", - "xpath" : "f:TestScript/f:publisher", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-scope-artifact", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact", - "version" : "5.0.0-snapshot1", - "name" : "scope-artifact", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The artifact under test", - "code" : "scope-artifact", - "base" : ["TestScript"], - "type" : "reference", - "expression" : "TestScript.scope.artifact", - "xpath" : "f:TestScript/f:scope/f:artifact", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The current status of the test script", - "code" : "status", - "base" : ["TestScript"], - "type" : "token", - "expression" : "TestScript.status", - "xpath" : "f:TestScript/f:status", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-testscript-capability", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability", - "version" : "5.0.0-snapshot1", - "name" : "testscript-capability", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "TestScript required and validated capability", - "code" : "testscript-capability", - "base" : ["TestScript"], - "type" : "string", - "expression" : "TestScript.metadata.capability.description", - "xpath" : "f:TestScript/f:metadata/f:capability/f:description", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-title", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-title", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-title", - "version" : "5.0.0-snapshot1", - "name" : "title", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The human-friendly name of the test script", - "code" : "title", - "base" : ["TestScript"], - "type" : "string", - "expression" : "TestScript.title", - "xpath" : "f:TestScript/f:title", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-url", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-url", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-url", - "version" : "5.0.0-snapshot1", - "name" : "url", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The uri that identifies the test script", - "code" : "url", - "base" : ["TestScript"], - "type" : "uri", - "expression" : "TestScript.url", - "xpath" : "f:TestScript/f:url", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-version", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-version", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-version", - "version" : "5.0.0-snapshot1", - "name" : "version", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The business version of the test script", - "code" : "version", - "base" : ["TestScript"], - "type" : "token", - "expression" : "TestScript.version", - "xpath" : "f:TestScript/f:version", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-context-type-quantity", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-context-type-quantity", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-context-type-quantity", - "version" : "5.0.0-snapshot1", - "name" : "context-type-quantity", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context type and quantity- or range-based value assigned to the test script", - "code" : "context-type-quantity", - "base" : ["TestScript"], - "type" : "composite", - "expression" : "TestScript.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/TestScript-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/TestScript-context-quantity", - "expression" : "value.as(Quantity) | value.as(Range)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-context-type-value", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-context-type-value", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-context-type-value", - "version" : "5.0.0-snapshot1", - "name" : "context-type-value", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "A use context type and value assigned to the test script", - "code" : "context-type-value", - "base" : ["TestScript"], - "type" : "composite", - "expression" : "TestScript.useContext", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/TestScript-context-type", - "expression" : "code" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/TestScript-context", - "expression" : "value.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-conformance", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-scope-artifact-conformance", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-conformance", - "version" : "5.0.0-snapshot1", - "name" : "scope-artifact-conformance", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The artifact under test and conformance testing expectation", - "code" : "scope-artifact-conformance", - "base" : ["TestScript"], - "type" : "composite", - "expression" : "TestScript.scope", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/TestScript-artifact", - "expression" : "artifact" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/TestScript-conformance", - "expression" : "conformance.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-phase", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "TestScript-scope-artifact-phase", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-phase", - "version" : "5.0.0-snapshot1", - "name" : "scope-artifact-phase", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (FHIR Infrastructure)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm" - }] - }], - "description" : "The artifact under test and phase of testing", - "code" : "scope-artifact-phase", - "base" : ["TestScript"], - "type" : "composite", - "expression" : "TestScript.scope", - "xpathUsage" : "normal", - "multipleOr" : false, - "component" : [{ - "definition" : "http://hl7.org/fhir/SearchParameter/TestScript-artifact", - "expression" : "artifact" - }, - { - "definition" : "http://hl7.org/fhir/SearchParameter/TestScript-phase", - "expression" : "phase.as(CodeableConcept)" - }] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ValueSet-code", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ValueSet-code", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ValueSet-code", - "version" : "5.0.0-snapshot1", - "name" : "code", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "This special parameter searches for codes in the value set. See additional notes on the ValueSet resource", - "code" : "code", - "base" : ["ValueSet"], - "type" : "token", - "expression" : "ValueSet.expansion.contains.code | ValueSet.compose.include.concept.code", - "xpath" : "f:ValueSet/f:expansion/f:contains/f:code | f:ValueSet/f:compose/f:include/f:concept/f:code", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ValueSet-expansion", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ValueSet-expansion", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ValueSet-expansion", - "version" : "5.0.0-snapshot1", - "name" : "expansion", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "Identifies the value set expansion (business identifier)", - "code" : "expansion", - "base" : ["ValueSet"], - "type" : "uri", - "expression" : "ValueSet.expansion.identifier", - "xpath" : "f:ValueSet/f:expansion/f:identifier", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/ValueSet-reference", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "ValueSet-reference", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/ValueSet-reference", - "version" : "5.0.0-snapshot1", - "name" : "reference", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Vocabulary)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm" - }] - }], - "description" : "A code system included or excluded in the value set or an imported value set", - "code" : "reference", - "base" : ["ValueSet"], - "type" : "uri", - "expression" : "ValueSet.compose.include.system", - "xpath" : "f:ValueSet/f:compose/f:include/f:system", - "xpathUsage" : "normal" - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/VerificationResult-target", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "VerificationResult-target", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/VerificationResult-target", - "version" : "5.0.0-snapshot1", - "name" : "target", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Patient Administration)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm" - }] - }], - "description" : "A resource that was validated", - "code" : "target", - "base" : ["VerificationResult"], - "type" : "reference", - "expression" : "VerificationResult.target", - "xpath" : "f:VerificationResult/f:target", - "xpathUsage" : "normal", - "target" : ["Account", - "ActivityDefinition", - "AdministrableProductDefinition", - "AdverseEvent", - "AllergyIntolerance", - "Appointment", - "AppointmentResponse", - "ArtifactAssessment", - "AuditEvent", - "Basic", - "Binary", - "BiologicallyDerivedProduct", - "BodyStructure", - "Bundle", - "CapabilityStatement", - "CapabilityStatement2", - "CarePlan", - "CareTeam", - "ChargeItem", - "ChargeItemDefinition", - "Citation", - "Claim", - "ClaimResponse", - "ClinicalImpression", - "ClinicalUseDefinition", - "ClinicalUseIssue", - "CodeSystem", - "Communication", - "CommunicationRequest", - "CompartmentDefinition", - "Composition", - "ConceptMap", - "ConceptMap2", - "Condition", - "ConditionDefinition", - "Consent", - "Contract", - "Coverage", - "CoverageEligibilityRequest", - "CoverageEligibilityResponse", - "DetectedIssue", - "Device", - "DeviceDefinition", - "DeviceDispense", - "DeviceMetric", - "DeviceRequest", - "DeviceUsage", - "DiagnosticReport", - "DocumentManifest", - "DocumentReference", - "Encounter", - "Endpoint", - "EnrollmentRequest", - "EnrollmentResponse", - "EpisodeOfCare", - "EventDefinition", - "Evidence", - "EvidenceReport", - "EvidenceVariable", - "ExampleScenario", - "ExplanationOfBenefit", - "FamilyMemberHistory", - "Flag", - "Goal", - "GraphDefinition", - "Group", - "GuidanceResponse", - "HealthcareService", - "ImagingSelection", - "ImagingStudy", - "Immunization", - "ImmunizationEvaluation", - "ImmunizationRecommendation", - "ImplementationGuide", - "Ingredient", - "InsurancePlan", - "InventoryReport", - "Invoice", - "Library", - "Linkage", - "List", - "Location", - "ManufacturedItemDefinition", - "Measure", - "MeasureReport", - "Medication", - "MedicationAdministration", - "MedicationDispense", - "MedicationKnowledge", - "MedicationRequest", - "MedicationUsage", - "MedicinalProductDefinition", - "MessageDefinition", - "MessageHeader", - "MolecularSequence", - "NamingSystem", - "NutritionIntake", - "NutritionOrder", - "NutritionProduct", - "Observation", - "ObservationDefinition", - "OperationDefinition", - "OperationOutcome", - "Organization", - "OrganizationAffiliation", - "PackagedProductDefinition", - "Patient", - "PaymentNotice", - "PaymentReconciliation", - "Permission", - "Person", - "PlanDefinition", - "Practitioner", - "PractitionerRole", - "Procedure", - "Provenance", - "Questionnaire", - "QuestionnaireResponse", - "RegulatedAuthorization", - "RelatedPerson", - "RequestGroup", - "ResearchStudy", - "ResearchSubject", - "RiskAssessment", - "Schedule", - "SearchParameter", - "ServiceRequest", - "Slot", - "Specimen", - "SpecimenDefinition", - "StructureDefinition", - "StructureMap", - "Subscription", - "SubscriptionStatus", - "SubscriptionTopic", - "Substance", - "SubstanceDefinition", - "SubstanceNucleicAcid", - "SubstancePolymer", - "SubstanceProtein", - "SubstanceReferenceInformation", - "SubstanceSourceMaterial", - "SupplyDelivery", - "SupplyRequest", - "Task", - "TerminologyCapabilities", - "TestReport", - "TestScript", - "ValueSet", - "VerificationResult", - "VisionPrescription"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/VisionPrescription-datewritten", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "VisionPrescription-datewritten", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/VisionPrescription-datewritten", - "version" : "5.0.0-snapshot1", - "name" : "datewritten", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Return prescriptions written on this date", - "code" : "datewritten", - "base" : ["VisionPrescription"], - "type" : "date", - "expression" : "VisionPrescription.dateWritten", - "xpath" : "f:VisionPrescription/f:dateWritten", - "xpathUsage" : "normal", - "comparator" : ["eq", - "ne", - "gt", - "ge", - "lt", - "le", - "sa", - "eb", - "ap"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/VisionPrescription-prescriber", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "VisionPrescription-prescriber", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "trial-use" - }], - "url" : "http://hl7.org/fhir/SearchParameter/VisionPrescription-prescriber", - "version" : "5.0.0-snapshot1", - "name" : "prescriber", - "status" : "draft", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "Who authorized the vision prescription", - "code" : "prescriber", - "base" : ["VisionPrescription"], - "type" : "reference", - "expression" : "VisionPrescription.prescriber", - "xpath" : "f:VisionPrescription/f:prescriber", - "xpathUsage" : "normal", - "target" : ["Practitioner", - "PractitionerRole"] - } - }, - { - "fullUrl" : "http://hl7.org/fhir/SearchParameter/VisionPrescription-status", - "resource" : { - "resourceType" : "SearchParameter", - "id" : "VisionPrescription-status", - "extension" : [{ - "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode" : "normative" - }], - "url" : "http://hl7.org/fhir/SearchParameter/VisionPrescription-status", - "version" : "5.0.0-snapshot1", - "name" : "status", - "status" : "active", - "experimental" : false, - "date" : "2021-12-19T08:15:41+11:00", - "publisher" : "Health Level Seven International (Financial Management)", - "contact" : [{ - "telecom" : [{ - "system" : "url", - "value" : "http://hl7.org/fhir" - }] - }, - { - "telecom" : [{ - "system" : "url", - "value" : "http://www.hl7.org/Special/committees/fm/index.cfm" - }] - }], - "description" : "The status of the vision prescription", - "code" : "status", - "base" : ["VisionPrescription"], - "type" : "token", - "expression" : "VisionPrescription.status", - "xpath" : "f:VisionPrescription/f:status", - "xpathUsage" : "normal" - } - }] + "resourceType": "Bundle", + "id": "searchParams", + "meta": { + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "type": "collection", + "entry": [ + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DomainResource-text", + "resource": { + "resourceType": "SearchParameter", + "id": "DomainResource-text", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DomainResource-text", + "version": "5.0.0", + "name": "_text", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Search on the narrative of the resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_text", + "base": [ + "DomainResource" + ], + "type": "special", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-content", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-content", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-content", + "version": "5.0.0", + "name": "_content", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Search on the entire content of the resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_content", + "base": [ + "Resource" + ], + "type": "special", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-filter", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-filter", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-filter", + "version": "5.0.0", + "name": "_filter", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Filter search parameter which supports a more sophisticated grammar for searching. See [documentation](search_filter.html) for further details", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_filter", + "base": [ + "Resource" + ], + "type": "special" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-has", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-has", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-has", + "version": "5.0.0", + "name": "_has", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Provides limited support for reverse chaining - that is, selecting resources based on the properties of resources that refer to them (instead of chaining where resources can be selected based on the properties of resources that they refer to). See the FHIR search page for further documentation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_has", + "base": [ + "Resource" + ], + "type": "special", + "processingMode": "other" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-id", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-id", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-id", + "version": "5.0.0", + "name": "_id", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Logical id of this artifact", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_id", + "base": [ + "Resource" + ], + "type": "token", + "expression": "Resource.id", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-in", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-in", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-in", + "version": "5.0.0", + "name": "_in", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Allows for the retrieval of resources that are active members of a CareTeam, Group, or List", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_in", + "base": [ + "Resource" + ], + "type": "reference", + "expression": "Resource.id", + "processingMode": "other" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-language", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-language", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-language", + "version": "5.0.0", + "name": "_language", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Language of the resource content", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_language", + "base": [ + "Resource" + ], + "type": "token", + "expression": "Resource.language", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-lastUpdated", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated", + "version": "5.0.0", + "name": "_lastUpdated", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "When the resource version last changed", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_lastUpdated", + "base": [ + "Resource" + ], + "type": "date", + "expression": "Resource.meta.lastUpdated", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-list", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-list", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-list", + "version": "5.0.0", + "name": "_list", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Allows for the retrieval of resources that are referenced by a List resource or by one of the pre-defined functional lists", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_list", + "base": [ + "Resource" + ], + "type": "special", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "version": "5.0.0", + "name": "_profile", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Profiles this resource claims to conform to", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_profile", + "base": [ + "Resource" + ], + "type": "reference", + "expression": "Resource.meta.profile", + "processingMode": "normal", + "target": [ + "StructureDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-query", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-query", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-query", + "version": "5.0.0", + "name": "_query", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A custom search profile that describes a specific defined query operation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_query", + "base": [ + "Resource" + ], + "type": "special", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-security", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-security", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-security", + "version": "5.0.0", + "name": "_security", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Security Labels applied to this resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_security", + "base": [ + "Resource" + ], + "type": "token", + "expression": "Resource.meta.security", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-source", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-source", + "version": "5.0.0", + "name": "_source", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Identifies where the resource comes from", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_source", + "base": [ + "Resource" + ], + "type": "uri", + "expression": "Resource.meta.source", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-tag", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-tag", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-tag", + "version": "5.0.0", + "name": "_tag", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Tags applied to this resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_tag", + "base": [ + "Resource" + ], + "type": "token", + "expression": "Resource.meta.tag", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-text", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-text", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-text", + "version": "5.0.0", + "name": "_text", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Text search against the narrative", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_text", + "base": [ + "Resource" + ], + "type": "string", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-type", + "version": "5.0.0", + "name": "_type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A resource type filter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_type", + "base": [ + "Resource" + ], + "type": "special", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Account-guarantor", + "resource": { + "resourceType": "SearchParameter", + "id": "Account-guarantor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Account-guarantor", + "version": "5.0.0", + "name": "guarantor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The parties ultimately responsible for balancing the Account", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "guarantor", + "base": [ + "Account" + ], + "type": "reference", + "expression": "Account.guarantor.party", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/clinical-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "clinical-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/clinical-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Account](account.html): Account number\r\n* [AdverseEvent](adverseevent.html): Business identifier for the event\r\n* [AllergyIntolerance](allergyintolerance.html): External ids for this item\r\n* [Appointment](appointment.html): An Identifier of the Appointment\r\n* [AppointmentResponse](appointmentresponse.html): An Identifier in this appointment response\r\n* [Basic](basic.html): Business identifier\r\n* [BodyStructure](bodystructure.html): Bodystructure identifier\r\n* [CarePlan](careplan.html): External Ids for this plan\r\n* [CareTeam](careteam.html): External Ids for this team\r\n* [ChargeItem](chargeitem.html): Business Identifier for item\r\n* [Claim](claim.html): The primary identifier of the financial resource\r\n* [ClaimResponse](claimresponse.html): The identity of the ClaimResponse\r\n* [ClinicalImpression](clinicalimpression.html): Business identifier\r\n* [Communication](communication.html): Unique identifier\r\n* [CommunicationRequest](communicationrequest.html): Unique identifier\r\n* [Composition](composition.html): Version-independent identifier for the Composition\r\n* [Condition](condition.html): A unique identifier of the condition record\r\n* [Consent](consent.html): Identifier for this record (external references)\r\n* [Contract](contract.html): The identity of the contract\r\n* [Coverage](coverage.html): The primary identifier of the insured and the coverage\r\n* [CoverageEligibilityRequest](coverageeligibilityrequest.html): The business identifier of the Eligibility\r\n* [CoverageEligibilityResponse](coverageeligibilityresponse.html): The business identifier\r\n* [DetectedIssue](detectedissue.html): Unique id for the detected issue\r\n* [DeviceRequest](devicerequest.html): Business identifier for request/order\r\n* [DeviceUsage](deviceusage.html): Search by identifier\r\n* [DiagnosticReport](diagnosticreport.html): An identifier for the report\r\n* [DocumentReference](documentreference.html): Identifier of the attachment binary\r\n* [Encounter](encounter.html): Identifier(s) by which this encounter is known\r\n* [EnrollmentRequest](enrollmentrequest.html): The business identifier of the Enrollment\r\n* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare\r\n* [ExplanationOfBenefit](explanationofbenefit.html): The business identifier of the Explanation of Benefit\r\n* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier\r\n* [Flag](flag.html): Business identifier\r\n* [Goal](goal.html): External Ids for this goal\r\n* [GuidanceResponse](guidanceresponse.html): The identifier of the guidance response\r\n* [ImagingSelection](imagingselection.html): Identifiers for the imaging selection\r\n* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID\r\n* [Immunization](immunization.html): Business identifier\r\n* [ImmunizationEvaluation](immunizationevaluation.html): ID of the evaluation\r\n* [ImmunizationRecommendation](immunizationrecommendation.html): Business identifier\r\n* [Invoice](invoice.html): Business Identifier for item\r\n* [List](list.html): Business identifier\r\n* [MeasureReport](measurereport.html): External identifier of the measure report to be returned\r\n* [Medication](medication.html): Returns medications with this external identifier\r\n* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier\r\n* [MedicationStatement](medicationstatement.html): Return statements with this external identifier\r\n* [MolecularSequence](molecularsequence.html): The unique identity for a particular sequence\r\n* [NutritionIntake](nutritionintake.html): Return statements with this external identifier\r\n* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier\r\n* [Observation](observation.html): The unique id for a particular observation\r\n* [Person](person.html): A person Identifier\r\n* [Procedure](procedure.html): A unique identifier for a procedure\r\n* [QuestionnaireResponse](questionnaireresponse.html): The unique identifier for the questionnaire response\r\n* [RelatedPerson](relatedperson.html): An Identifier of the RelatedPerson\r\n* [RequestOrchestration](requestorchestration.html): External identifiers for the request orchestration\r\n* [ResearchSubject](researchsubject.html): Business Identifier for research subject in a study\r\n* [RiskAssessment](riskassessment.html): Unique identifier for the assessment\r\n* [ServiceRequest](servicerequest.html): Identifiers assigned to this order\r\n* [Specimen](specimen.html): The unique identifier associated with the specimen\r\n* [SupplyDelivery](supplydelivery.html): External identifier\r\n* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest\r\n* [Task](task.html): Search for a task instance by its business identifier\r\n* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Account", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "Basic", + "BodyStructure", + "CarePlan", + "CareTeam", + "ChargeItem", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "Communication", + "CommunicationRequest", + "Composition", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EnrollmentRequest", + "EpisodeOfCare", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GuidanceResponse", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "Invoice", + "List", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement", + "MolecularSequence", + "NutritionIntake", + "NutritionOrder", + "Observation", + "Person", + "Procedure", + "QuestionnaireResponse", + "RelatedPerson", + "RequestOrchestration", + "ResearchSubject", + "RiskAssessment", + "ServiceRequest", + "Specimen", + "SupplyDelivery", + "SupplyRequest", + "Task", + "VisionPrescription" + ], + "_base": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null + ], + "type": "token", + "expression": "Account.identifier | AdverseEvent.identifier | AllergyIntolerance.identifier | Appointment.identifier | AppointmentResponse.identifier | Basic.identifier | BodyStructure.identifier | CarePlan.identifier | CareTeam.identifier | ChargeItem.identifier | Claim.identifier | ClaimResponse.identifier | ClinicalImpression.identifier | Communication.identifier | CommunicationRequest.identifier | Composition.identifier | Condition.identifier | Consent.identifier | Contract.identifier | Coverage.identifier | CoverageEligibilityRequest.identifier | CoverageEligibilityResponse.identifier | DetectedIssue.identifier | DeviceRequest.identifier | DeviceUsage.identifier | DiagnosticReport.identifier | DocumentReference.identifier | Encounter.identifier | EnrollmentRequest.identifier | EpisodeOfCare.identifier | ExplanationOfBenefit.identifier | FamilyMemberHistory.identifier | Flag.identifier | Goal.identifier | GuidanceResponse.identifier | ImagingSelection.identifier | ImagingStudy.identifier | Immunization.identifier | ImmunizationEvaluation.identifier | ImmunizationRecommendation.identifier | Invoice.identifier | List.identifier | MeasureReport.identifier | Medication.identifier | MedicationAdministration.identifier | MedicationDispense.identifier | MedicationRequest.identifier | MedicationStatement.identifier | MolecularSequence.identifier | NutritionIntake.identifier | NutritionOrder.identifier | Observation.identifier | Person.identifier | Procedure.identifier | QuestionnaireResponse.identifier | RelatedPerson.identifier | RequestOrchestration.identifier | ResearchSubject.identifier | RiskAssessment.identifier | ServiceRequest.identifier | Specimen.identifier | SupplyDelivery.identifier | SupplyRequest.identifier | Task.identifier | VisionPrescription.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Account-name", + "resource": { + "resourceType": "SearchParameter", + "id": "Account-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Account-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Human-readable label", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "Account" + ], + "type": "string", + "expression": "Account.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Account-owner", + "resource": { + "resourceType": "SearchParameter", + "id": "Account-owner", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Account-owner", + "version": "5.0.0", + "name": "owner", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Entity managing the Account", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "owner", + "base": [ + "Account" + ], + "type": "reference", + "expression": "Account.owner", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "resource": { + "resourceType": "SearchParameter", + "id": "clinical-patient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "version": "5.0.0", + "name": "patient", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Account](account.html): The entity that caused the expenses\r\n* [AdverseEvent](adverseevent.html): Subject impacted by event\r\n* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for\r\n* [Appointment](appointment.html): One of the individuals of the appointment is this patient\r\n* [AppointmentResponse](appointmentresponse.html): This Response is for this Patient\r\n* [AuditEvent](auditevent.html): Where the activity involved patient data\r\n* [Basic](basic.html): Identifies the focus of this resource\r\n* [BodyStructure](bodystructure.html): Who this is about\r\n* [CarePlan](careplan.html): Who the care plan is for\r\n* [CareTeam](careteam.html): Who care team is for\r\n* [ChargeItem](chargeitem.html): Individual service was done for/to\r\n* [Claim](claim.html): Patient receiving the products or services\r\n* [ClaimResponse](claimresponse.html): The subject of care\r\n* [ClinicalImpression](clinicalimpression.html): Patient assessed\r\n* [Communication](communication.html): Focus of message\r\n* [CommunicationRequest](communicationrequest.html): Focus of message\r\n* [Composition](composition.html): Who and/or what the composition is about\r\n* [Condition](condition.html): Who has the condition?\r\n* [Consent](consent.html): Who the consent applies to\r\n* [Contract](contract.html): The identity of the subject of the contract (if a patient)\r\n* [Coverage](coverage.html): Retrieve coverages for a patient\r\n* [CoverageEligibilityRequest](coverageeligibilityrequest.html): The reference to the patient\r\n* [CoverageEligibilityResponse](coverageeligibilityresponse.html): The reference to the patient\r\n* [DetectedIssue](detectedissue.html): Associated patient\r\n* [DeviceRequest](devicerequest.html): Individual the service is ordered for\r\n* [DeviceUsage](deviceusage.html): Search by patient who used / uses the device\r\n* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentReference](documentreference.html): Who/what is the subject of the document\r\n* [Encounter](encounter.html): The patient present at the encounter\r\n* [EnrollmentRequest](enrollmentrequest.html): The party to be enrolled\r\n* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care\r\n* [ExplanationOfBenefit](explanationofbenefit.html): The reference to the patient\r\n* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](flag.html): The identity of a subject to list flags for\r\n* [Goal](goal.html): Who this goal is intended for\r\n* [GuidanceResponse](guidanceresponse.html): The identity of a patient to search for guidance response results\r\n* [ImagingSelection](imagingselection.html): Who the study is about\r\n* [ImagingStudy](imagingstudy.html): Who the study is about\r\n* [Immunization](immunization.html): The patient for the vaccination record\r\n* [ImmunizationEvaluation](immunizationevaluation.html): The patient being evaluated\r\n* [ImmunizationRecommendation](immunizationrecommendation.html): Who this profile is for\r\n* [Invoice](invoice.html): Recipient(s) of goods and services\r\n* [List](list.html): If all resources have the same subject\r\n* [MeasureReport](measurereport.html): The identity of a patient to search for individual measure report results for\r\n* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for\r\n* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for\r\n* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.\r\n* [MolecularSequence](molecularsequence.html): The subject that the sequence is about\r\n* [NutritionIntake](nutritionintake.html): Returns statements for a specific patient.\r\n* [NutritionOrder](nutritionorder.html): The identity of the individual or set of individuals who requires the diet, formula or nutritional supplement\r\n* [Observation](observation.html): The subject that the observation is about (if patient)\r\n* [Person](person.html): The Person links to this Patient\r\n* [Procedure](procedure.html): Search by subject - a patient\r\n* [Provenance](provenance.html): Where the activity involved patient data\r\n* [QuestionnaireResponse](questionnaireresponse.html): The patient that is the subject of the questionnaire response\r\n* [RelatedPerson](relatedperson.html): The patient this related person is related to\r\n* [RequestOrchestration](requestorchestration.html): The identity of a patient to search for request orchestrations\r\n* [ResearchSubject](researchsubject.html): Who or what is part of study\r\n* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](servicerequest.html): Search by subject - a patient\r\n* [Specimen](specimen.html): The patient the specimen comes from\r\n* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied\r\n* [SupplyRequest](supplyrequest.html): The patient or subject for whom the supply is destined\r\n* [Task](task.html): Search by patient\r\n* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "patient", + "base": [ + "Account", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "BodyStructure", + "CarePlan", + "CareTeam", + "ChargeItem", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "Communication", + "CommunicationRequest", + "Composition", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EnrollmentRequest", + "EpisodeOfCare", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GuidanceResponse", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "Invoice", + "List", + "MeasureReport", + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement", + "MolecularSequence", + "NutritionIntake", + "NutritionOrder", + "Observation", + "Person", + "Procedure", + "Provenance", + "QuestionnaireResponse", + "RelatedPerson", + "RequestOrchestration", + "ResearchSubject", + "RiskAssessment", + "ServiceRequest", + "Specimen", + "SupplyDelivery", + "SupplyRequest", + "Task", + "VisionPrescription" + ], + "_base": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null + ], + "type": "reference", + "expression": "Account.subject.where(resolve() is Patient) | AdverseEvent.subject.where(resolve() is Patient) | AllergyIntolerance.patient | Appointment.participant.actor.where(resolve() is Patient) | Appointment.subject.where(resolve() is Patient) | AppointmentResponse.actor.where(resolve() is Patient) | AuditEvent.patient | Basic.subject.where(resolve() is Patient) | BodyStructure.patient | CarePlan.subject.where(resolve() is Patient) | CareTeam.subject.where(resolve() is Patient) | ChargeItem.subject.where(resolve() is Patient) | Claim.patient | ClaimResponse.patient | ClinicalImpression.subject.where(resolve() is Patient) | Communication.subject.where(resolve() is Patient) | CommunicationRequest.subject.where(resolve() is Patient) | Composition.subject.where(resolve() is Patient) | Condition.subject.where(resolve() is Patient) | Consent.subject.where(resolve() is Patient) | Contract.subject.where(resolve() is Patient) | Coverage.beneficiary | CoverageEligibilityRequest.patient | CoverageEligibilityResponse.patient | DetectedIssue.subject.where(resolve() is Patient) | DeviceRequest.subject.where(resolve() is Patient) | DeviceUsage.patient | DiagnosticReport.subject.where(resolve() is Patient) | DocumentReference.subject.where(resolve() is Patient) | Encounter.subject.where(resolve() is Patient) | EnrollmentRequest.candidate | EpisodeOfCare.patient | ExplanationOfBenefit.patient | FamilyMemberHistory.patient | Flag.subject.where(resolve() is Patient) | Goal.subject.where(resolve() is Patient) | GuidanceResponse.subject.where(resolve() is Patient) | ImagingSelection.subject.where(resolve() is Patient) | ImagingStudy.subject.where(resolve() is Patient) | Immunization.patient | ImmunizationEvaluation.patient | ImmunizationRecommendation.patient | Invoice.subject.where(resolve() is Patient) | List.subject.where(resolve() is Patient) | MeasureReport.subject.where(resolve() is Patient) | MedicationAdministration.subject.where(resolve() is Patient) | MedicationDispense.subject.where(resolve() is Patient) | MedicationRequest.subject.where(resolve() is Patient) | MedicationStatement.subject.where(resolve() is Patient) | MolecularSequence.subject.where(resolve() is Patient) | NutritionIntake.subject.where(resolve() is Patient) | NutritionOrder.subject.where(resolve() is Patient) | Observation.subject.where(resolve() is Patient) | Person.link.target.where(resolve() is Patient) | Procedure.subject.where(resolve() is Patient) | Provenance.patient | QuestionnaireResponse.subject.where(resolve() is Patient) | RelatedPerson.patient | RequestOrchestration.subject.where(resolve() is Patient) | ResearchSubject.subject.where(resolve() is Patient) | RiskAssessment.subject.where(resolve() is Patient) | ServiceRequest.subject.where(resolve() is Patient) | Specimen.subject.where(resolve() is Patient) | SupplyDelivery.patient | SupplyRequest.deliverFor | Task.for.where(resolve() is Patient) | VisionPrescription.patient", + "processingMode": "normal", + "target": [ + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Account-period", + "resource": { + "resourceType": "SearchParameter", + "id": "Account-period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Account-period", + "version": "5.0.0", + "name": "period", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Transaction window", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "period", + "base": [ + "Account" + ], + "type": "date", + "expression": "Account.servicePeriod", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Account-relatedaccount", + "resource": { + "resourceType": "SearchParameter", + "id": "Account-relatedaccount", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Account-relatedaccount", + "version": "5.0.0", + "name": "relatedaccount", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Parent and other related accounts", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "relatedaccount", + "base": [ + "Account" + ], + "type": "reference", + "expression": "Account.relatedAccount.account", + "processingMode": "normal", + "target": [ + "Account" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Account-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Account-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Account-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "active | inactive | entered-in-error | on-hold | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Account" + ], + "type": "token", + "expression": "Account.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Account-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Account-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Account-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The entity that caused the expenses", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Account" + ], + "type": "reference", + "expression": "Account.subject", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Device", + "Organization", + "PractitionerRole", + "Practitioner", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/clinical-type", + "resource": { + "resourceType": "SearchParameter", + "id": "clinical-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/clinical-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Account](account.html): E.g. patient, expense, depreciation\r\n* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)\r\n* [Composition](composition.html): Kind of composition (LOINC if possible)\r\n* [Coverage](coverage.html): The kind of coverage (health plan, auto, Workers Compensation)\r\n* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)\r\n* [Encounter](encounter.html): Specific type of encounter\r\n* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management\r\n* [Invoice](invoice.html): Type of Invoice\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses of a specific type\r\n* [MolecularSequence](molecularsequence.html): Amino Acid Sequence/ DNA Sequence / RNA Sequence\r\n* [Specimen](specimen.html): The specimen type\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "Account", + "AllergyIntolerance", + "Composition", + "Coverage", + "DocumentReference", + "Encounter", + "EpisodeOfCare", + "Invoice", + "MedicationDispense", + "MolecularSequence", + "Specimen" + ], + "type": "token", + "expression": "Account.type | AllergyIntolerance.type | Composition.type | Coverage.type | DocumentReference.type | Encounter.type | EpisodeOfCare.type | Invoice.type | MedicationDispense.type | MolecularSequence.type | Specimen.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MetadataResource-composed-of", + "resource": { + "resourceType": "SearchParameter", + "id": "MetadataResource-composed-of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-composed-of", + "version": "5.0.0", + "name": "composed-of", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): What resource is being referenced\r\n* [EventDefinition](eventdefinition.html): What resource is being referenced\r\n* [EvidenceVariable](evidencevariable.html): What resource is being referenced\r\n* [Library](library.html): What resource is being referenced\r\n* [Measure](measure.html): What resource is being referenced\r\n* [PlanDefinition](plandefinition.html): What resource is being referenced\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "composed-of", + "base": [ + "ActivityDefinition", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "PlanDefinition" + ], + "type": "reference", + "expression": "ActivityDefinition.relatedArtifact.where(type='composed-of').resource | EventDefinition.relatedArtifact.where(type='composed-of').resource | EvidenceVariable.relatedArtifact.where(type='composed-of').resource | Library.relatedArtifact.where(type='composed-of').resource | Measure.relatedArtifact.where(type='composed-of').resource | PlanDefinition.relatedArtifact.where(type='composed-of').resource", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-context", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context", + "version": "5.0.0", + "name": "context", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): A use context assigned to the activity definition\r\n* [ActorDefinition](actordefinition.html): A use context assigned to the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): A use context assigned to the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): A use context assigned to the charge item definition\r\n* [Citation](citation.html): A use context assigned to the citation\r\n* [CodeSystem](codesystem.html): A use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context assigned to the concept map\r\n* [ConditionDefinition](conditiondefinition.html): A use context assigned to the condition definition\r\n* [EventDefinition](eventdefinition.html): A use context assigned to the event definition\r\n* [Evidence](evidence.html): A use context assigned to the evidence\r\n* [EvidenceReport](evidencereport.html): A use context assigned to the evidence report\r\n* [EvidenceVariable](evidencevariable.html): A use context assigned to the evidence variable\r\n* [ExampleScenario](examplescenario.html): A use context assigned to the example scenario\r\n* [GraphDefinition](graphdefinition.html): A use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context assigned to the implementation guide\r\n* [Library](library.html): A use context assigned to the library\r\n* [Measure](measure.html): A use context assigned to the measure\r\n* [MessageDefinition](messagedefinition.html): A use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context assigned to the operation definition\r\n* [PlanDefinition](plandefinition.html): A use context assigned to the plan definition\r\n* [Questionnaire](questionnaire.html): A use context assigned to the questionnaire\r\n* [Requirements](requirements.html): A use context assigned to the requirements\r\n* [SearchParameter](searchparameter.html): A use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context assigned to the terminology capabilities\r\n* [TestScript](testscript.html): A use context assigned to the test script\r\n* [ValueSet](valueset.html): A use context assigned to the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "context", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "token", + "expression": "(ActivityDefinition.useContext.value.ofType(CodeableConcept)) | (ActorDefinition.useContext.value.ofType(CodeableConcept)) | (CapabilityStatement.useContext.value.ofType(CodeableConcept)) | (ChargeItemDefinition.useContext.value.ofType(CodeableConcept)) | (Citation.useContext.value.ofType(CodeableConcept)) | (CodeSystem.useContext.value.ofType(CodeableConcept)) | (CompartmentDefinition.useContext.value.ofType(CodeableConcept)) | (ConceptMap.useContext.value.ofType(CodeableConcept)) | (ConditionDefinition.useContext.value.ofType(CodeableConcept)) | (EventDefinition.useContext.value.ofType(CodeableConcept)) | (Evidence.useContext.value.ofType(CodeableConcept)) | (EvidenceReport.useContext.value.ofType(CodeableConcept)) | (EvidenceVariable.useContext.value.ofType(CodeableConcept)) | (ExampleScenario.useContext.value.ofType(CodeableConcept)) | (GraphDefinition.useContext.value.ofType(CodeableConcept)) | (ImplementationGuide.useContext.value.ofType(CodeableConcept)) | (Library.useContext.value.ofType(CodeableConcept)) | (Measure.useContext.value.ofType(CodeableConcept)) | (MessageDefinition.useContext.value.ofType(CodeableConcept)) | (NamingSystem.useContext.value.ofType(CodeableConcept)) | (OperationDefinition.useContext.value.ofType(CodeableConcept)) | (PlanDefinition.useContext.value.ofType(CodeableConcept)) | (Questionnaire.useContext.value.ofType(CodeableConcept)) | (Requirements.useContext.value.ofType(CodeableConcept)) | (SearchParameter.useContext.value.ofType(CodeableConcept)) | (StructureDefinition.useContext.value.ofType(CodeableConcept)) | (StructureMap.useContext.value.ofType(CodeableConcept)) | (TerminologyCapabilities.useContext.value.ofType(CodeableConcept)) | (TestScript.useContext.value.ofType(CodeableConcept)) | (ValueSet.useContext.value.ofType(CodeableConcept))", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-context-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity", + "version": "5.0.0", + "name": "context-quantity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): A quantity- or range-valued use context assigned to the activity definition\r\n* [ActorDefinition](actordefinition.html): A quantity- or range-valued use context assigned to the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): A quantity- or range-valued use context assigned to the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): A quantity- or range-valued use context assigned to the charge item definition\r\n* [Citation](citation.html): A quantity- or range-valued use context assigned to the citation\r\n* [CodeSystem](codesystem.html): A quantity- or range-valued use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A quantity- or range-valued use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A quantity- or range-valued use context assigned to the concept map\r\n* [ConditionDefinition](conditiondefinition.html): A quantity- or range-valued use context assigned to the condition definition\r\n* [EventDefinition](eventdefinition.html): A quantity- or range-valued use context assigned to the event definition\r\n* [Evidence](evidence.html): A quantity- or range-valued use context assigned to the evidence\r\n* [EvidenceReport](evidencereport.html): A quantity- or range-valued use context assigned to the evidence report\r\n* [EvidenceVariable](evidencevariable.html): A quantity- or range-valued use context assigned to the evidence variable\r\n* [ExampleScenario](examplescenario.html): A quantity- or range-valued use context assigned to the example scenario\r\n* [GraphDefinition](graphdefinition.html): A quantity- or range-valued use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A quantity- or range-valued use context assigned to the implementation guide\r\n* [Library](library.html): A quantity- or range-valued use context assigned to the library\r\n* [Measure](measure.html): A quantity- or range-valued use context assigned to the measure\r\n* [MessageDefinition](messagedefinition.html): A quantity- or range-valued use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A quantity- or range-valued use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A quantity- or range-valued use context assigned to the operation definition\r\n* [PlanDefinition](plandefinition.html): A quantity- or range-valued use context assigned to the plan definition\r\n* [Questionnaire](questionnaire.html): A quantity- or range-valued use context assigned to the questionnaire\r\n* [Requirements](requirements.html): A quantity- or range-valued use context assigned to the requirements\r\n* [SearchParameter](searchparameter.html): A quantity- or range-valued use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A quantity- or range-valued use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A quantity- or range-valued use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A quantity- or range-valued use context assigned to the terminology capabilities\r\n* [TestScript](testscript.html): A quantity- or range-valued use context assigned to the test script\r\n* [ValueSet](valueset.html): A quantity- or range-valued use context assigned to the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "context-quantity", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "quantity", + "expression": "(ActivityDefinition.useContext.value.ofType(Quantity)) | (ActivityDefinition.useContext.value.ofType(Range)) | (ActorDefinition.useContext.value.ofType(Quantity)) | (ActorDefinition.useContext.value.ofType(Range)) | (CapabilityStatement.useContext.value.ofType(Quantity)) | (CapabilityStatement.useContext.value.ofType(Range)) | (ChargeItemDefinition.useContext.value.ofType(Quantity)) | (ChargeItemDefinition.useContext.value.ofType(Range)) | (Citation.useContext.value.ofType(Quantity)) | (Citation.useContext.value.ofType(Range)) | (CodeSystem.useContext.value.ofType(Quantity)) | (CodeSystem.useContext.value.ofType(Range)) | (CompartmentDefinition.useContext.value.ofType(Quantity)) | (CompartmentDefinition.useContext.value.ofType(Range)) | (ConceptMap.useContext.value.ofType(Quantity)) | (ConceptMap.useContext.value.ofType(Range)) | (ConditionDefinition.useContext.value.ofType(Quantity)) | (ConditionDefinition.useContext.value.ofType(Range)) | (EventDefinition.useContext.value.ofType(Quantity)) | (EventDefinition.useContext.value.ofType(Range)) | (Evidence.useContext.value.ofType(Quantity)) | (Evidence.useContext.value.ofType(Range)) | (EvidenceReport.useContext.value.ofType(Quantity)) | (EvidenceReport.useContext.value.ofType(Range)) | (EvidenceVariable.useContext.value.ofType(Quantity)) | (EvidenceVariable.useContext.value.ofType(Range)) | (ExampleScenario.useContext.value.ofType(Quantity)) | (ExampleScenario.useContext.value.ofType(Range)) | (GraphDefinition.useContext.value.ofType(Quantity)) | (GraphDefinition.useContext.value.ofType(Range)) | (ImplementationGuide.useContext.value.ofType(Quantity)) | (ImplementationGuide.useContext.value.ofType(Range)) | (Library.useContext.value.ofType(Quantity)) | (Library.useContext.value.ofType(Range)) | (Measure.useContext.value.ofType(Quantity)) | (Measure.useContext.value.ofType(Range)) | (MessageDefinition.useContext.value.ofType(Quantity)) | (MessageDefinition.useContext.value.ofType(Range)) | (NamingSystem.useContext.value.ofType(Quantity)) | (NamingSystem.useContext.value.ofType(Range)) | (OperationDefinition.useContext.value.ofType(Quantity)) | (OperationDefinition.useContext.value.ofType(Range)) | (PlanDefinition.useContext.value.ofType(Quantity)) | (PlanDefinition.useContext.value.ofType(Range)) | (Questionnaire.useContext.value.ofType(Quantity)) | (Questionnaire.useContext.value.ofType(Range)) | (Requirements.useContext.value.ofType(Quantity)) | (Requirements.useContext.value.ofType(Range)) | (SearchParameter.useContext.value.ofType(Quantity)) | (SearchParameter.useContext.value.ofType(Range)) | (StructureDefinition.useContext.value.ofType(Quantity)) | (StructureDefinition.useContext.value.ofType(Range)) | (StructureMap.useContext.value.ofType(Quantity)) | (StructureMap.useContext.value.ofType(Range)) | (TerminologyCapabilities.useContext.value.ofType(Quantity)) | (TerminologyCapabilities.useContext.value.ofType(Range)) | (TestScript.useContext.value.ofType(Quantity)) | (TestScript.useContext.value.ofType(Range)) | (ValueSet.useContext.value.ofType(Quantity)) | (ValueSet.useContext.value.ofType(Range))", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-context-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type", + "version": "5.0.0", + "name": "context-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): A type of use context assigned to the activity definition\r\n* [ActorDefinition](actordefinition.html): A type of use context assigned to the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): A type of use context assigned to the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): A type of use context assigned to the charge item definition\r\n* [Citation](citation.html): A type of use context assigned to the citation\r\n* [CodeSystem](codesystem.html): A type of use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A type of use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A type of use context assigned to the concept map\r\n* [ConditionDefinition](conditiondefinition.html): A type of use context assigned to the condition definition\r\n* [EventDefinition](eventdefinition.html): A type of use context assigned to the event definition\r\n* [Evidence](evidence.html): A type of use context assigned to the evidence\r\n* [EvidenceReport](evidencereport.html): A type of use context assigned to the evidence report\r\n* [EvidenceVariable](evidencevariable.html): A type of use context assigned to the evidence variable\r\n* [ExampleScenario](examplescenario.html): A type of use context assigned to the example scenario\r\n* [GraphDefinition](graphdefinition.html): A type of use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A type of use context assigned to the implementation guide\r\n* [Library](library.html): A type of use context assigned to the library\r\n* [Measure](measure.html): A type of use context assigned to the measure\r\n* [MessageDefinition](messagedefinition.html): A type of use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A type of use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A type of use context assigned to the operation definition\r\n* [PlanDefinition](plandefinition.html): A type of use context assigned to the plan definition\r\n* [Questionnaire](questionnaire.html): A type of use context assigned to the questionnaire\r\n* [Requirements](requirements.html): A type of use context assigned to the requirements\r\n* [SearchParameter](searchparameter.html): A type of use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A type of use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A type of use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A type of use context assigned to the terminology capabilities\r\n* [TestScript](testscript.html): A type of use context assigned to the test script\r\n* [ValueSet](valueset.html): A type of use context assigned to the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "context-type", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "type": "token", + "expression": "ActivityDefinition.useContext.code | ActorDefinition.useContext.code | CapabilityStatement.useContext.code | ChargeItemDefinition.useContext.code | Citation.useContext.code | CodeSystem.useContext.code | CompartmentDefinition.useContext.code | ConceptMap.useContext.code | ConditionDefinition.useContext.code | EventDefinition.useContext.code | Evidence.useContext.code | EvidenceReport.useContext.code | EvidenceVariable.useContext.code | ExampleScenario.useContext.code | GraphDefinition.useContext.code | ImplementationGuide.useContext.code | Library.useContext.code | Measure.useContext.code | MessageDefinition.useContext.code | NamingSystem.useContext.code | OperationDefinition.useContext.code | PlanDefinition.useContext.code | Questionnaire.useContext.code | Requirements.useContext.code | SearchParameter.useContext.code | StructureDefinition.useContext.code | StructureMap.useContext.code | TerminologyCapabilities.useContext.code | TestScript.useContext.code | ValueSet.useContext.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-date", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-date", + "version": "5.0.0", + "name": "date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The activity definition publication date\r\n* [ActorDefinition](actordefinition.html): The Actor Definition publication date\r\n* [CapabilityStatement](capabilitystatement.html): The capability statement publication date\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The charge item definition publication date\r\n* [Citation](citation.html): The citation publication date\r\n* [CodeSystem](codesystem.html): The code system publication date\r\n* [CompartmentDefinition](compartmentdefinition.html): The compartment definition publication date\r\n* [ConceptMap](conceptmap.html): The concept map publication date\r\n* [ConditionDefinition](conditiondefinition.html): The condition definition publication date\r\n* [EventDefinition](eventdefinition.html): The event definition publication date\r\n* [Evidence](evidence.html): The evidence publication date\r\n* [EvidenceVariable](evidencevariable.html): The evidence variable publication date\r\n* [ExampleScenario](examplescenario.html): The example scenario publication date\r\n* [GraphDefinition](graphdefinition.html): The graph definition publication date\r\n* [ImplementationGuide](implementationguide.html): The implementation guide publication date\r\n* [Library](library.html): The library publication date\r\n* [Measure](measure.html): The measure publication date\r\n* [MessageDefinition](messagedefinition.html): The message definition publication date\r\n* [NamingSystem](namingsystem.html): The naming system publication date\r\n* [OperationDefinition](operationdefinition.html): The operation definition publication date\r\n* [PlanDefinition](plandefinition.html): The plan definition publication date\r\n* [Questionnaire](questionnaire.html): The questionnaire publication date\r\n* [Requirements](requirements.html): The requirements publication date\r\n* [SearchParameter](searchparameter.html): The search parameter publication date\r\n* [StructureDefinition](structuredefinition.html): The structure definition publication date\r\n* [StructureMap](structuremap.html): The structure map publication date\r\n* [SubscriptionTopic](subscriptiontopic.html): Date status first applied\r\n* [TerminologyCapabilities](terminologycapabilities.html): The terminology capabilities publication date\r\n* [TestScript](testscript.html): The test script publication date\r\n* [ValueSet](valueset.html): The value set publication date\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "date", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "date", + "expression": "ActivityDefinition.date | ActorDefinition.date | CapabilityStatement.date | ChargeItemDefinition.date | Citation.date | CodeSystem.date | CompartmentDefinition.date | ConceptMap.date | ConditionDefinition.date | EventDefinition.date | Evidence.date | EvidenceVariable.date | ExampleScenario.date | GraphDefinition.date | ImplementationGuide.date | Library.date | Measure.date | MessageDefinition.date | NamingSystem.date | OperationDefinition.date | PlanDefinition.date | Questionnaire.date | Requirements.date | SearchParameter.date | StructureDefinition.date | StructureMap.date | SubscriptionTopic.date | TerminologyCapabilities.date | TestScript.date | ValueSet.date", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MetadataResource-depends-on", + "resource": { + "resourceType": "SearchParameter", + "id": "MetadataResource-depends-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-depends-on", + "version": "5.0.0", + "name": "depends-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): What resource is being referenced\r\n* [EventDefinition](eventdefinition.html): What resource is being referenced\r\n* [EvidenceVariable](evidencevariable.html): What resource is being referenced\r\n* [Library](library.html): What resource is being referenced\r\n* [Measure](measure.html): What resource is being referenced\r\n* [PlanDefinition](plandefinition.html): What resource is being referenced\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "depends-on", + "base": [ + "ActivityDefinition", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "PlanDefinition" + ], + "type": "reference", + "expression": "ActivityDefinition.relatedArtifact.where(type='depends-on').resource | ActivityDefinition.library | EventDefinition.relatedArtifact.where(type='depends-on').resource | EvidenceVariable.relatedArtifact.where(type='depends-on').resource | Library.relatedArtifact.where(type='depends-on').resource | Measure.relatedArtifact.where(type='depends-on').resource | Measure.library | PlanDefinition.relatedArtifact.where(type='depends-on').resource | PlanDefinition.library", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from", + "resource": { + "resourceType": "SearchParameter", + "id": "MetadataResource-derived-from", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from", + "version": "5.0.0", + "name": "derived-from", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): What resource is being referenced\r\n* [CodeSystem](codesystem.html): A resource that the CodeSystem is derived from\r\n* [ConceptMap](conceptmap.html): A resource that the ConceptMap is derived from\r\n* [EventDefinition](eventdefinition.html): What resource is being referenced\r\n* [EvidenceVariable](evidencevariable.html): What resource is being referenced\r\n* [Library](library.html): What resource is being referenced\r\n* [Measure](measure.html): What resource is being referenced\r\n* [NamingSystem](namingsystem.html): A resource that the NamingSystem is derived from\r\n* [PlanDefinition](plandefinition.html): What resource is being referenced\r\n* [ValueSet](valueset.html): A resource that the ValueSet is derived from\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "derived-from", + "base": [ + "ActivityDefinition", + "CodeSystem", + "ConceptMap", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "NamingSystem", + "PlanDefinition", + "ValueSet" + ], + "type": "reference", + "expression": "ActivityDefinition.relatedArtifact.where(type='derived-from').resource | CodeSystem.relatedArtifact.where(type='derived-from').resource | ConceptMap.relatedArtifact.where(type='derived-from').resource | EventDefinition.relatedArtifact.where(type='derived-from').resource | EvidenceVariable.relatedArtifact.where(type='derived-from').resource | Library.relatedArtifact.where(type='derived-from').resource | Measure.relatedArtifact.where(type='derived-from').resource | NamingSystem.relatedArtifact.where(type='derived-from').resource | PlanDefinition.relatedArtifact.where(type='derived-from').resource | ValueSet.relatedArtifact.where(type='derived-from').resource", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-description", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-description", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-description", + "version": "5.0.0", + "name": "description", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The description of the activity definition\r\n* [ActorDefinition](actordefinition.html): The description of the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): The description of the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The description of the charge item definition\r\n* [Citation](citation.html): The description of the citation\r\n* [CodeSystem](codesystem.html): The description of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The description of the compartment definition\r\n* [ConceptMap](conceptmap.html): The description of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): The description of the condition definition\r\n* [EventDefinition](eventdefinition.html): The description of the event definition\r\n* [Evidence](evidence.html): The description of the evidence\r\n* [EvidenceVariable](evidencevariable.html): The description of the evidence variable\r\n* [GraphDefinition](graphdefinition.html): The description of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The description of the implementation guide\r\n* [Library](library.html): The description of the library\r\n* [Measure](measure.html): The description of the measure\r\n* [MessageDefinition](messagedefinition.html): The description of the message definition\r\n* [NamingSystem](namingsystem.html): The description of the naming system\r\n* [OperationDefinition](operationdefinition.html): The description of the operation definition\r\n* [PlanDefinition](plandefinition.html): The description of the plan definition\r\n* [Questionnaire](questionnaire.html): The description of the questionnaire\r\n* [Requirements](requirements.html): The description of the requirements\r\n* [SearchParameter](searchparameter.html): The description of the search parameter\r\n* [StructureDefinition](structuredefinition.html): The description of the structure definition\r\n* [StructureMap](structuremap.html): The description of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The description of the terminology capabilities\r\n* [TestScript](testscript.html): The description of the test script\r\n* [ValueSet](valueset.html): The description of the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "description", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "string", + "expression": "ActivityDefinition.description | ActorDefinition.description | CapabilityStatement.description | ChargeItemDefinition.description | Citation.description | CodeSystem.description | CompartmentDefinition.description | ConceptMap.description | ConditionDefinition.description | EventDefinition.description | Evidence.description | EvidenceVariable.description | GraphDefinition.description | ImplementationGuide.description | Library.description | Measure.description | MessageDefinition.description | NamingSystem.description | OperationDefinition.description | PlanDefinition.description | Questionnaire.description | Requirements.description | SearchParameter.description | StructureDefinition.description | StructureMap.description | TerminologyCapabilities.description | TestScript.description | ValueSet.description", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MetadataResource-effective", + "resource": { + "resourceType": "SearchParameter", + "id": "MetadataResource-effective", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-effective", + "version": "5.0.0", + "name": "effective", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The time during which the activity definition is intended to be in use\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The time during which the charge item definition is intended to be in use\r\n* [Citation](citation.html): The time during which the citation is intended to be in use\r\n* [CodeSystem](codesystem.html): The time during which the CodeSystem is intended to be in use\r\n* [ConceptMap](conceptmap.html): The time during which the ConceptMap is intended to be in use\r\n* [EventDefinition](eventdefinition.html): The time during which the event definition is intended to be in use\r\n* [Library](library.html): The time during which the library is intended to be in use\r\n* [Measure](measure.html): The time during which the measure is intended to be in use\r\n* [NamingSystem](namingsystem.html): The time during which the NamingSystem is intended to be in use\r\n* [PlanDefinition](plandefinition.html): The time during which the plan definition is intended to be in use\r\n* [Questionnaire](questionnaire.html): The time during which the questionnaire is intended to be in use\r\n* [ValueSet](valueset.html): The time during which the ValueSet is intended to be in use\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "effective", + "base": [ + "ActivityDefinition", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "ConceptMap", + "EventDefinition", + "Library", + "Measure", + "NamingSystem", + "PlanDefinition", + "Questionnaire", + "ValueSet" + ], + "type": "date", + "expression": "ActivityDefinition.effectivePeriod | ChargeItemDefinition.applicability.effectivePeriod | Citation.effectivePeriod | CodeSystem.effectivePeriod | ConceptMap.effectivePeriod | EventDefinition.effectivePeriod | Library.effectivePeriod | Measure.effectivePeriod | NamingSystem.effectivePeriod | PlanDefinition.effectivePeriod | Questionnaire.effectivePeriod | ValueSet.effectivePeriod", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): External identifier for the activity definition\r\n* [ActorDefinition](actordefinition.html): External identifier for the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): External identifier for the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): External identifier for the charge item definition\r\n* [Citation](citation.html): External identifier for the citation\r\n* [CodeSystem](codesystem.html): External identifier for the code system\r\n* [ConceptMap](conceptmap.html): External identifier for the concept map\r\n* [ConditionDefinition](conditiondefinition.html): External identifier for the condition definition\r\n* [EventDefinition](eventdefinition.html): External identifier for the event definition\r\n* [Evidence](evidence.html): External identifier for the evidence\r\n* [EvidenceReport](evidencereport.html): External identifier for the evidence report\r\n* [EvidenceVariable](evidencevariable.html): External identifier for the evidence variable\r\n* [ExampleScenario](examplescenario.html): External identifier for the example scenario\r\n* [GraphDefinition](graphdefinition.html): External identifier for the graph definition\r\n* [ImplementationGuide](implementationguide.html): External identifier for the implementation guide\r\n* [Library](library.html): External identifier for the library\r\n* [Measure](measure.html): External identifier for the measure\r\n* [MedicationKnowledge](medicationknowledge.html): Business identifier for this medication\r\n* [MessageDefinition](messagedefinition.html): External identifier for the message definition\r\n* [NamingSystem](namingsystem.html): External identifier for the naming system\r\n* [ObservationDefinition](observationdefinition.html): The unique identifier associated with the specimen definition\r\n* [OperationDefinition](operationdefinition.html): External identifier for the search parameter\r\n* [PlanDefinition](plandefinition.html): External identifier for the plan definition\r\n* [Questionnaire](questionnaire.html): External identifier for the questionnaire\r\n* [Requirements](requirements.html): External identifier for the requirements\r\n* [SearchParameter](searchparameter.html): External identifier for the search parameter\r\n* [SpecimenDefinition](specimendefinition.html): The unique identifier associated with the SpecimenDefinition\r\n* [StructureDefinition](structuredefinition.html): External identifier for the structure definition\r\n* [StructureMap](structuremap.html): External identifier for the structure map\r\n* [SubscriptionTopic](subscriptiontopic.html): Business Identifier for SubscriptionTopic\r\n* [TerminologyCapabilities](terminologycapabilities.html): External identifier for the terminology capabilities\r\n* [TestPlan](testplan.html): An identifier for the test plan\r\n* [TestScript](testscript.html): External identifier for the test script\r\n* [ValueSet](valueset.html): External identifier for the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MedicationKnowledge", + "MessageDefinition", + "NamingSystem", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestPlan", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ] + }, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "token", + "expression": "ActivityDefinition.identifier | ActorDefinition.identifier | CapabilityStatement.identifier | ChargeItemDefinition.identifier | Citation.identifier | CodeSystem.identifier | ConceptMap.identifier | ConditionDefinition.identifier | EventDefinition.identifier | Evidence.identifier | EvidenceReport.identifier | EvidenceVariable.identifier | ExampleScenario.identifier | GraphDefinition.identifier | ImplementationGuide.identifier | Library.identifier | Measure.identifier | MedicationKnowledge.identifier | MessageDefinition.identifier | NamingSystem.identifier | ObservationDefinition.identifier | OperationDefinition.identifier | PlanDefinition.identifier | Questionnaire.identifier | Requirements.identifier | SearchParameter.identifier | SpecimenDefinition.identifier | StructureDefinition.identifier | StructureMap.identifier | SubscriptionTopic.identifier | TerminologyCapabilities.identifier | TestPlan.identifier | TestScript.identifier | ValueSet.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction", + "version": "5.0.0", + "name": "jurisdiction", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): Intended jurisdiction for the activity definition\r\n* [ActorDefinition](actordefinition.html): Intended jurisdiction for the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): Intended jurisdiction for the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): Intended jurisdiction for the charge item definition\r\n* [Citation](citation.html): Intended jurisdiction for the citation\r\n* [CodeSystem](codesystem.html): Intended jurisdiction for the code system\r\n* [ConceptMap](conceptmap.html): Intended jurisdiction for the concept map\r\n* [ConditionDefinition](conditiondefinition.html): Intended jurisdiction for the condition definition\r\n* [EventDefinition](eventdefinition.html): Intended jurisdiction for the event definition\r\n* [ExampleScenario](examplescenario.html): Intended jurisdiction for the example scenario\r\n* [GraphDefinition](graphdefinition.html): Intended jurisdiction for the graph definition\r\n* [ImplementationGuide](implementationguide.html): Intended jurisdiction for the implementation guide\r\n* [Library](library.html): Intended jurisdiction for the library\r\n* [Measure](measure.html): Intended jurisdiction for the measure\r\n* [MessageDefinition](messagedefinition.html): Intended jurisdiction for the message definition\r\n* [NamingSystem](namingsystem.html): Intended jurisdiction for the naming system\r\n* [OperationDefinition](operationdefinition.html): Intended jurisdiction for the operation definition\r\n* [PlanDefinition](plandefinition.html): Intended jurisdiction for the plan definition\r\n* [Questionnaire](questionnaire.html): Intended jurisdiction for the questionnaire\r\n* [Requirements](requirements.html): Intended jurisdiction for the requirements\r\n* [SearchParameter](searchparameter.html): Intended jurisdiction for the search parameter\r\n* [StructureDefinition](structuredefinition.html): Intended jurisdiction for the structure definition\r\n* [StructureMap](structuremap.html): Intended jurisdiction for the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Intended jurisdiction for the terminology capabilities\r\n* [TestScript](testscript.html): Intended jurisdiction for the test script\r\n* [ValueSet](valueset.html): Intended jurisdiction for the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "jurisdiction", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "token", + "expression": "ActivityDefinition.jurisdiction | ActorDefinition.jurisdiction | CapabilityStatement.jurisdiction | ChargeItemDefinition.jurisdiction | Citation.jurisdiction | CodeSystem.jurisdiction | ConceptMap.jurisdiction | ConditionDefinition.jurisdiction | EventDefinition.jurisdiction | ExampleScenario.jurisdiction | GraphDefinition.jurisdiction | ImplementationGuide.jurisdiction | Library.jurisdiction | Measure.jurisdiction | MessageDefinition.jurisdiction | NamingSystem.jurisdiction | OperationDefinition.jurisdiction | PlanDefinition.jurisdiction | Questionnaire.jurisdiction | Requirements.jurisdiction | SearchParameter.jurisdiction | StructureDefinition.jurisdiction | StructureMap.jurisdiction | TerminologyCapabilities.jurisdiction | TestScript.jurisdiction | ValueSet.jurisdiction", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-kind", + "resource": { + "resourceType": "SearchParameter", + "id": "ActivityDefinition-kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-kind", + "version": "5.0.0", + "name": "kind", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The kind of activity definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "kind", + "base": [ + "ActivityDefinition" + ], + "type": "token", + "expression": "ActivityDefinition.kind", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-name", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): Computationally friendly name of the activity definition\r\n* [CapabilityStatement](capabilitystatement.html): Computationally friendly name of the capability statement\r\n* [Citation](citation.html): Computationally friendly name of the citation\r\n* [CodeSystem](codesystem.html): Computationally friendly name of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): Computationally friendly name of the compartment definition\r\n* [ConceptMap](conceptmap.html): Computationally friendly name of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): Computationally friendly name of the condition definition\r\n* [EventDefinition](eventdefinition.html): Computationally friendly name of the event definition\r\n* [EvidenceVariable](evidencevariable.html): Computationally friendly name of the evidence variable\r\n* [ExampleScenario](examplescenario.html): Computationally friendly name of the example scenario\r\n* [GraphDefinition](graphdefinition.html): Computationally friendly name of the graph definition\r\n* [ImplementationGuide](implementationguide.html): Computationally friendly name of the implementation guide\r\n* [Library](library.html): Computationally friendly name of the library\r\n* [Measure](measure.html): Computationally friendly name of the measure\r\n* [MessageDefinition](messagedefinition.html): Computationally friendly name of the message definition\r\n* [NamingSystem](namingsystem.html): Computationally friendly name of the naming system\r\n* [OperationDefinition](operationdefinition.html): Computationally friendly name of the operation definition\r\n* [PlanDefinition](plandefinition.html): Computationally friendly name of the plan definition\r\n* [Questionnaire](questionnaire.html): Computationally friendly name of the questionnaire\r\n* [Requirements](requirements.html): Computationally friendly name of the requirements\r\n* [SearchParameter](searchparameter.html): Computationally friendly name of the search parameter\r\n* [StructureDefinition](structuredefinition.html): Computationally friendly name of the structure definition\r\n* [StructureMap](structuremap.html): Computationally friendly name of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Computationally friendly name of the terminology capabilities\r\n* [TestScript](testscript.html): Computationally friendly name of the test script\r\n* [ValueSet](valueset.html): Computationally friendly name of the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "ActivityDefinition", + "CapabilityStatement", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "string", + "expression": "ActivityDefinition.name | CapabilityStatement.name | Citation.name | CodeSystem.name | CompartmentDefinition.name | ConceptMap.name | ConditionDefinition.name | EventDefinition.name | EvidenceVariable.name | ExampleScenario.name | GraphDefinition.name | ImplementationGuide.name | Library.name | Measure.name | MessageDefinition.name | NamingSystem.name | OperationDefinition.name | PlanDefinition.name | Questionnaire.name | Requirements.name | SearchParameter.name | StructureDefinition.name | StructureMap.name | TerminologyCapabilities.name | TestScript.name | ValueSet.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor", + "resource": { + "resourceType": "SearchParameter", + "id": "MetadataResource-predecessor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor", + "version": "5.0.0", + "name": "predecessor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): What resource is being referenced\r\n* [CodeSystem](codesystem.html): The predecessor of the CodeSystem\r\n* [ConceptMap](conceptmap.html): The predecessor of the ConceptMap\r\n* [EventDefinition](eventdefinition.html): What resource is being referenced\r\n* [EvidenceVariable](evidencevariable.html): What resource is being referenced\r\n* [Library](library.html): What resource is being referenced\r\n* [Measure](measure.html): What resource is being referenced\r\n* [NamingSystem](namingsystem.html): The predecessor of the NamingSystem\r\n* [PlanDefinition](plandefinition.html): What resource is being referenced\r\n* [ValueSet](valueset.html): The predecessor of the ValueSet\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "predecessor", + "base": [ + "ActivityDefinition", + "CodeSystem", + "ConceptMap", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "NamingSystem", + "PlanDefinition", + "ValueSet" + ], + "type": "reference", + "expression": "ActivityDefinition.relatedArtifact.where(type='predecessor').resource | CodeSystem.relatedArtifact.where(type='predecessor').resource | ConceptMap.relatedArtifact.where(type='predecessor').resource | EventDefinition.relatedArtifact.where(type='predecessor').resource | EvidenceVariable.relatedArtifact.where(type='predecessor').resource | Library.relatedArtifact.where(type='predecessor').resource | Measure.relatedArtifact.where(type='predecessor').resource | NamingSystem.relatedArtifact.where(type='predecessor').resource | PlanDefinition.relatedArtifact.where(type='predecessor').resource | ValueSet.relatedArtifact.where(type='predecessor').resource", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-publisher", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher", + "version": "5.0.0", + "name": "publisher", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): Name of the publisher of the activity definition\r\n* [ActorDefinition](actordefinition.html): Name of the publisher of the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): Name of the publisher of the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): Name of the publisher of the charge item definition\r\n* [Citation](citation.html): Name of the publisher of the citation\r\n* [CodeSystem](codesystem.html): Name of the publisher of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): Name of the publisher of the compartment definition\r\n* [ConceptMap](conceptmap.html): Name of the publisher of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): Name of the publisher of the condition definition\r\n* [EventDefinition](eventdefinition.html): Name of the publisher of the event definition\r\n* [Evidence](evidence.html): Name of the publisher of the evidence\r\n* [EvidenceReport](evidencereport.html): Name of the publisher of the evidence report\r\n* [EvidenceVariable](evidencevariable.html): Name of the publisher of the evidence variable\r\n* [ExampleScenario](examplescenario.html): Name of the publisher of the example scenario\r\n* [GraphDefinition](graphdefinition.html): Name of the publisher of the graph definition\r\n* [ImplementationGuide](implementationguide.html): Name of the publisher of the implementation guide\r\n* [Library](library.html): Name of the publisher of the library\r\n* [Measure](measure.html): Name of the publisher of the measure\r\n* [MessageDefinition](messagedefinition.html): Name of the publisher of the message definition\r\n* [NamingSystem](namingsystem.html): Name of the publisher of the naming system\r\n* [OperationDefinition](operationdefinition.html): Name of the publisher of the operation definition\r\n* [PlanDefinition](plandefinition.html): Name of the publisher of the plan definition\r\n* [Questionnaire](questionnaire.html): Name of the publisher of the questionnaire\r\n* [Requirements](requirements.html): Name of the publisher of the requirements\r\n* [SearchParameter](searchparameter.html): Name of the publisher of the search parameter\r\n* [StructureDefinition](structuredefinition.html): Name of the publisher of the structure definition\r\n* [StructureMap](structuremap.html): Name of the publisher of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Name of the publisher of the terminology capabilities\r\n* [TestScript](testscript.html): Name of the publisher of the test script\r\n* [ValueSet](valueset.html): Name of the publisher of the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "publisher", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "string", + "expression": "ActivityDefinition.publisher | ActorDefinition.publisher | CapabilityStatement.publisher | ChargeItemDefinition.publisher | Citation.publisher | CodeSystem.publisher | CompartmentDefinition.publisher | ConceptMap.publisher | ConditionDefinition.publisher | EventDefinition.publisher | Evidence.publisher | EvidenceReport.publisher | EvidenceVariable.publisher | ExampleScenario.publisher | GraphDefinition.publisher | ImplementationGuide.publisher | Library.publisher | Measure.publisher | MessageDefinition.publisher | NamingSystem.publisher | OperationDefinition.publisher | PlanDefinition.publisher | Questionnaire.publisher | Requirements.publisher | SearchParameter.publisher | StructureDefinition.publisher | StructureMap.publisher | TerminologyCapabilities.publisher | TestScript.publisher | ValueSet.publisher", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-status", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The current status of the activity definition\r\n* [ActorDefinition](actordefinition.html): The current status of the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): The current status of the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The current status of the charge item definition\r\n* [Citation](citation.html): The current status of the citation\r\n* [CodeSystem](codesystem.html): The current status of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The current status of the compartment definition\r\n* [ConceptMap](conceptmap.html): The current status of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): The current status of the condition definition\r\n* [EventDefinition](eventdefinition.html): The current status of the event definition\r\n* [Evidence](evidence.html): The current status of the evidence\r\n* [EvidenceReport](evidencereport.html): The current status of the evidence report\r\n* [EvidenceVariable](evidencevariable.html): The current status of the evidence variable\r\n* [ExampleScenario](examplescenario.html): The current status of the example scenario\r\n* [GraphDefinition](graphdefinition.html): The current status of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The current status of the implementation guide\r\n* [Library](library.html): The current status of the library\r\n* [Measure](measure.html): The current status of the measure\r\n* [MedicationKnowledge](medicationknowledge.html): active | inactive | entered-in-error\r\n* [MessageDefinition](messagedefinition.html): The current status of the message definition\r\n* [NamingSystem](namingsystem.html): The current status of the naming system\r\n* [ObservationDefinition](observationdefinition.html): Publication status of the ObservationDefinition: draft, active, retired, unknown\r\n* [OperationDefinition](operationdefinition.html): The current status of the operation definition\r\n* [PlanDefinition](plandefinition.html): The current status of the plan definition\r\n* [Questionnaire](questionnaire.html): The current status of the questionnaire\r\n* [Requirements](requirements.html): The current status of the requirements\r\n* [SearchParameter](searchparameter.html): The current status of the search parameter\r\n* [SpecimenDefinition](specimendefinition.html): Publication status of the SpecimenDefinition: draft, active, retired, unknown\r\n* [StructureDefinition](structuredefinition.html): The current status of the structure definition\r\n* [StructureMap](structuremap.html): The current status of the structure map\r\n* [SubscriptionTopic](subscriptiontopic.html): draft | active | retired | unknown\r\n* [TerminologyCapabilities](terminologycapabilities.html): The current status of the terminology capabilities\r\n* [TestPlan](testplan.html): The current status of the test plan\r\n* [TestScript](testscript.html): The current status of the test script\r\n* [ValueSet](valueset.html): The current status of the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MedicationKnowledge", + "MessageDefinition", + "NamingSystem", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestPlan", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ] + }, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "token", + "expression": "ActivityDefinition.status | ActorDefinition.status | CapabilityStatement.status | ChargeItemDefinition.status | Citation.status | CodeSystem.status | CompartmentDefinition.status | ConceptMap.status | ConditionDefinition.status | EventDefinition.status | Evidence.status | EvidenceReport.status | EvidenceVariable.status | ExampleScenario.status | GraphDefinition.status | ImplementationGuide.status | Library.status | Measure.status | MedicationKnowledge.status | MessageDefinition.status | NamingSystem.status | ObservationDefinition.status | OperationDefinition.status | PlanDefinition.status | Questionnaire.status | Requirements.status | SearchParameter.status | SpecimenDefinition.status | StructureDefinition.status | StructureMap.status | SubscriptionTopic.status | TerminologyCapabilities.status | TestPlan.status | TestScript.status | ValueSet.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MetadataResource-successor", + "resource": { + "resourceType": "SearchParameter", + "id": "MetadataResource-successor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-successor", + "version": "5.0.0", + "name": "successor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): What resource is being referenced\r\n* [EventDefinition](eventdefinition.html): What resource is being referenced\r\n* [EvidenceVariable](evidencevariable.html): What resource is being referenced\r\n* [Library](library.html): What resource is being referenced\r\n* [Measure](measure.html): What resource is being referenced\r\n* [PlanDefinition](plandefinition.html): What resource is being referenced\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "successor", + "base": [ + "ActivityDefinition", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "PlanDefinition" + ], + "type": "reference", + "expression": "ActivityDefinition.relatedArtifact.where(type='successor').resource | EventDefinition.relatedArtifact.where(type='successor').resource | EvidenceVariable.relatedArtifact.where(type='successor').resource | Library.relatedArtifact.where(type='successor').resource | Measure.relatedArtifact.where(type='successor').resource | PlanDefinition.relatedArtifact.where(type='successor').resource", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-title", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-title", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-title", + "version": "5.0.0", + "name": "title", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The human-friendly name of the activity definition\r\n* [ActorDefinition](actordefinition.html): The human-friendly name of the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): The human-friendly name of the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The human-friendly name of the charge item definition\r\n* [Citation](citation.html): The human-friendly name of the citation\r\n* [CodeSystem](codesystem.html): The human-friendly name of the code system\r\n* [ConceptMap](conceptmap.html): The human-friendly name of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): The human-friendly name of the condition definition\r\n* [EventDefinition](eventdefinition.html): The human-friendly name of the event definition\r\n* [Evidence](evidence.html): The human-friendly name of the evidence\r\n* [EvidenceVariable](evidencevariable.html): The human-friendly name of the evidence variable\r\n* [ImplementationGuide](implementationguide.html): The human-friendly name of the implementation guide\r\n* [Library](library.html): The human-friendly name of the library\r\n* [Measure](measure.html): The human-friendly name of the measure\r\n* [MessageDefinition](messagedefinition.html): The human-friendly name of the message definition\r\n* [ObservationDefinition](observationdefinition.html): Human-friendly name of the ObservationDefinition\r\n* [OperationDefinition](operationdefinition.html): The human-friendly name of the operation definition\r\n* [PlanDefinition](plandefinition.html): The human-friendly name of the plan definition\r\n* [Questionnaire](questionnaire.html): The human-friendly name of the questionnaire\r\n* [Requirements](requirements.html): The human-friendly name of the requirements\r\n* [SpecimenDefinition](specimendefinition.html): Human-friendly name of the SpecimenDefinition\r\n* [StructureDefinition](structuredefinition.html): The human-friendly name of the structure definition\r\n* [StructureMap](structuremap.html): The human-friendly name of the structure map\r\n* [SubscriptionTopic](subscriptiontopic.html): Name for this SubscriptionTopic (Human friendly)\r\n* [TerminologyCapabilities](terminologycapabilities.html): The human-friendly name of the terminology capabilities\r\n* [TestScript](testscript.html): The human-friendly name of the test script\r\n* [ValueSet](valueset.html): The human-friendly name of the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "title", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "string", + "expression": "ActivityDefinition.title | ActorDefinition.title | CapabilityStatement.title | ChargeItemDefinition.title | Citation.title | CodeSystem.title | ConceptMap.title | ConditionDefinition.title | EventDefinition.title | Evidence.title | EvidenceVariable.title | ImplementationGuide.title | Library.title | Measure.title | MessageDefinition.title | ObservationDefinition.title | OperationDefinition.title | PlanDefinition.title | Questionnaire.title | Requirements.title | SpecimenDefinition.title | StructureDefinition.title | StructureMap.title | SubscriptionTopic.title | TerminologyCapabilities.title | TestScript.title | ValueSet.title", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MetadataResource-topic", + "resource": { + "resourceType": "SearchParameter", + "id": "MetadataResource-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-topic", + "version": "5.0.0", + "name": "topic", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): Topics associated with the module\r\n* [CodeSystem](codesystem.html): Topics associated with the CodeSystem\r\n* [ConceptMap](conceptmap.html): Topics associated with the ConceptMap\r\n* [EventDefinition](eventdefinition.html): Topics associated with the module\r\n* [EvidenceVariable](evidencevariable.html): Topics associated with the EvidenceVariable\r\n* [Library](library.html): Topics associated with the module\r\n* [Measure](measure.html): Topics associated with the measure\r\n* [NamingSystem](namingsystem.html): Topics associated with the NamingSystem\r\n* [PlanDefinition](plandefinition.html): Topics associated with the module\r\n* [ValueSet](valueset.html): Topics associated with the ValueSet\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "topic", + "base": [ + "ActivityDefinition", + "CodeSystem", + "ConceptMap", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "NamingSystem", + "PlanDefinition", + "ValueSet" + ], + "type": "token", + "expression": "ActivityDefinition.topic | CodeSystem.topic | ConceptMap.topic | EventDefinition.topic | Library.topic | Measure.topic | NamingSystem.topic | PlanDefinition.topic | ValueSet.topic", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-url", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-url", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-url", + "version": "5.0.0", + "name": "url", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The uri that identifies the activity definition\r\n* [ActorDefinition](actordefinition.html): The uri that identifies the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): The uri that identifies the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The uri that identifies the charge item definition\r\n* [Citation](citation.html): The uri that identifies the citation\r\n* [CodeSystem](codesystem.html): The uri that identifies the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The uri that identifies the compartment definition\r\n* [ConceptMap](conceptmap.html): The URI that identifies the concept map\r\n* [ConditionDefinition](conditiondefinition.html): The uri that identifies the condition definition\r\n* [EventDefinition](eventdefinition.html): The uri that identifies the event definition\r\n* [Evidence](evidence.html): The uri that identifies the evidence\r\n* [EvidenceReport](evidencereport.html): The uri that identifies the evidence report\r\n* [EvidenceVariable](evidencevariable.html): The uri that identifies the evidence variable\r\n* [ExampleScenario](examplescenario.html): The uri that identifies the example scenario\r\n* [GraphDefinition](graphdefinition.html): The uri that identifies the graph definition\r\n* [ImplementationGuide](implementationguide.html): The uri that identifies the implementation guide\r\n* [Library](library.html): The uri that identifies the library\r\n* [Measure](measure.html): The uri that identifies the measure\r\n* [MessageDefinition](messagedefinition.html): The uri that identifies the message definition\r\n* [NamingSystem](namingsystem.html): The uri that identifies the naming system\r\n* [ObservationDefinition](observationdefinition.html): The uri that identifies the observation definition\r\n* [OperationDefinition](operationdefinition.html): The uri that identifies the operation definition\r\n* [PlanDefinition](plandefinition.html): The uri that identifies the plan definition\r\n* [Questionnaire](questionnaire.html): The uri that identifies the questionnaire\r\n* [Requirements](requirements.html): The uri that identifies the requirements\r\n* [SearchParameter](searchparameter.html): The uri that identifies the search parameter\r\n* [SpecimenDefinition](specimendefinition.html): The uri that identifies the specimen definition\r\n* [StructureDefinition](structuredefinition.html): The uri that identifies the structure definition\r\n* [StructureMap](structuremap.html): The uri that identifies the structure map\r\n* [SubscriptionTopic](subscriptiontopic.html): Logical canonical URL to reference this SubscriptionTopic (globally unique)\r\n* [TerminologyCapabilities](terminologycapabilities.html): The uri that identifies the terminology capabilities\r\n* [TestPlan](testplan.html): The uri that identifies the test plan\r\n* [TestScript](testscript.html): The uri that identifies the test script\r\n* [ValueSet](valueset.html): The uri that identifies the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "url", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestPlan", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "uri", + "expression": "ActivityDefinition.url | ActorDefinition.url | CapabilityStatement.url | ChargeItemDefinition.url | Citation.url | CodeSystem.url | CompartmentDefinition.url | ConceptMap.url | ConditionDefinition.url | EventDefinition.url | Evidence.url | EvidenceReport.url | EvidenceVariable.url | ExampleScenario.url | GraphDefinition.url | ImplementationGuide.url | Library.url | Measure.url | MessageDefinition.url | NamingSystem.url | ObservationDefinition.url | OperationDefinition.url | PlanDefinition.url | Questionnaire.url | Requirements.url | SearchParameter.url | SpecimenDefinition.url | StructureDefinition.url | StructureMap.url | SubscriptionTopic.url | TerminologyCapabilities.url | TestPlan.url | TestScript.url | ValueSet.url", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-version", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-version", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-version", + "version": "5.0.0", + "name": "version", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The business version of the activity definition\r\n* [ActorDefinition](actordefinition.html): The business version of the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): The business version of the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The business version of the charge item definition\r\n* [Citation](citation.html): The business version of the citation\r\n* [CodeSystem](codesystem.html): The business version of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The business version of the compartment definition\r\n* [ConceptMap](conceptmap.html): The business version of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): The business version of the condition definition\r\n* [EventDefinition](eventdefinition.html): The business version of the event definition\r\n* [Evidence](evidence.html): The business version of the evidence\r\n* [EvidenceVariable](evidencevariable.html): The business version of the evidence variable\r\n* [ExampleScenario](examplescenario.html): The business version of the example scenario\r\n* [GraphDefinition](graphdefinition.html): The business version of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The business version of the implementation guide\r\n* [Library](library.html): The business version of the library\r\n* [Measure](measure.html): The business version of the measure\r\n* [MessageDefinition](messagedefinition.html): The business version of the message definition\r\n* [NamingSystem](namingsystem.html): The business version of the naming system\r\n* [OperationDefinition](operationdefinition.html): The business version of the operation definition\r\n* [PlanDefinition](plandefinition.html): The business version of the plan definition\r\n* [Questionnaire](questionnaire.html): The business version of the questionnaire\r\n* [Requirements](requirements.html): The business version of the requirements\r\n* [SearchParameter](searchparameter.html): The business version of the search parameter\r\n* [StructureDefinition](structuredefinition.html): The business version of the structure definition\r\n* [StructureMap](structuremap.html): The business version of the structure map\r\n* [SubscriptionTopic](subscriptiontopic.html): Business version of the SubscriptionTopic\r\n* [TerminologyCapabilities](terminologycapabilities.html): The business version of the terminology capabilities\r\n* [TestScript](testscript.html): The business version of the test script\r\n* [ValueSet](valueset.html): The business version of the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "version", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "type": "token", + "expression": "ActivityDefinition.version | ActorDefinition.version | CapabilityStatement.version | ChargeItemDefinition.version | Citation.version | CodeSystem.version | CompartmentDefinition.version | ConceptMap.version | ConditionDefinition.version | EventDefinition.version | Evidence.version | EvidenceVariable.version | ExampleScenario.version | GraphDefinition.version | ImplementationGuide.version | Library.version | Measure.version | MessageDefinition.version | NamingSystem.version | OperationDefinition.version | PlanDefinition.version | Questionnaire.version | Requirements.version | SearchParameter.version | StructureDefinition.version | StructureMap.version | SubscriptionTopic.version | TerminologyCapabilities.version | TestScript.version | ValueSet.version", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-context-type-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity", + "version": "5.0.0", + "name": "context-type-quantity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): A use context type and quantity- or range-based value assigned to the activity definition\r\n* [ActorDefinition](actordefinition.html): A use context type and quantity- or range-based value assigned to the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): A use context type and quantity- or range-based value assigned to the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): A use context type and quantity- or range-based value assigned to the charge item definition\r\n* [Citation](citation.html): A use context type and quantity- or range-based value assigned to the citation\r\n* [CodeSystem](codesystem.html): A use context type and quantity- or range-based value assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context type and quantity- or range-based value assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context type and quantity- or range-based value assigned to the concept map\r\n* [ConditionDefinition](conditiondefinition.html): A use context type and quantity- or range-based value assigned to the condition definition\r\n* [EventDefinition](eventdefinition.html): A use context type and quantity- or range-based value assigned to the event definition\r\n* [Evidence](evidence.html): A use context type and quantity- or range-based value assigned to the evidence\r\n* [EvidenceReport](evidencereport.html): A use context type and quantity- or range-based value assigned to the evidence report\r\n* [EvidenceVariable](evidencevariable.html): A use context type and quantity- or range-based value assigned to the evidence variable\r\n* [ExampleScenario](examplescenario.html): A use context type and quantity- or range-based value assigned to the example scenario\r\n* [GraphDefinition](graphdefinition.html): A use context type and quantity- or range-based value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context type and quantity- or range-based value assigned to the implementation guide\r\n* [Library](library.html): A use context type and quantity- or range-based value assigned to the library\r\n* [Measure](measure.html): A use context type and quantity- or range-based value assigned to the measure\r\n* [MessageDefinition](messagedefinition.html): A use context type and quantity- or range-based value assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context type and quantity- or range-based value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context type and quantity- or range-based value assigned to the operation definition\r\n* [PlanDefinition](plandefinition.html): A use context type and quantity- or range-based value assigned to the plan definition\r\n* [Questionnaire](questionnaire.html): A use context type and quantity- or range-based value assigned to the questionnaire\r\n* [Requirements](requirements.html): A use context type and quantity- or range-based value assigned to the requirements\r\n* [SearchParameter](searchparameter.html): A use context type and quantity- or range-based value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context type and quantity- or range-based value assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context type and quantity- or range-based value assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context type and quantity- or range-based value assigned to the terminology capabilities\r\n* [TestScript](testscript.html): A use context type and quantity- or range-based value assigned to the test script\r\n* [ValueSet](valueset.html): A use context type and quantity- or range-based value assigned to the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "context-type-quantity", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "type": "composite", + "expression": "ActivityDefinition.useContext | ActorDefinition.useContext | CapabilityStatement.useContext | ChargeItemDefinition.useContext | Citation.useContext | CodeSystem.useContext | CompartmentDefinition.useContext | ConceptMap.useContext | ConditionDefinition.useContext | EventDefinition.useContext | Evidence.useContext | EvidenceReport.useContext | EvidenceVariable.useContext | ExampleScenario.useContext | GraphDefinition.useContext | ImplementationGuide.useContext | Library.useContext | Measure.useContext | MessageDefinition.useContext | NamingSystem.useContext | OperationDefinition.useContext | PlanDefinition.useContext | Questionnaire.useContext | Requirements.useContext | SearchParameter.useContext | StructureDefinition.useContext | StructureMap.useContext | TerminologyCapabilities.useContext | TestScript.useContext | ValueSet.useContext", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity", + "expression": "value.ofType(Quantity) | value.ofType(Range)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value", + "resource": { + "resourceType": "SearchParameter", + "id": "CanonicalResource-context-type-value", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value", + "version": "5.0.0", + "name": "context-type-value", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): A use context type and value assigned to the activity definition\r\n* [ActorDefinition](actordefinition.html): A use context type and value assigned to the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): A use context type and value assigned to the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): A use context type and value assigned to the charge item definition\r\n* [Citation](citation.html): A use context type and value assigned to the citation\r\n* [CodeSystem](codesystem.html): A use context type and value assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context type and value assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context type and value assigned to the concept map\r\n* [ConditionDefinition](conditiondefinition.html): A use context type and value assigned to the condition definition\r\n* [EventDefinition](eventdefinition.html): A use context type and value assigned to the event definition\r\n* [Evidence](evidence.html): A use context type and value assigned to the evidence\r\n* [EvidenceReport](evidencereport.html): A use context type and value assigned to the evidence report\r\n* [EvidenceVariable](evidencevariable.html): A use context type and value assigned to the evidence variable\r\n* [ExampleScenario](examplescenario.html): A use context type and value assigned to the example scenario\r\n* [GraphDefinition](graphdefinition.html): A use context type and value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context type and value assigned to the implementation guide\r\n* [Library](library.html): A use context type and value assigned to the library\r\n* [Measure](measure.html): A use context type and value assigned to the measure\r\n* [MessageDefinition](messagedefinition.html): A use context type and value assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context type and value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context type and value assigned to the operation definition\r\n* [PlanDefinition](plandefinition.html): A use context type and value assigned to the plan definition\r\n* [Questionnaire](questionnaire.html): A use context type and value assigned to the questionnaire\r\n* [Requirements](requirements.html): A use context type and value assigned to the requirements\r\n* [SearchParameter](searchparameter.html): A use context type and value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context type and value assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context type and value assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context type and value assigned to the terminology capabilities\r\n* [TestScript](testscript.html): A use context type and value assigned to the test script\r\n* [ValueSet](valueset.html): A use context type and value assigned to the value set\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "context-type-value", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "type": "composite", + "expression": "ActivityDefinition.useContext | ActorDefinition.useContext | CapabilityStatement.useContext | ChargeItemDefinition.useContext | Citation.useContext | CodeSystem.useContext | CompartmentDefinition.useContext | ConceptMap.useContext | ConditionDefinition.useContext | EventDefinition.useContext | Evidence.useContext | EvidenceReport.useContext | EvidenceVariable.useContext | ExampleScenario.useContext | GraphDefinition.useContext | ImplementationGuide.useContext | Library.useContext | Measure.useContext | MessageDefinition.useContext | NamingSystem.useContext | OperationDefinition.useContext | PlanDefinition.useContext | Questionnaire.useContext | Requirements.useContext | SearchParameter.useContext | StructureDefinition.useContext | StructureMap.useContext | TerminologyCapabilities.useContext | TestScript.useContext | ValueSet.useContext", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context", + "expression": "value.ofType(CodeableConcept)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ActorDefinition-type", + "resource": { + "resourceType": "SearchParameter", + "id": "ActorDefinition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ActorDefinition-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The type of actor", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "ActorDefinition" + ], + "type": "token", + "expression": "ActorDefinition.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-device", + "resource": { + "resourceType": "SearchParameter", + "id": "AdministrableProductDefinition-device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-device", + "version": "5.0.0", + "name": "device", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A device that is integral to the medicinal product, in effect being considered as an \"ingredient\" of the medicinal product. This is not intended for devices that are just co-packaged", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "device", + "base": [ + "AdministrableProductDefinition" + ], + "type": "reference", + "expression": "AdministrableProductDefinition.device", + "processingMode": "normal", + "target": [ + "DeviceDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-dose-form", + "resource": { + "resourceType": "SearchParameter", + "id": "AdministrableProductDefinition-dose-form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-dose-form", + "version": "5.0.0", + "name": "dose-form", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The administrable dose form, i.e. the dose form of the final product after necessary reconstitution or processing", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "dose-form", + "base": [ + "AdministrableProductDefinition" + ], + "type": "token", + "expression": "AdministrableProductDefinition.administrableDoseForm", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-form-of", + "resource": { + "resourceType": "SearchParameter", + "id": "AdministrableProductDefinition-form-of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-form-of", + "version": "5.0.0", + "name": "form-of", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The medicinal product that this is an administrable form of. This is not a reference to the item(s) that make up this administrable form - it is the whole product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "form-of", + "base": [ + "AdministrableProductDefinition" + ], + "type": "reference", + "expression": "AdministrableProductDefinition.formOf", + "processingMode": "normal", + "target": [ + "MedicinalProductDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "AdministrableProductDefinition-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "An identifier for the administrable product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "AdministrableProductDefinition" + ], + "type": "token", + "expression": "AdministrableProductDefinition.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-ingredient", + "resource": { + "resourceType": "SearchParameter", + "id": "AdministrableProductDefinition-ingredient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-ingredient", + "version": "5.0.0", + "name": "ingredient", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The ingredients of this administrable medicinal product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "ingredient", + "base": [ + "AdministrableProductDefinition" + ], + "type": "token", + "expression": "AdministrableProductDefinition.ingredient", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-manufactured-item", + "resource": { + "resourceType": "SearchParameter", + "id": "AdministrableProductDefinition-manufactured-item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-manufactured-item", + "version": "5.0.0", + "name": "manufactured-item", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The manufactured item(s) that this administrable product is produced from. Either a single item, or several that are mixed before administration (e.g. a power item and a solution item). Note that these are not raw ingredients", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "manufactured-item", + "base": [ + "AdministrableProductDefinition" + ], + "type": "reference", + "expression": "AdministrableProductDefinition.producedFrom", + "processingMode": "normal", + "target": [ + "ManufacturedItemDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-route", + "resource": { + "resourceType": "SearchParameter", + "id": "AdministrableProductDefinition-route", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-route", + "version": "5.0.0", + "name": "route", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Coded expression for the route", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "route", + "base": [ + "AdministrableProductDefinition" + ], + "type": "token", + "expression": "AdministrableProductDefinition.routeOfAdministration.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-status", + "resource": { + "resourceType": "SearchParameter", + "id": "AdministrableProductDefinition-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The status of this administrable product. Enables tracking the life-cycle of the content.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "AdministrableProductDefinition" + ], + "type": "token", + "expression": "AdministrableProductDefinition.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-target-species", + "resource": { + "resourceType": "SearchParameter", + "id": "AdministrableProductDefinition-target-species", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-target-species", + "version": "5.0.0", + "name": "target-species", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Coded expression for the species", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target-species", + "base": [ + "AdministrableProductDefinition" + ], + "type": "token", + "expression": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdverseEvent-actuality", + "resource": { + "resourceType": "SearchParameter", + "id": "AdverseEvent-actuality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-actuality", + "version": "5.0.0", + "name": "actuality", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "actual | potential", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "actuality", + "base": [ + "AdverseEvent" + ], + "type": "token", + "expression": "AdverseEvent.actuality", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdverseEvent-category", + "resource": { + "resourceType": "SearchParameter", + "id": "AdverseEvent-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "wrong-patient | procedure-mishap | medication-mishap | device | unsafe-physical-environment | hospital-aquired-infection | wrong-body-site", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "AdverseEvent" + ], + "type": "token", + "expression": "AdverseEvent.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/clinical-code", + "resource": { + "resourceType": "SearchParameter", + "id": "clinical-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/clinical-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [AdverseEvent](adverseevent.html): Event or incident that occurred or was averted\r\n* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance\r\n* [AuditEvent](auditevent.html): More specific code for the event\r\n* [Basic](basic.html): Kind of Resource\r\n* [ChargeItem](chargeitem.html): A code that identifies the charge, like a billing code\r\n* [Condition](condition.html): Code for the condition\r\n* [DetectedIssue](detectedissue.html): Issue Type, e.g. drug-drug, duplicate therapy, etc.\r\n* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered\r\n* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result\r\n* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code\r\n* [ImagingSelection](imagingselection.html): The imaging selection status\r\n* [List](list.html): What the purpose of this list is\r\n* [Medication](medication.html): Returns medications for a specific code\r\n* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code\r\n* [MedicationStatement](medicationstatement.html): Return statements of this medication code\r\n* [NutritionIntake](nutritionintake.html): Returns statements of this code of NutritionIntake\r\n* [Observation](observation.html): The code of the observation type\r\n* [Procedure](procedure.html): A code to identify a procedure\r\n* [RequestOrchestration](requestorchestration.html): The code of the request orchestration\r\n* [Task](task.html): Search by task code\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "AdverseEvent", + "AllergyIntolerance", + "AuditEvent", + "Basic", + "ChargeItem", + "Condition", + "DetectedIssue", + "DeviceRequest", + "DiagnosticReport", + "FamilyMemberHistory", + "ImagingSelection", + "List", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement", + "NutritionIntake", + "Observation", + "Procedure", + "RequestOrchestration", + "Task" + ], + "_base": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null + ], + "type": "token", + "expression": "AdverseEvent.code | AllergyIntolerance.code | AllergyIntolerance.reaction.substance | AuditEvent.code | Basic.code | ChargeItem.code | Condition.code | DetectedIssue.code | DeviceRequest.code.concept | DiagnosticReport.code | FamilyMemberHistory.condition.code | ImagingSelection.status | List.code | Medication.code | MedicationAdministration.medication.concept | MedicationDispense.medication.concept | MedicationRequest.medication.concept | MedicationStatement.medication.concept | NutritionIntake.code | Observation.code | Procedure.code | RequestOrchestration.code | Task.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/clinical-date", + "resource": { + "resourceType": "SearchParameter", + "id": "clinical-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/clinical-date", + "version": "5.0.0", + "name": "date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [AdverseEvent](adverseevent.html): When the event occurred\r\n* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded\r\n* [Appointment](appointment.html): Appointment date/time.\r\n* [AuditEvent](auditevent.html): Time when the event was recorded\r\n* [CarePlan](careplan.html): Time period plan covers\r\n* [CareTeam](careteam.html): A date within the coverage time period.\r\n* [ClinicalImpression](clinicalimpression.html): When the assessment was documented\r\n* [Composition](composition.html): Composition editing time\r\n* [Consent](consent.html): When consent was agreed to\r\n* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report\r\n* [DocumentReference](documentreference.html): When this document reference was created\r\n* [Encounter](encounter.html): A date within the actualPeriod the Encounter lasted\r\n* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period\r\n* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated\r\n* [Flag](flag.html): Time period when flag is active\r\n* [Immunization](immunization.html): Vaccination (non)-Administration Date\r\n* [ImmunizationEvaluation](immunizationevaluation.html): Date the evaluation was generated\r\n* [ImmunizationRecommendation](immunizationrecommendation.html): Date recommendation(s) created\r\n* [Invoice](invoice.html): Invoice date / posting date\r\n* [List](list.html): When the list was prepared\r\n* [MeasureReport](measurereport.html): The date of the measure report\r\n* [NutritionIntake](nutritionintake.html): Date when patient was taking (or not taking) the medication\r\n* [Observation](observation.html): Clinically relevant time/time-period for observation\r\n* [Procedure](procedure.html): When the procedure occurred or is occurring\r\n* [ResearchSubject](researchsubject.html): Start and end of participation\r\n* [RiskAssessment](riskassessment.html): When was assessment made?\r\n* [SupplyRequest](supplyrequest.html): When the request was made\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "date", + "base": [ + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AuditEvent", + "CarePlan", + "CareTeam", + "ClinicalImpression", + "Composition", + "Consent", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EpisodeOfCare", + "FamilyMemberHistory", + "Flag", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "Invoice", + "List", + "MeasureReport", + "NutritionIntake", + "Observation", + "Procedure", + "ResearchSubject", + "RiskAssessment", + "SupplyRequest" + ], + "_base": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null + ], + "type": "date", + "expression": "AdverseEvent.occurrence.ofType(dateTime) | AdverseEvent.occurrence.ofType(Period) | AdverseEvent.occurrence.ofType(Timing) | AllergyIntolerance.recordedDate | AuditEvent.recorded | CarePlan.period | ClinicalImpression.date | Composition.date | Consent.date | DiagnosticReport.effective.ofType(dateTime) | DiagnosticReport.effective.ofType(Period) | DocumentReference.date | Encounter.actualPeriod | EpisodeOfCare.period | FamilyMemberHistory.date | Flag.period | (Immunization.occurrence.ofType(dateTime)) | ImmunizationEvaluation.date | ImmunizationRecommendation.date | Invoice.date | List.date | MeasureReport.date | NutritionIntake.occurrence.ofType(dateTime) | NutritionIntake.occurrence.ofType(Period) | Observation.effective.ofType(dateTime) | Observation.effective.ofType(Period) | Observation.effective.ofType(Timing) | Observation.effective.ofType(instant) | Procedure.occurrence.ofType(dateTime) | Procedure.occurrence.ofType(Period) | Procedure.occurrence.ofType(Timing) | ResearchSubject.period | (RiskAssessment.occurrence.ofType(dateTime)) | SupplyRequest.authoredOn", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdverseEvent-location", + "resource": { + "resourceType": "SearchParameter", + "id": "AdverseEvent-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Location where adverse event occurred", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "AdverseEvent" + ], + "type": "reference", + "expression": "AdverseEvent.location", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder", + "resource": { + "resourceType": "SearchParameter", + "id": "AdverseEvent-recorder", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder", + "version": "5.0.0", + "name": "recorder", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who recorded the adverse event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "recorder", + "base": [ + "AdverseEvent" + ], + "type": "reference", + "expression": "AdverseEvent.recorder", + "processingMode": "normal", + "target": [ + "RelatedPerson", + "PractitionerRole", + "ResearchSubject", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingeffect", + "resource": { + "resourceType": "SearchParameter", + "id": "AdverseEvent-resultingeffect", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingeffect", + "version": "5.0.0", + "name": "resultingeffect", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Effect on the subject due to this event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "resultingeffect", + "base": [ + "AdverseEvent" + ], + "type": "reference", + "expression": "AdverseEvent.resultingEffect", + "processingMode": "normal", + "target": [ + "Observation", + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness", + "resource": { + "resourceType": "SearchParameter", + "id": "AdverseEvent-seriousness", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness", + "version": "5.0.0", + "name": "seriousness", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Seriousness or gravity of the event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "seriousness", + "base": [ + "AdverseEvent" + ], + "type": "token", + "expression": "AdverseEvent.seriousness", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdverseEvent-status", + "resource": { + "resourceType": "SearchParameter", + "id": "AdverseEvent-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "in-progress | completed | entered-in-error | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "AdverseEvent" + ], + "type": "token", + "expression": "AdverseEvent.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdverseEvent-study", + "resource": { + "resourceType": "SearchParameter", + "id": "AdverseEvent-study", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-study", + "version": "5.0.0", + "name": "study", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Research study that the subject is enrolled in", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "study", + "base": [ + "AdverseEvent" + ], + "type": "reference", + "expression": "AdverseEvent.study", + "processingMode": "normal", + "target": [ + "ResearchStudy" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdverseEvent-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "AdverseEvent-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Subject impacted by event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "AdverseEvent" + ], + "type": "reference", + "expression": "AdverseEvent.subject", + "processingMode": "normal", + "target": [ + "RelatedPerson", + "ResearchSubject", + "Group", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AdverseEvent-substance", + "resource": { + "resourceType": "SearchParameter", + "id": "AdverseEvent-substance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-substance", + "version": "5.0.0", + "name": "substance", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Refers to the specific entity that caused the adverse event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "substance", + "base": [ + "AdverseEvent" + ], + "type": "reference", + "expression": "(AdverseEvent.suspectEntity.instance as Reference)", + "processingMode": "normal", + "target": [ + "Device", + "Procedure", + "MedicationStatement", + "ResearchStudy", + "MedicationAdministration", + "BiologicallyDerivedProduct", + "Immunization", + "Substance", + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category", + "resource": { + "resourceType": "SearchParameter", + "id": "AllergyIntolerance-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "food | medication | environment | biologic", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "AllergyIntolerance" + ], + "type": "token", + "expression": "AllergyIntolerance.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status", + "resource": { + "resourceType": "SearchParameter", + "id": "AllergyIntolerance-clinical-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status", + "version": "5.0.0", + "name": "clinical-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "active | inactive | resolved", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "clinical-status", + "base": [ + "AllergyIntolerance" + ], + "type": "token", + "expression": "AllergyIntolerance.clinicalStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality", + "resource": { + "resourceType": "SearchParameter", + "id": "AllergyIntolerance-criticality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality", + "version": "5.0.0", + "name": "criticality", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "low | high | unable-to-assess", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "criticality", + "base": [ + "AllergyIntolerance" + ], + "type": "token", + "expression": "AllergyIntolerance.criticality", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date", + "resource": { + "resourceType": "SearchParameter", + "id": "AllergyIntolerance-last-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date", + "version": "5.0.0", + "name": "last-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Date(/time) of last known occurrence of a reaction", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "last-date", + "base": [ + "AllergyIntolerance" + ], + "type": "date", + "expression": "AllergyIntolerance.lastOccurrence", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-code", + "resource": { + "resourceType": "SearchParameter", + "id": "AllergyIntolerance-manifestation-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-code", + "version": "5.0.0", + "name": "manifestation-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Clinical symptoms/signs associated with the Event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "manifestation-code", + "base": [ + "AllergyIntolerance" + ], + "type": "token", + "expression": "AllergyIntolerance.reaction.manifestation.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "AllergyIntolerance-manifestation-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-reference", + "version": "5.0.0", + "name": "manifestation-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Clinical symptoms/signs associated with the Event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "manifestation-reference", + "base": [ + "AllergyIntolerance" + ], + "type": "reference", + "expression": "AllergyIntolerance.reaction.manifestation.reference", + "processingMode": "normal", + "target": [ + "Observation" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-participant", + "resource": { + "resourceType": "SearchParameter", + "id": "AllergyIntolerance-participant", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-participant", + "version": "5.0.0", + "name": "participant", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who or what participated in the activities related to the allergy or intolerance", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "participant", + "base": [ + "AllergyIntolerance" + ], + "type": "reference", + "expression": "AllergyIntolerance.participant.actor", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route", + "resource": { + "resourceType": "SearchParameter", + "id": "AllergyIntolerance-route", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route", + "version": "5.0.0", + "name": "route", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "How the subject was exposed to the substance", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "route", + "base": [ + "AllergyIntolerance" + ], + "type": "token", + "expression": "AllergyIntolerance.reaction.exposureRoute", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity", + "resource": { + "resourceType": "SearchParameter", + "id": "AllergyIntolerance-severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity", + "version": "5.0.0", + "name": "severity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "mild | moderate | severe (of event as a whole)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "severity", + "base": [ + "AllergyIntolerance" + ], + "type": "token", + "expression": "AllergyIntolerance.reaction.severity", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status", + "resource": { + "resourceType": "SearchParameter", + "id": "AllergyIntolerance-verification-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status", + "version": "5.0.0", + "name": "verification-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "unconfirmed | presumed | confirmed | refuted | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "verification-status", + "base": [ + "AllergyIntolerance" + ], + "type": "token", + "expression": "AllergyIntolerance.verificationStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-actor", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-actor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-actor", + "version": "5.0.0", + "name": "actor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Any one of the individuals participating in the appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "actor", + "base": [ + "Appointment" + ], + "type": "reference", + "expression": "Appointment.participant.actor", + "processingMode": "normal", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-appointment-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-appointment-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-appointment-type", + "version": "5.0.0", + "name": "appointment-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The style of appointment or patient that has been booked in the slot (not service type)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "appointment-type", + "base": [ + "Appointment" + ], + "type": "token", + "expression": "Appointment.appointmentType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The service request this appointment is allocated to assess", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "Appointment" + ], + "type": "reference", + "expression": "Appointment.basedOn", + "processingMode": "normal", + "target": [ + "DeviceRequest", + "ServiceRequest", + "CarePlan", + "MedicationRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-group", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-group", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-group", + "version": "5.0.0", + "name": "group", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "One of the individuals of the appointment is this patient", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "group", + "base": [ + "Appointment" + ], + "type": "reference", + "expression": "Appointment.participant.actor.where(resolve() is Group) | Appointment.subject.where(resolve() is Group)", + "processingMode": "normal", + "target": [ + "Group" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-location", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "This location is listed in the participants of the appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "Appointment" + ], + "type": "reference", + "expression": "Appointment.participant.actor.where(resolve() is Location)", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-part-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-part-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-part-status", + "version": "5.0.0", + "name": "part-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The Participation status of the subject, or other participant on the appointment. Can be used to locate participants that have not responded to meeting requests.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "part-status", + "base": [ + "Appointment" + ], + "type": "token", + "expression": "Appointment.participant.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-practitioner", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-practitioner", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-practitioner", + "version": "5.0.0", + "name": "practitioner", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "One of the individuals of the appointment is this practitioner", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "practitioner", + "base": [ + "Appointment" + ], + "type": "reference", + "expression": "Appointment.participant.actor.where(resolve() is Practitioner)", + "processingMode": "normal", + "target": [ + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-reason-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-reason-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-reason-code", + "version": "5.0.0", + "name": "reason-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Reference to a concept (by class)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-code", + "base": [ + "Appointment" + ], + "type": "token", + "expression": "Appointment.reason.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-reason-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-reason-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-reason-reference", + "version": "5.0.0", + "name": "reason-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (by instance)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-reference", + "base": [ + "Appointment" + ], + "type": "reference", + "expression": "Appointment.reason.reference", + "processingMode": "normal", + "target": [ + "Procedure", + "Observation", + "ImmunizationRecommendation", + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-requested-period", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-requested-period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-requested-period", + "version": "5.0.0", + "name": "requested-period", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "During what period was the Appointment requested to take place", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requested-period", + "base": [ + "Appointment" + ], + "type": "date", + "expression": "requestedPeriod", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-service-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-service-category", + "version": "5.0.0", + "name": "service-category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A broad categorization of the service that is to be performed during this appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-category", + "base": [ + "Appointment" + ], + "type": "token", + "expression": "Appointment.serviceCategory", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-service-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-service-type", + "version": "5.0.0", + "name": "service-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The specific service (by coding) that is to be performed during this appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-type", + "base": [ + "Appointment" + ], + "type": "token", + "expression": "Appointment.serviceType.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-service-type-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-service-type-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-service-type-reference", + "version": "5.0.0", + "name": "service-type-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The specific service (by HealthcareService) that is to be performed during this appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-type-reference", + "base": [ + "Appointment" + ], + "type": "reference", + "expression": "Appointment.serviceType.reference", + "processingMode": "normal", + "target": [ + "HealthcareService" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-slot", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-slot", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-slot", + "version": "5.0.0", + "name": "slot", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The slots that this appointment is filling", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "slot", + "base": [ + "Appointment" + ], + "type": "reference", + "expression": "Appointment.slot", + "processingMode": "normal", + "target": [ + "Slot" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-specialty", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-specialty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-specialty", + "version": "5.0.0", + "name": "specialty", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The specialty of a practitioner that would be required to perform the service requested in this appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specialty", + "base": [ + "Appointment" + ], + "type": "token", + "expression": "Appointment.specialty", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The overall status of the appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Appointment" + ], + "type": "token", + "expression": "Appointment.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "One of the individuals of the appointment is this patient", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Appointment" + ], + "type": "reference", + "expression": "Appointment.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Appointment-supporting-info", + "resource": { + "resourceType": "SearchParameter", + "id": "Appointment-supporting-info", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Appointment-supporting-info", + "version": "5.0.0", + "name": "supporting-info", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Additional information to support the appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "supporting-info", + "base": [ + "Appointment" + ], + "type": "reference", + "expression": "Appointment.supportingInformation", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-actor", + "resource": { + "resourceType": "SearchParameter", + "id": "AppointmentResponse-actor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-actor", + "version": "5.0.0", + "name": "actor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The Person, Location/HealthcareService or Device that this appointment response replies for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "actor", + "base": [ + "AppointmentResponse" + ], + "type": "reference", + "expression": "AppointmentResponse.actor", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Device", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment", + "resource": { + "resourceType": "SearchParameter", + "id": "AppointmentResponse-appointment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment", + "version": "5.0.0", + "name": "appointment", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The appointment that the response is attached to", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "appointment", + "base": [ + "AppointmentResponse" + ], + "type": "reference", + "expression": "AppointmentResponse.appointment", + "processingMode": "normal", + "target": [ + "Appointment" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-group", + "resource": { + "resourceType": "SearchParameter", + "id": "AppointmentResponse-group", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-group", + "version": "5.0.0", + "name": "group", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "This Response is for this Group", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "group", + "base": [ + "AppointmentResponse" + ], + "type": "reference", + "expression": "AppointmentResponse.actor.where(resolve() is Group)", + "processingMode": "normal", + "target": [ + "Group" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-location", + "resource": { + "resourceType": "SearchParameter", + "id": "AppointmentResponse-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "This Response is for this Location", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "AppointmentResponse" + ], + "type": "reference", + "expression": "AppointmentResponse.actor.where(resolve() is Location)", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-part-status", + "resource": { + "resourceType": "SearchParameter", + "id": "AppointmentResponse-part-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-part-status", + "version": "5.0.0", + "name": "part-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The participants acceptance status for this appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "part-status", + "base": [ + "AppointmentResponse" + ], + "type": "token", + "expression": "AppointmentResponse.participantStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-practitioner", + "resource": { + "resourceType": "SearchParameter", + "id": "AppointmentResponse-practitioner", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-practitioner", + "version": "5.0.0", + "name": "practitioner", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "This Response is for this Practitioner", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "practitioner", + "base": [ + "AppointmentResponse" + ], + "type": "reference", + "expression": "AppointmentResponse.actor.where(resolve() is Practitioner)", + "processingMode": "normal", + "target": [ + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ArtifactAssessment-date", + "resource": { + "resourceType": "SearchParameter", + "id": "ArtifactAssessment-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ArtifactAssessment-date", + "version": "5.0.0", + "name": "date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The artifact assessment publication date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "date", + "base": [ + "ArtifactAssessment" + ], + "type": "date", + "expression": "ArtifactAssessment.date", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ArtifactAssessment-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "ArtifactAssessment-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ArtifactAssessment-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The artifact assessment identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "ArtifactAssessment" + ], + "type": "token", + "expression": "ArtifactAssessment.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AuditEvent-action", + "resource": { + "resourceType": "SearchParameter", + "id": "AuditEvent-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-action", + "version": "5.0.0", + "name": "action", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Type of action performed during the event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "action", + "base": [ + "AuditEvent" + ], + "type": "token", + "expression": "AuditEvent.action", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AuditEvent-agent", + "resource": { + "resourceType": "SearchParameter", + "id": "AuditEvent-agent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-agent", + "version": "5.0.0", + "name": "agent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Identifier of who", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "agent", + "base": [ + "AuditEvent" + ], + "type": "reference", + "expression": "AuditEvent.agent.who", + "processingMode": "normal", + "target": [ + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role", + "resource": { + "resourceType": "SearchParameter", + "id": "AuditEvent-agent-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role", + "version": "5.0.0", + "name": "agent-role", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Agent role in the event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "agent-role", + "base": [ + "AuditEvent" + ], + "type": "token", + "expression": "AuditEvent.agent.role", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AuditEvent-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "AuditEvent-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Reference to the service request.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "AuditEvent" + ], + "type": "reference", + "expression": "AuditEvent.basedOn", + "processingMode": "normal", + "target": [ + "DeviceRequest", + "ServiceRequest", + "CarePlan", + "Task", + "MedicationRequest", + "ImmunizationRecommendation", + "NutritionOrder" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AuditEvent-category", + "resource": { + "resourceType": "SearchParameter", + "id": "AuditEvent-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Category of event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "AuditEvent" + ], + "type": "token", + "expression": "AuditEvent.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/clinical-encounter", + "resource": { + "resourceType": "SearchParameter", + "id": "clinical-encounter", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/clinical-encounter", + "version": "5.0.0", + "name": "encounter", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [AuditEvent](auditevent.html): Encounter related to the activity recorded in the AuditEvent\r\n* [CarePlan](careplan.html): The Encounter during which this CarePlan was created\r\n* [ChargeItem](chargeitem.html): Encounter associated with event\r\n* [Claim](claim.html): Encounters associated with a billed line item\r\n* [ClinicalImpression](clinicalimpression.html): The Encounter during which this ClinicalImpression was created\r\n* [Communication](communication.html): The Encounter during which this Communication was created\r\n* [CommunicationRequest](communicationrequest.html): The Encounter during which this CommunicationRequest was created\r\n* [Composition](composition.html): Context of the Composition\r\n* [Condition](condition.html): The Encounter during which this Condition was created\r\n* [DeviceRequest](devicerequest.html): Encounter during which request was created\r\n* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made\r\n* [EncounterHistory](encounterhistory.html): The Encounter associated with this set of history values\r\n* [ExplanationOfBenefit](explanationofbenefit.html): Encounters associated with a billed line item\r\n* [Flag](flag.html): Alert relevant during encounter\r\n* [ImagingStudy](imagingstudy.html): The context of the study\r\n* [List](list.html): Context in which list created\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses with a specific encounter\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific encounter\r\n* [NutritionIntake](nutritionintake.html): Returns statements for a specific encounter\r\n* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier\r\n* [Observation](observation.html): Encounter related to the observation\r\n* [Procedure](procedure.html): The Encounter during which this Procedure was created\r\n* [Provenance](provenance.html): Encounter related to the Provenance\r\n* [QuestionnaireResponse](questionnaireresponse.html): Encounter associated with the questionnaire response\r\n* [RequestOrchestration](requestorchestration.html): The encounter the request orchestration applies to\r\n* [RiskAssessment](riskassessment.html): Where was assessment performed?\r\n* [ServiceRequest](servicerequest.html): An encounter in which this request is made\r\n* [Task](task.html): Search by encounter\r\n* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "encounter", + "base": [ + "AuditEvent", + "CarePlan", + "ChargeItem", + "Claim", + "ClinicalImpression", + "Communication", + "CommunicationRequest", + "Composition", + "Condition", + "DeviceRequest", + "DiagnosticReport", + "EncounterHistory", + "ExplanationOfBenefit", + "Flag", + "ImagingStudy", + "List", + "MedicationDispense", + "MedicationStatement", + "NutritionIntake", + "NutritionOrder", + "Observation", + "Procedure", + "Provenance", + "QuestionnaireResponse", + "RequestOrchestration", + "RiskAssessment", + "ServiceRequest", + "Task", + "VisionPrescription" + ], + "_base": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null + ], + "type": "reference", + "expression": "AuditEvent.encounter | CarePlan.encounter | ChargeItem.encounter | Claim.item.encounter | ClinicalImpression.encounter | Communication.encounter | CommunicationRequest.encounter | Composition.encounter | Condition.encounter | DeviceRequest.encounter | DiagnosticReport.encounter | EncounterHistory.encounter | ExplanationOfBenefit.item.encounter | Flag.encounter | ImagingStudy.encounter | List.encounter | MedicationDispense.encounter | MedicationStatement.encounter | NutritionIntake.encounter | NutritionOrder.encounter | Observation.encounter | Procedure.encounter | Provenance.encounter | QuestionnaireResponse.encounter | RequestOrchestration.encounter | RiskAssessment.encounter | ServiceRequest.encounter | Task.encounter | VisionPrescription.encounter", + "processingMode": "normal", + "target": [ + "Encounter" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity", + "resource": { + "resourceType": "SearchParameter", + "id": "AuditEvent-entity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity", + "version": "5.0.0", + "name": "entity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Specific instance of resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "entity", + "base": [ + "AuditEvent" + ], + "type": "reference", + "expression": "AuditEvent.entity.what", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role", + "resource": { + "resourceType": "SearchParameter", + "id": "AuditEvent-entity-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role", + "version": "5.0.0", + "name": "entity-role", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "What role the entity played", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "entity-role", + "base": [ + "AuditEvent" + ], + "type": "token", + "expression": "AuditEvent.entity.role", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AuditEvent-outcome", + "resource": { + "resourceType": "SearchParameter", + "id": "AuditEvent-outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-outcome", + "version": "5.0.0", + "name": "outcome", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Whether the event succeeded or failed", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "outcome", + "base": [ + "AuditEvent" + ], + "type": "token", + "expression": "AuditEvent.outcome.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AuditEvent-policy", + "resource": { + "resourceType": "SearchParameter", + "id": "AuditEvent-policy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-policy", + "version": "5.0.0", + "name": "policy", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Policy that authorized event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "policy", + "base": [ + "AuditEvent" + ], + "type": "uri", + "expression": "AuditEvent.agent.policy", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AuditEvent-purpose", + "resource": { + "resourceType": "SearchParameter", + "id": "AuditEvent-purpose", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-purpose", + "version": "5.0.0", + "name": "purpose", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "The authorization (purposeOfUse) of the event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "purpose", + "base": [ + "AuditEvent" + ], + "type": "token", + "expression": "AuditEvent.authorization | AuditEvent.agent.authorization", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/AuditEvent-source", + "resource": { + "resourceType": "SearchParameter", + "id": "AuditEvent-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-source", + "version": "5.0.0", + "name": "source", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "The identity of source detecting the event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source", + "base": [ + "AuditEvent" + ], + "type": "reference", + "expression": "AuditEvent.source.observer", + "processingMode": "normal", + "target": [ + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Basic-author", + "resource": { + "resourceType": "SearchParameter", + "id": "Basic-author", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Basic-author", + "version": "5.0.0", + "name": "author", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Who created", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "author", + "base": [ + "Basic" + ], + "type": "reference", + "expression": "Basic.author", + "processingMode": "normal", + "target": [ + "Organization", + "Device", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Basic-created", + "resource": { + "resourceType": "SearchParameter", + "id": "Basic-created", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Basic-created", + "version": "5.0.0", + "name": "created", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "When created", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "created", + "base": [ + "Basic" + ], + "type": "date", + "expression": "Basic.created", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Basic-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Basic-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Basic-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Identifies the focus of this resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Basic" + ], + "type": "reference", + "expression": "Basic.subject", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-biological-source-event", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProduct-biological-source-event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-biological-source-event", + "version": "5.0.0", + "name": "biological-source-event", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The biological source for the biologically derived product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "biological-source-event", + "base": [ + "BiologicallyDerivedProduct" + ], + "type": "token", + "expression": "BiologicallyDerivedProduct.biologicalSourceEvent", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-code", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProduct-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "A code that identifies the kind of this biologically derived product (SNOMED CT code).", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "BiologicallyDerivedProduct" + ], + "type": "token", + "expression": "BiologicallyDerivedProduct.productCode", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-collector", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProduct-collector", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-collector", + "version": "5.0.0", + "name": "collector", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Procedure request to obtain this biologically derived product.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "collector", + "base": [ + "BiologicallyDerivedProduct" + ], + "type": "reference", + "expression": "BiologicallyDerivedProduct.collection.collector", + "processingMode": "normal", + "target": [ + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProduct-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "BiologicallyDerivedProduct" + ], + "type": "token", + "expression": "BiologicallyDerivedProduct.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-product-category", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProduct-product-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-product-category", + "version": "5.0.0", + "name": "product-category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Broad category of this product.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "product-category", + "base": [ + "BiologicallyDerivedProduct" + ], + "type": "token", + "expression": "BiologicallyDerivedProduct.productCategory", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-product-status", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProduct-product-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-product-status", + "version": "5.0.0", + "name": "product-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Whether the product is currently available.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "product-status", + "base": [ + "BiologicallyDerivedProduct" + ], + "type": "token", + "expression": "BiologicallyDerivedProduct.productStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-request", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProduct-request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-request", + "version": "5.0.0", + "name": "request", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Procedure request to obtain this biologically derived product.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "request", + "base": [ + "BiologicallyDerivedProduct" + ], + "type": "reference", + "expression": "BiologicallyDerivedProduct.request", + "processingMode": "normal", + "target": [ + "ServiceRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-serial-number", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProduct-serial-number", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-serial-number", + "version": "5.0.0", + "name": "serial-number", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "serial-number", + "base": [ + "BiologicallyDerivedProduct" + ], + "type": "token", + "expression": "BiologicallyDerivedProduct.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProductDispense-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identifier of the dispense", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "BiologicallyDerivedProductDispense" + ], + "type": "token", + "expression": "BiologicallyDerivedProductDispense.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-patient", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProductDispense-patient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-patient", + "version": "5.0.0", + "name": "patient", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identity of a patient for whom to list dispenses", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "patient", + "base": [ + "BiologicallyDerivedProductDispense" + ], + "type": "reference", + "expression": "BiologicallyDerivedProductDispense.patient", + "processingMode": "normal", + "target": [ + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProductDispense-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identity of a patient for whom to list dispenses", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "BiologicallyDerivedProductDispense" + ], + "type": "reference", + "expression": "BiologicallyDerivedProductDispense.performer.actor", + "processingMode": "normal", + "target": [ + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-product", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProductDispense-product", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-product", + "version": "5.0.0", + "name": "product", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search for products that match this code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "product", + "base": [ + "BiologicallyDerivedProductDispense" + ], + "type": "reference", + "expression": "BiologicallyDerivedProductDispense.product", + "processingMode": "normal", + "target": [ + "BiologicallyDerivedProduct" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-status", + "resource": { + "resourceType": "SearchParameter", + "id": "BiologicallyDerivedProductDispense-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The status of the dispense", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "BiologicallyDerivedProductDispense" + ], + "type": "token", + "expression": "BiologicallyDerivedProductDispense.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BodyStructure-excludedstructure", + "resource": { + "resourceType": "SearchParameter", + "id": "BodyStructure-excludedstructure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BodyStructure-excludedstructure", + "version": "5.0.0", + "name": "excluded_structure", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Body site excludedStructure structure", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "excluded_structure", + "base": [ + "BodyStructure" + ], + "type": "token", + "expression": "BodyStructure.excludedStructure.structure", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BodyStructure-includedstructure", + "resource": { + "resourceType": "SearchParameter", + "id": "BodyStructure-includedstructure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BodyStructure-includedstructure", + "version": "5.0.0", + "name": "included_structure", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Body site includedStructure structure", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "included_structure", + "base": [ + "BodyStructure" + ], + "type": "token", + "expression": "BodyStructure.includedStructure.structure", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/BodyStructure-morphology", + "resource": { + "resourceType": "SearchParameter", + "id": "BodyStructure-morphology", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/BodyStructure-morphology", + "version": "5.0.0", + "name": "morphology", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Kind of Structure", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "morphology", + "base": [ + "BodyStructure" + ], + "type": "token", + "expression": "BodyStructure.morphology", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Bundle-composition", + "resource": { + "resourceType": "SearchParameter", + "id": "Bundle-composition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Bundle-composition", + "version": "5.0.0", + "name": "composition", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The first resource in the bundle, if the bundle type is \"document\" - this is a composition, and this parameter provides access to search its contents", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "composition", + "base": [ + "Bundle" + ], + "type": "reference", + "expression": "Bundle.entry[0].resource as Composition", + "processingMode": "normal", + "target": [ + "Composition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Bundle-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Bundle-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Bundle-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Persistent identifier for the bundle", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Bundle" + ], + "type": "token", + "expression": "Bundle.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Bundle-message", + "resource": { + "resourceType": "SearchParameter", + "id": "Bundle-message", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Bundle-message", + "version": "5.0.0", + "name": "message", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The first resource in the bundle, if the bundle type is \"message\" - this is a message header, and this parameter provides access to search its contents", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "message", + "base": [ + "Bundle" + ], + "type": "reference", + "expression": "Bundle.entry[0].resource as MessageHeader", + "processingMode": "normal", + "target": [ + "MessageHeader" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Bundle-timestamp", + "resource": { + "resourceType": "SearchParameter", + "id": "Bundle-timestamp", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Bundle-timestamp", + "version": "5.0.0", + "name": "timestamp", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "When the bundle was assembled", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "timestamp", + "base": [ + "Bundle" + ], + "type": "date", + "expression": "Bundle.timestamp", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Bundle-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Bundle-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Bundle-type", + "version": "5.0.0", + "name": "type", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection | subscription-notification", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "Bundle" + ], + "type": "token", + "expression": "Bundle.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion", + "resource": { + "resourceType": "SearchParameter", + "id": "CapabilityStatement-fhirversion", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion", + "version": "5.0.0", + "name": "fhirversion", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The version of FHIR", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "fhirversion", + "base": [ + "CapabilityStatement" + ], + "type": "token", + "expression": "CapabilityStatement.fhirVersion", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-format", + "resource": { + "resourceType": "SearchParameter", + "id": "CapabilityStatement-format", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-format", + "version": "5.0.0", + "name": "format", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "formats supported (xml | json | ttl | mime type)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "format", + "base": [ + "CapabilityStatement" + ], + "type": "token", + "expression": "CapabilityStatement.format", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide", + "resource": { + "resourceType": "SearchParameter", + "id": "CapabilityStatement-guide", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide", + "version": "5.0.0", + "name": "guide", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Implementation guides supported", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "guide", + "base": [ + "CapabilityStatement" + ], + "type": "reference", + "expression": "CapabilityStatement.implementationGuide", + "processingMode": "normal", + "target": [ + "ImplementationGuide" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode", + "resource": { + "resourceType": "SearchParameter", + "id": "CapabilityStatement-mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode", + "version": "5.0.0", + "name": "mode", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Mode - restful (server/client) or messaging (sender/receiver)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "mode", + "base": [ + "CapabilityStatement" + ], + "type": "token", + "expression": "CapabilityStatement.rest.mode", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource", + "resource": { + "resourceType": "SearchParameter", + "id": "CapabilityStatement-resource", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource", + "version": "5.0.0", + "name": "resource", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Name of a resource mentioned in a capability statement", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "resource", + "base": [ + "CapabilityStatement" + ], + "type": "token", + "expression": "CapabilityStatement.rest.resource.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile", + "resource": { + "resourceType": "SearchParameter", + "id": "CapabilityStatement-resource-profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile", + "version": "5.0.0", + "name": "resource-profile", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A profile id invoked in a capability statement", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "resource-profile", + "base": [ + "CapabilityStatement" + ], + "type": "reference", + "expression": "CapabilityStatement.rest.resource.profile", + "processingMode": "normal", + "target": [ + "StructureDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service", + "resource": { + "resourceType": "SearchParameter", + "id": "CapabilityStatement-security-service", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service", + "version": "5.0.0", + "name": "security-service", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "security-service", + "base": [ + "CapabilityStatement" + ], + "type": "token", + "expression": "CapabilityStatement.rest.security.service", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-software", + "resource": { + "resourceType": "SearchParameter", + "id": "CapabilityStatement-software", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-software", + "version": "5.0.0", + "name": "software", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Part of the name of a software application", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "software", + "base": [ + "CapabilityStatement" + ], + "type": "string", + "expression": "CapabilityStatement.software.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile", + "resource": { + "resourceType": "SearchParameter", + "id": "CapabilityStatement-supported-profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile", + "version": "5.0.0", + "name": "supported-profile", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Profiles for use cases supported", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "supported-profile", + "base": [ + "CapabilityStatement" + ], + "type": "reference", + "expression": "CapabilityStatement.rest.resource.supportedProfile", + "processingMode": "normal", + "target": [ + "StructureDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-activity-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference", + "version": "5.0.0", + "name": "activity-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Activity that is intended to be part of the care plan", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "activity-reference", + "base": [ + "CarePlan" + ], + "type": "reference", + "expression": "CarePlan.activity.plannedActivityReference", + "processingMode": "normal", + "target": [ + "Appointment", + "RequestOrchestration", + "DeviceRequest", + "ServiceRequest", + "CommunicationRequest", + "Task", + "MedicationRequest", + "SupplyRequest", + "ImmunizationRecommendation", + "NutritionOrder", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Fulfills CarePlan", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "CarePlan" + ], + "type": "reference", + "expression": "CarePlan.basedOn", + "processingMode": "normal", + "target": [ + "RequestOrchestration", + "ServiceRequest", + "CarePlan", + "NutritionOrder" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-care-team", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-care-team", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-care-team", + "version": "5.0.0", + "name": "care-team", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who's involved in plan?", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "care-team", + "base": [ + "CarePlan" + ], + "type": "reference", + "expression": "CarePlan.careTeam", + "processingMode": "normal", + "target": [ + "CareTeam" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-category", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Type of plan", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "CarePlan" + ], + "type": "token", + "expression": "CarePlan.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-condition", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-condition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-condition", + "version": "5.0.0", + "name": "condition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (by instance)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "condition", + "base": [ + "CarePlan" + ], + "type": "reference", + "expression": "CarePlan.addresses.reference", + "processingMode": "normal", + "target": [ + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-custodian", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-custodian", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-custodian", + "version": "5.0.0", + "name": "custodian", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who is the designated responsible party", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "custodian", + "base": [ + "CarePlan" + ], + "type": "reference", + "expression": "CarePlan.custodian", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-goal", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-goal", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-goal", + "version": "5.0.0", + "name": "goal", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Desired outcome of plan", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "goal", + "base": [ + "CarePlan" + ], + "type": "reference", + "expression": "CarePlan.goal", + "processingMode": "normal", + "target": [ + "Goal" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-canonical", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-instantiates-canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-canonical", + "version": "5.0.0", + "name": "instantiates-canonical", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Instantiates FHIR protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-canonical", + "base": [ + "CarePlan" + ], + "type": "reference", + "expression": "CarePlan.instantiatesCanonical", + "processingMode": "normal", + "target": [ + "Measure", + "OperationDefinition", + "ActivityDefinition", + "PlanDefinition", + "Questionnaire" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-uri", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-instantiates-uri", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-uri", + "version": "5.0.0", + "name": "instantiates-uri", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Instantiates external protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-uri", + "base": [ + "CarePlan" + ], + "type": "uri", + "expression": "CarePlan.instantiatesUri", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-intent", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-intent", + "version": "5.0.0", + "name": "intent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "proposal | plan | order | option | directive", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "intent", + "base": [ + "CarePlan" + ], + "type": "token", + "expression": "CarePlan.intent", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-part-of", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-part-of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-part-of", + "version": "5.0.0", + "name": "part-of", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Part of referenced CarePlan", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "part-of", + "base": [ + "CarePlan" + ], + "type": "reference", + "expression": "CarePlan.partOf", + "processingMode": "normal", + "target": [ + "CarePlan" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-replaces", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-replaces", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-replaces", + "version": "5.0.0", + "name": "replaces", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "CarePlan replaced by this CarePlan", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "replaces", + "base": [ + "CarePlan" + ], + "type": "reference", + "expression": "CarePlan.replaces", + "processingMode": "normal", + "target": [ + "CarePlan" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-status", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "CarePlan" + ], + "type": "token", + "expression": "CarePlan.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CarePlan-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "CarePlan-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who the care plan is for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "CarePlan" + ], + "type": "reference", + "expression": "CarePlan.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CareTeam-category", + "resource": { + "resourceType": "SearchParameter", + "id": "CareTeam-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Type of team", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "CareTeam" + ], + "type": "token", + "expression": "CareTeam.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CareTeam-name", + "resource": { + "resourceType": "SearchParameter", + "id": "CareTeam-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Name of the team, such as crisis assessment team", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "CareTeam" + ], + "type": "string", + "expression": "CareTeam.name | CareTeam.extension('http://hl7.org/fhir/StructureDefinition/careteam-alias').value", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CareTeam-participant", + "resource": { + "resourceType": "SearchParameter", + "id": "CareTeam-participant", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-participant", + "version": "5.0.0", + "name": "participant", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who is involved", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "participant", + "base": [ + "CareTeam" + ], + "type": "reference", + "expression": "CareTeam.participant.member", + "processingMode": "normal", + "target": [ + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CareTeam-status", + "resource": { + "resourceType": "SearchParameter", + "id": "CareTeam-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "proposed | active | suspended | inactive | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "CareTeam" + ], + "type": "token", + "expression": "CareTeam.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CareTeam-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "CareTeam-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who care team is for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "CareTeam" + ], + "type": "reference", + "expression": "CareTeam.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-account", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-account", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-account", + "version": "5.0.0", + "name": "account", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Account to place this charge", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "account", + "base": [ + "ChargeItem" + ], + "type": "reference", + "expression": "ChargeItem.account", + "processingMode": "normal", + "target": [ + "Account" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-entered-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date", + "version": "5.0.0", + "name": "entered-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Date the charge item was entered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "entered-date", + "base": [ + "ChargeItem" + ], + "type": "date", + "expression": "ChargeItem.enteredDate", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-enterer", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-enterer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-enterer", + "version": "5.0.0", + "name": "enterer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Individual who was entering", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "enterer", + "base": [ + "ChargeItem" + ], + "type": "reference", + "expression": "ChargeItem.enterer", + "processingMode": "normal", + "target": [ + "Organization", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-factor-override", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override", + "version": "5.0.0", + "name": "factor-override", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Factor overriding the associated rules", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "factor-override", + "base": [ + "ChargeItem" + ], + "type": "number", + "expression": "ChargeItem.totalPriceComponent.factor", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-occurrence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence", + "version": "5.0.0", + "name": "occurrence", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "When the charged service was applied", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "occurrence", + "base": [ + "ChargeItem" + ], + "type": "date", + "expression": "ChargeItem.occurrence.ofType(dateTime) | ChargeItem.occurrence.ofType(Period) | ChargeItem.occurrence.ofType(Timing)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-actor", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-performer-actor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-actor", + "version": "5.0.0", + "name": "performer-actor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Individual who was performing", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer-actor", + "base": [ + "ChargeItem" + ], + "type": "reference", + "expression": "ChargeItem.performer.actor", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-function", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-performer-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-function", + "version": "5.0.0", + "name": "performer-function", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "What type of performance was done", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer-function", + "base": [ + "ChargeItem" + ], + "type": "token", + "expression": "ChargeItem.performer.function", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-performing-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization", + "version": "5.0.0", + "name": "performing-organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Organization providing the charged service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performing-organization", + "base": [ + "ChargeItem" + ], + "type": "reference", + "expression": "ChargeItem.performingOrganization", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-price-override", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-price-override", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-price-override", + "version": "5.0.0", + "name": "price-override", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Price overriding the associated rules", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "price-override", + "base": [ + "ChargeItem" + ], + "type": "quantity", + "expression": "ChargeItem.totalPriceComponent.amount", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-quantity", + "version": "5.0.0", + "name": "quantity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Quantity of which the charge item has been serviced", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "quantity", + "base": [ + "ChargeItem" + ], + "type": "quantity", + "expression": "ChargeItem.quantity", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-requesting-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization", + "version": "5.0.0", + "name": "requesting-organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Organization requesting the charged service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requesting-organization", + "base": [ + "ChargeItem" + ], + "type": "reference", + "expression": "ChargeItem.requestingOrganization", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-service", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-service", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-service", + "version": "5.0.0", + "name": "service", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Which rendered service is being charged?", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service", + "base": [ + "ChargeItem" + ], + "type": "reference", + "expression": "ChargeItem.service.reference", + "processingMode": "normal", + "target": [ + "SupplyDelivery", + "ImagingStudy", + "Procedure", + "Observation", + "ServiceRequest", + "MedicationAdministration", + "DiagnosticReport", + "Immunization", + "MedicationRequest", + "MedicationDispense" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Is this charge item active", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ChargeItem" + ], + "type": "token", + "expression": "ChargeItem.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ChargeItem-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "ChargeItem-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Individual service was done for/to", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "ChargeItem" + ], + "type": "reference", + "expression": "ChargeItem.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Citation-classification-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Citation-classification-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Citation-classification-type", + "version": "5.0.0", + "name": "classification-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "A type of classification assigned to the citation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "classification-type", + "base": [ + "Citation" + ], + "type": "token", + "expression": "(Citation.classification.type)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Citation-classifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Citation-classifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Citation-classifier", + "version": "5.0.0", + "name": "classifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "A classifier assigned to the citation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "classifier", + "base": [ + "Citation" + ], + "type": "token", + "expression": "(Citation.classification.classifier)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Citation-classification", + "resource": { + "resourceType": "SearchParameter", + "id": "Citation-classification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Citation-classification", + "version": "5.0.0", + "name": "classification", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "A classification type and value assigned to the citation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "classification", + "base": [ + "Citation" + ], + "type": "composite", + "expression": "Citation.classification", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Citation-classification-type", + "expression": "type" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Citation-classifier", + "expression": "classifier" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-care-team", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-care-team", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-care-team", + "version": "5.0.0", + "name": "care-team", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Member of the CareTeam", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "care-team", + "base": [ + "Claim" + ], + "type": "reference", + "expression": "Claim.careTeam.provider", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-created", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-created", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-created", + "version": "5.0.0", + "name": "created", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The creation date for the Claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "created", + "base": [ + "Claim" + ], + "type": "date", + "expression": "Claim.created", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-detail-udi", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-detail-udi", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-detail-udi", + "version": "5.0.0", + "name": "detail-udi", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "UDI associated with a line item, detail product or service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "detail-udi", + "base": [ + "Claim" + ], + "type": "reference", + "expression": "Claim.item.detail.udi", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-enterer", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-enterer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-enterer", + "version": "5.0.0", + "name": "enterer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The party responsible for the entry of the Claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "enterer", + "base": [ + "Claim" + ], + "type": "reference", + "expression": "Claim.enterer", + "processingMode": "normal", + "target": [ + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-facility", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-facility", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-facility", + "version": "5.0.0", + "name": "facility", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Facility where the products or services have been or will be provided", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "facility", + "base": [ + "Claim" + ], + "type": "reference", + "expression": "Claim.facility", + "processingMode": "normal", + "target": [ + "Organization", + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-insurer", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-insurer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-insurer", + "version": "5.0.0", + "name": "insurer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The target payor/insurer for the Claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "insurer", + "base": [ + "Claim" + ], + "type": "reference", + "expression": "Claim.insurer", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-item-udi", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-item-udi", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-item-udi", + "version": "5.0.0", + "name": "item-udi", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "UDI associated with a line item product or service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "item-udi", + "base": [ + "Claim" + ], + "type": "reference", + "expression": "Claim.item.udi", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-payee", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-payee", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-payee", + "version": "5.0.0", + "name": "payee", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The party receiving any payment for the Claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "payee", + "base": [ + "Claim" + ], + "type": "reference", + "expression": "Claim.payee.party", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-priority", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-priority", + "version": "5.0.0", + "name": "priority", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Processing priority requested", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "priority", + "base": [ + "Claim" + ], + "type": "token", + "expression": "Claim.priority", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-procedure-udi", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-procedure-udi", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-procedure-udi", + "version": "5.0.0", + "name": "procedure-udi", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "UDI associated with a procedure", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "procedure-udi", + "base": [ + "Claim" + ], + "type": "reference", + "expression": "Claim.procedure.udi", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-provider", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-provider", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-provider", + "version": "5.0.0", + "name": "provider", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Provider responsible for the Claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "provider", + "base": [ + "Claim" + ], + "type": "reference", + "expression": "Claim.provider", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The status of the Claim instance.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Claim" + ], + "type": "token", + "expression": "Claim.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-subdetail-udi", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-subdetail-udi", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-subdetail-udi", + "version": "5.0.0", + "name": "subdetail-udi", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "UDI associated with a line item, detail, subdetail product or service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subdetail-udi", + "base": [ + "Claim" + ], + "type": "reference", + "expression": "Claim.item.detail.subDetail.udi", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Claim-use", + "resource": { + "resourceType": "SearchParameter", + "id": "Claim-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Claim-use", + "version": "5.0.0", + "name": "use", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The kind of financial resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "use", + "base": [ + "Claim" + ], + "type": "token", + "expression": "Claim.use", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClaimResponse-created", + "resource": { + "resourceType": "SearchParameter", + "id": "ClaimResponse-created", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-created", + "version": "5.0.0", + "name": "created", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The creation date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "created", + "base": [ + "ClaimResponse" + ], + "type": "date", + "expression": "ClaimResponse.created", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClaimResponse-disposition", + "resource": { + "resourceType": "SearchParameter", + "id": "ClaimResponse-disposition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-disposition", + "version": "5.0.0", + "name": "disposition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The contents of the disposition message", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "disposition", + "base": [ + "ClaimResponse" + ], + "type": "string", + "expression": "ClaimResponse.disposition", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer", + "resource": { + "resourceType": "SearchParameter", + "id": "ClaimResponse-insurer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer", + "version": "5.0.0", + "name": "insurer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The organization which generated this resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "insurer", + "base": [ + "ClaimResponse" + ], + "type": "reference", + "expression": "ClaimResponse.insurer", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome", + "resource": { + "resourceType": "SearchParameter", + "id": "ClaimResponse-outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome", + "version": "5.0.0", + "name": "outcome", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The processing outcome", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "outcome", + "base": [ + "ClaimResponse" + ], + "type": "token", + "expression": "ClaimResponse.outcome", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date", + "resource": { + "resourceType": "SearchParameter", + "id": "ClaimResponse-payment-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date", + "version": "5.0.0", + "name": "payment-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The expected payment date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "payment-date", + "base": [ + "ClaimResponse" + ], + "type": "date", + "expression": "ClaimResponse.payment.date", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClaimResponse-request", + "resource": { + "resourceType": "SearchParameter", + "id": "ClaimResponse-request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-request", + "version": "5.0.0", + "name": "request", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The claim reference", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "request", + "base": [ + "ClaimResponse" + ], + "type": "reference", + "expression": "ClaimResponse.request", + "processingMode": "normal", + "target": [ + "Claim" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClaimResponse-requestor", + "resource": { + "resourceType": "SearchParameter", + "id": "ClaimResponse-requestor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-requestor", + "version": "5.0.0", + "name": "requestor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The Provider of the claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requestor", + "base": [ + "ClaimResponse" + ], + "type": "reference", + "expression": "ClaimResponse.requestor", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClaimResponse-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ClaimResponse-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The status of the ClaimResponse", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ClaimResponse" + ], + "type": "token", + "expression": "ClaimResponse.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClaimResponse-use", + "resource": { + "resourceType": "SearchParameter", + "id": "ClaimResponse-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-use", + "version": "5.0.0", + "name": "use", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The type of claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "use", + "base": [ + "ClaimResponse" + ], + "type": "token", + "expression": "ClaimResponse.use", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-code", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalImpression-finding-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-code", + "version": "5.0.0", + "name": "finding-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Reference to a concept (by class)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "finding-code", + "base": [ + "ClinicalImpression" + ], + "type": "token", + "expression": "ClinicalImpression.finding.item.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-ref", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalImpression-finding-ref", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-ref", + "version": "5.0.0", + "name": "finding-ref", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (by instance)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "finding-ref", + "base": [ + "ClinicalImpression" + ], + "type": "reference", + "expression": "ClinicalImpression.finding.item.reference", + "processingMode": "normal", + "target": [ + "DocumentReference", + "Observation", + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalImpression-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "The clinician performing the assessment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "ClinicalImpression" + ], + "type": "reference", + "expression": "ClinicalImpression.performer", + "processingMode": "normal", + "target": [ + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-previous", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalImpression-previous", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-previous", + "version": "5.0.0", + "name": "previous", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Reference to last assessment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "previous", + "base": [ + "ClinicalImpression" + ], + "type": "reference", + "expression": "ClinicalImpression.previous", + "processingMode": "normal", + "target": [ + "ClinicalImpression" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-problem", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalImpression-problem", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-problem", + "version": "5.0.0", + "name": "problem", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Relevant impressions of patient state", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "problem", + "base": [ + "ClinicalImpression" + ], + "type": "reference", + "expression": "ClinicalImpression.problem", + "processingMode": "normal", + "target": [ + "AllergyIntolerance", + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalImpression-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ClinicalImpression" + ], + "type": "token", + "expression": "ClinicalImpression.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalImpression-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Patient or group assessed", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "ClinicalImpression" + ], + "type": "reference", + "expression": "ClinicalImpression.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-supporting-info", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalImpression-supporting-info", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-supporting-info", + "version": "5.0.0", + "name": "supporting-info", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Information supporting the clinical impression", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "supporting-info", + "base": [ + "ClinicalImpression" + ], + "type": "reference", + "expression": "ClinicalImpression.supportingInfo", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-contraindication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication", + "version": "5.0.0", + "name": "contraindication", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The situation that is being documented as contraindicating against this item, as a code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "contraindication", + "base": [ + "ClinicalUseDefinition" + ], + "type": "token", + "expression": "ClinicalUseDefinition.contraindication.diseaseSymptomProcedure.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-contraindication-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication-reference", + "version": "5.0.0", + "name": "contraindication-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The situation that is being documented as contraindicating against this item, as a reference", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "contraindication-reference", + "base": [ + "ClinicalUseDefinition" + ], + "type": "reference", + "expression": "ClinicalUseDefinition.contraindication.diseaseSymptomProcedure.reference", + "processingMode": "normal", + "target": [ + "ObservationDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-effect", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect", + "version": "5.0.0", + "name": "effect", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The situation in which the undesirable effect may manifest, as a code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "effect", + "base": [ + "ClinicalUseDefinition" + ], + "type": "token", + "expression": "ClinicalUseDefinition.undesirableEffect.symptomConditionEffect.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-effect-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect-reference", + "version": "5.0.0", + "name": "effect-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The situation in which the undesirable effect may manifest, as a reference", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "effect-reference", + "base": [ + "ClinicalUseDefinition" + ], + "type": "reference", + "expression": "ClinicalUseDefinition.undesirableEffect.symptomConditionEffect.reference", + "processingMode": "normal", + "target": [ + "ObservationDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Business identifier for this issue", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "ClinicalUseDefinition" + ], + "type": "token", + "expression": "ClinicalUseDefinition.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-indication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication", + "version": "5.0.0", + "name": "indication", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The situation that is being documented as an indicaton for this item, as a code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "indication", + "base": [ + "ClinicalUseDefinition" + ], + "type": "token", + "expression": "ClinicalUseDefinition.indication.diseaseSymptomProcedure.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-indication-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication-reference", + "version": "5.0.0", + "name": "indication-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The situation that is being documented as an indicaton for this item, as a reference", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "indication-reference", + "base": [ + "ClinicalUseDefinition" + ], + "type": "reference", + "expression": "ClinicalUseDefinition.indication.diseaseSymptomProcedure.reference", + "processingMode": "normal", + "target": [ + "ObservationDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-interaction", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-interaction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-interaction", + "version": "5.0.0", + "name": "interaction", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "interaction", + "base": [ + "ClinicalUseDefinition" + ], + "type": "token", + "expression": "ClinicalUseDefinition.interaction.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-product", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-product", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-product", + "version": "5.0.0", + "name": "product", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The medicinal product for which this is a clinical usage issue", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "product", + "base": [ + "ClinicalUseDefinition" + ], + "type": "reference", + "expression": "ClinicalUseDefinition.subject.where(resolve() is MedicinalProductDefinition)", + "processingMode": "normal", + "target": [ + "MedicinalProductDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Whether this is a current issue or one that has been retired etc.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ClinicalUseDefinition" + ], + "type": "token", + "expression": "ClinicalUseDefinition.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The resource for which this is a clinical usage issue", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "ClinicalUseDefinition" + ], + "type": "reference", + "expression": "ClinicalUseDefinition.subject", + "processingMode": "normal", + "target": [ + "MedicinalProductDefinition", + "Device", + "DeviceDefinition", + "NutritionProduct", + "ActivityDefinition", + "PlanDefinition", + "BiologicallyDerivedProduct", + "Substance", + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-type", + "resource": { + "resourceType": "SearchParameter", + "id": "ClinicalUseDefinition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "indication | contraindication | interaction | undesirable-effect | warning", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "ClinicalUseDefinition" + ], + "type": "token", + "expression": "ClinicalUseDefinition.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CodeSystem-code", + "resource": { + "resourceType": "SearchParameter", + "id": "CodeSystem-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-code", + "version": "5.0.0", + "name": "code", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "A code defined in the code system", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "CodeSystem" + ], + "type": "token", + "expression": "CodeSystem.concept.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode", + "resource": { + "resourceType": "SearchParameter", + "id": "CodeSystem-content-mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode", + "version": "5.0.0", + "name": "content-mode", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "not-present | example | fragment | complete | supplement", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "content-mode", + "base": [ + "CodeSystem" + ], + "type": "token", + "expression": "CodeSystem.content", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CodeSystem-language", + "resource": { + "resourceType": "SearchParameter", + "id": "CodeSystem-language", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-language", + "version": "5.0.0", + "name": "language", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "A language in which a designation is provided", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "language", + "base": [ + "CodeSystem" + ], + "type": "token", + "expression": "CodeSystem.concept.designation.language", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CodeSystem-supplements", + "resource": { + "resourceType": "SearchParameter", + "id": "CodeSystem-supplements", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-supplements", + "version": "5.0.0", + "name": "supplements", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "Find code system supplements for the referenced code system", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "supplements", + "base": [ + "CodeSystem" + ], + "type": "reference", + "expression": "CodeSystem.supplements", + "processingMode": "normal", + "target": [ + "CodeSystem" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CodeSystem-system", + "resource": { + "resourceType": "SearchParameter", + "id": "CodeSystem-system", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-system", + "version": "5.0.0", + "name": "system", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "The system for any codes defined by this code system (same as 'url')", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "system", + "base": [ + "CodeSystem" + ], + "type": "uri", + "expression": "CodeSystem.url", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Request fulfilled by this communication", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "Communication" + ], + "type": "reference", + "expression": "Communication.basedOn", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Message category", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "Communication" + ], + "type": "token", + "expression": "Communication.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-instantiates-canonical", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-instantiates-canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-instantiates-canonical", + "version": "5.0.0", + "name": "instantiates-canonical", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Instantiates FHIR protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-canonical", + "base": [ + "Communication" + ], + "type": "reference", + "expression": "Communication.instantiatesCanonical", + "processingMode": "normal", + "target": [ + "Measure", + "OperationDefinition", + "ActivityDefinition", + "PlanDefinition", + "Questionnaire" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-instantiates-uri", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-instantiates-uri", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-instantiates-uri", + "version": "5.0.0", + "name": "instantiates-uri", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Instantiates external protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-uri", + "base": [ + "Communication" + ], + "type": "uri", + "expression": "Communication.instantiatesUri", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-medium", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-medium", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-medium", + "version": "5.0.0", + "name": "medium", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "A channel of communication", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "medium", + "base": [ + "Communication" + ], + "type": "token", + "expression": "Communication.medium", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-part-of", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-part-of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-part-of", + "version": "5.0.0", + "name": "part-of", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Part of referenced event (e.g. Communication, Procedure)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "part-of", + "base": [ + "Communication" + ], + "type": "reference", + "expression": "Communication.partOf", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-received", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-received", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-received", + "version": "5.0.0", + "name": "received", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "When received", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "received", + "base": [ + "Communication" + ], + "type": "date", + "expression": "Communication.received", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-recipient", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-recipient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-recipient", + "version": "5.0.0", + "name": "recipient", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who the information is shared with", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "recipient", + "base": [ + "Communication" + ], + "type": "reference", + "expression": "Communication.recipient", + "processingMode": "normal", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "Organization", + "Endpoint", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-sender", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-sender", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-sender", + "version": "5.0.0", + "name": "sender", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who shares the information", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "sender", + "base": [ + "Communication" + ], + "type": "reference", + "expression": "Communication.sender", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Device", + "Organization", + "Endpoint", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-sent", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-sent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-sent", + "version": "5.0.0", + "name": "sent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "When sent", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "sent", + "base": [ + "Communication" + ], + "type": "date", + "expression": "Communication.sent", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Communication" + ], + "type": "token", + "expression": "Communication.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Focus of message", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Communication" + ], + "type": "reference", + "expression": "Communication.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Communication-topic", + "resource": { + "resourceType": "SearchParameter", + "id": "Communication-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Communication-topic", + "version": "5.0.0", + "name": "topic", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Description of the purpose/content", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "topic", + "base": [ + "Communication" + ], + "type": "token", + "expression": "Communication.topic", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-authored", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored", + "version": "5.0.0", + "name": "authored", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "When request transitioned to being actionable", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "authored", + "base": [ + "CommunicationRequest" + ], + "type": "date", + "expression": "CommunicationRequest.authoredOn", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Fulfills plan or proposal", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "CommunicationRequest" + ], + "type": "reference", + "expression": "CommunicationRequest.basedOn", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-category", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Message category", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "CommunicationRequest" + ], + "type": "token", + "expression": "CommunicationRequest.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-group-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier", + "version": "5.0.0", + "name": "group-identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Composite request this is part of", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "group-identifier", + "base": [ + "CommunicationRequest" + ], + "type": "token", + "expression": "CommunicationRequest.groupIdentifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-information-provider", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-information-provider", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-information-provider", + "version": "5.0.0", + "name": "information-provider", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who should share the information", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "information-provider", + "base": [ + "CommunicationRequest" + ], + "type": "reference", + "expression": "CommunicationRequest.informationProvider", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Device", + "Organization", + "Endpoint", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-medium", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium", + "version": "5.0.0", + "name": "medium", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "A channel of communication", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "medium", + "base": [ + "CommunicationRequest" + ], + "type": "token", + "expression": "CommunicationRequest.medium", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-occurrence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence", + "version": "5.0.0", + "name": "occurrence", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "When scheduled", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "occurrence", + "base": [ + "CommunicationRequest" + ], + "type": "date", + "expression": "CommunicationRequest.occurrence.ofType(dateTime) | CommunicationRequest.occurrence.ofType(Period)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-priority", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-priority", + "version": "5.0.0", + "name": "priority", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "routine | urgent | asap | stat", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "priority", + "base": [ + "CommunicationRequest" + ], + "type": "token", + "expression": "CommunicationRequest.priority", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-recipient", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-recipient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-recipient", + "version": "5.0.0", + "name": "recipient", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who to share the information with", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "recipient", + "base": [ + "CommunicationRequest" + ], + "type": "reference", + "expression": "CommunicationRequest.recipient", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Device", + "Organization", + "CareTeam", + "Endpoint", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-replaces", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces", + "version": "5.0.0", + "name": "replaces", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Request(s) replaced by this request", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "replaces", + "base": [ + "CommunicationRequest" + ], + "type": "reference", + "expression": "CommunicationRequest.replaces", + "processingMode": "normal", + "target": [ + "CommunicationRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-requester", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester", + "version": "5.0.0", + "name": "requester", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who asks for the information to be shared", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requester", + "base": [ + "CommunicationRequest" + ], + "type": "reference", + "expression": "CommunicationRequest.requester", + "processingMode": "normal", + "target": [ + "Organization", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-status", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "CommunicationRequest" + ], + "type": "token", + "expression": "CommunicationRequest.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "CommunicationRequest-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Focus of message", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "CommunicationRequest" + ], + "type": "reference", + "expression": "CommunicationRequest.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-code", + "resource": { + "resourceType": "SearchParameter", + "id": "CompartmentDefinition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Patient | Encounter | RelatedPerson | Practitioner | Device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "CompartmentDefinition" + ], + "type": "token", + "expression": "CompartmentDefinition.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-resource", + "resource": { + "resourceType": "SearchParameter", + "id": "CompartmentDefinition-resource", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-resource", + "version": "5.0.0", + "name": "resource", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Name of resource type", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "resource", + "base": [ + "CompartmentDefinition" + ], + "type": "token", + "expression": "CompartmentDefinition.resource.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-attester", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-attester", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-attester", + "version": "5.0.0", + "name": "attester", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "Who attested the composition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "attester", + "base": [ + "Composition" + ], + "type": "reference", + "expression": "Composition.attester.party", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-author", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-author", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-author", + "version": "5.0.0", + "name": "author", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "Who and/or what authored the composition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "author", + "base": [ + "Composition" + ], + "type": "reference", + "expression": "Composition.author", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "Categorization of Composition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "Composition" + ], + "type": "token", + "expression": "Composition.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-entry", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-entry", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-entry", + "version": "5.0.0", + "name": "entry", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "A reference to data that supports this section", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "entry", + "base": [ + "Composition" + ], + "type": "reference", + "expression": "Composition.section.entry", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-event-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-event-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-event-code", + "version": "5.0.0", + "name": "event-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "Main clinical acts documented as codes", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "event-code", + "base": [ + "Composition" + ], + "type": "token", + "expression": "Composition.event.detail.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-event-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-event-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-event-reference", + "version": "5.0.0", + "name": "event-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "Main clinical acts documented as references", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "event-reference", + "base": [ + "Composition" + ], + "type": "reference", + "expression": "Composition.event.detail.reference", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-period", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-period", + "version": "5.0.0", + "name": "period", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "The period covered by the documentation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "period", + "base": [ + "Composition" + ], + "type": "date", + "expression": "Composition.event.period", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-related", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-related", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-related", + "version": "5.0.0", + "name": "related", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "Target of the relationship", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "related", + "base": [ + "Composition" + ], + "type": "reference", + "expression": "Composition.relatesTo.resourceReference", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-section", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-section", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-section", + "version": "5.0.0", + "name": "section", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "Classification of section (recommended)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "section", + "base": [ + "Composition" + ], + "type": "token", + "expression": "Composition.section.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-section-text", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-section-text", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-section-text", + "version": "5.0.0", + "name": "section-text", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "Search on the section narrative of the resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "section-text", + "base": [ + "Composition" + ], + "type": "special", + "expression": "Composition.section.text | Composition.section.section.text", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "preliminary | final | amended | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Composition" + ], + "type": "token", + "expression": "Composition.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "Who and/or what the composition is about", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Composition" + ], + "type": "reference", + "expression": "Composition.subject", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-title", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-title", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-title", + "version": "5.0.0", + "name": "title", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "Human Readable name/title", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "title", + "base": [ + "Composition" + ], + "type": "string", + "expression": "Composition.title", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-url", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-url", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-url", + "version": "5.0.0", + "name": "url", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "The uri that identifies the activity definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "url", + "base": [ + "Composition" + ], + "type": "uri", + "expression": "Composition.url", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-version", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-version", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-version", + "version": "5.0.0", + "name": "version", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "The business version of the activity definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "version", + "base": [ + "Composition" + ], + "type": "token", + "expression": "Composition.version", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Composition-section-code-text", + "resource": { + "resourceType": "SearchParameter", + "id": "Composition-section-code-text", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Composition-section-code-text", + "version": "5.0.0", + "name": "section-code-text", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Structured Documents)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/structure/index.cfm" + } + ] + } + ], + "description": "Search on the section narrative of the resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "section-code-text", + "base": [ + "Composition" + ], + "type": "composite", + "expression": "Composition.section", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Composition-section", + "expression": "section.code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Composition-section-text", + "expression": "section.text" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ConceptMap-mapping-property", + "resource": { + "resourceType": "SearchParameter", + "id": "ConceptMap-mapping-property", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-mapping-property", + "version": "5.0.0", + "name": "mapping-property", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "Other properties required for this mapping", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "mapping-property", + "base": [ + "ConceptMap" + ], + "type": "uri", + "expression": "ConceptMap.property.uri", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ConceptMap-other-map", + "resource": { + "resourceType": "SearchParameter", + "id": "ConceptMap-other-map", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-other-map", + "version": "5.0.0", + "name": "other-map", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "other-map", + "base": [ + "ConceptMap" + ], + "type": "reference", + "expression": "ConceptMap.group.unmapped.otherMap", + "processingMode": "normal", + "target": [ + "ConceptMap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-code", + "resource": { + "resourceType": "SearchParameter", + "id": "ConceptMap-source-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-code", + "version": "5.0.0", + "name": "source-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "Identifies elements being mapped", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source-code", + "base": [ + "ConceptMap" + ], + "type": "token", + "expression": "ConceptMap.group.element.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-group-system", + "resource": { + "resourceType": "SearchParameter", + "id": "ConceptMap-source-group-system", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-group-system", + "version": "5.0.0", + "name": "source-group-system", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "Source system where concepts to be mapped are defined", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source-group-system", + "base": [ + "ConceptMap" + ], + "type": "reference", + "expression": "ConceptMap.group.source", + "processingMode": "normal", + "target": [ + "CodeSystem" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-scope", + "resource": { + "resourceType": "SearchParameter", + "id": "ConceptMap-source-scope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-scope", + "version": "5.0.0", + "name": "source-scope", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "The source value set that contains the concepts that are being mapped", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source-scope", + "base": [ + "ConceptMap" + ], + "type": "reference", + "expression": "(ConceptMap.sourceScope as canonical)", + "processingMode": "normal", + "target": [ + "ValueSet" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-scope-uri", + "resource": { + "resourceType": "SearchParameter", + "id": "ConceptMap-source-scope-uri", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-scope-uri", + "version": "5.0.0", + "name": "source-scope-uri", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "The URI for the source value set that contains the concepts being mapped", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source-scope-uri", + "base": [ + "ConceptMap" + ], + "type": "uri", + "expression": "(ConceptMap.sourceScope as uri)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-code", + "resource": { + "resourceType": "SearchParameter", + "id": "ConceptMap-target-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-code", + "version": "5.0.0", + "name": "target-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "Code that identifies the target element", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target-code", + "base": [ + "ConceptMap" + ], + "type": "token", + "expression": "ConceptMap.group.element.target.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-group-system", + "resource": { + "resourceType": "SearchParameter", + "id": "ConceptMap-target-group-system", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-group-system", + "version": "5.0.0", + "name": "target-group-system", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "Target system that the concepts are to be mapped to", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target-group-system", + "base": [ + "ConceptMap" + ], + "type": "reference", + "expression": "ConceptMap.group.target", + "processingMode": "normal", + "target": [ + "CodeSystem" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-scope", + "resource": { + "resourceType": "SearchParameter", + "id": "ConceptMap-target-scope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-scope", + "version": "5.0.0", + "name": "target-scope", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "The target value set which provides context for the mappings", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target-scope", + "base": [ + "ConceptMap" + ], + "type": "reference", + "expression": "(ConceptMap.targetScope as canonical)", + "processingMode": "normal", + "target": [ + "ValueSet" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-scope-uri", + "resource": { + "resourceType": "SearchParameter", + "id": "ConceptMap-target-scope-uri", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-scope-uri", + "version": "5.0.0", + "name": "target-scope-uri", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "The URI for the target value set that contains the concepts being mapped.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target-scope-uri", + "base": [ + "ConceptMap" + ], + "type": "uri", + "expression": "(ConceptMap.targetScope as uri)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-abatement-age", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-abatement-age", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-abatement-age", + "version": "5.0.0", + "name": "abatement-age", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Abatement as age or age range", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "abatement-age", + "base": [ + "Condition" + ], + "type": "quantity", + "expression": "Condition.abatement.ofType(Age) | Condition.abatement.ofType(Range)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-abatement-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-abatement-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-abatement-date", + "version": "5.0.0", + "name": "abatement-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Date-related abatements (dateTime and period)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "abatement-date", + "base": [ + "Condition" + ], + "type": "date", + "expression": "Condition.abatement.ofType(dateTime) | Condition.abatement.ofType(Period)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-abatement-string", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-abatement-string", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-abatement-string", + "version": "5.0.0", + "name": "abatement-string", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Abatement as a string", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "abatement-string", + "base": [ + "Condition" + ], + "type": "string", + "expression": "Condition.abatement.ofType(string)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-body-site", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-body-site", + "version": "5.0.0", + "name": "body-site", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Anatomical location, if relevant", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "body-site", + "base": [ + "Condition" + ], + "type": "token", + "expression": "Condition.bodySite", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "The category of the condition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "Condition" + ], + "type": "token", + "expression": "Condition.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-clinical-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-clinical-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-clinical-status", + "version": "5.0.0", + "name": "clinical-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "The clinical status of the condition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "clinical-status", + "base": [ + "Condition" + ], + "type": "token", + "expression": "Condition.clinicalStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-evidence", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-evidence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-evidence", + "version": "5.0.0", + "name": "evidence", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Manifestation/symptom", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "evidence", + "base": [ + "Condition" + ], + "type": "token", + "expression": "Condition.evidence.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-evidence-detail", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-evidence-detail", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-evidence-detail", + "version": "5.0.0", + "name": "evidence-detail", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Supporting information found elsewhere", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "evidence-detail", + "base": [ + "Condition" + ], + "type": "reference", + "expression": "Condition.evidence.reference", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-onset-age", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-onset-age", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-onset-age", + "version": "5.0.0", + "name": "onset-age", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Onsets as age or age range", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "onset-age", + "base": [ + "Condition" + ], + "type": "quantity", + "expression": "Condition.onset.ofType(Age) | Condition.onset.ofType(Range)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-onset-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-onset-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-onset-date", + "version": "5.0.0", + "name": "onset-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Date related onsets (dateTime and Period)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "onset-date", + "base": [ + "Condition" + ], + "type": "date", + "expression": "Condition.onset.ofType(dateTime) | Condition.onset.ofType(Period)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-onset-info", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-onset-info", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-onset-info", + "version": "5.0.0", + "name": "onset-info", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Onsets as a string", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "onset-info", + "base": [ + "Condition" + ], + "type": "string", + "expression": "Condition.onset.ofType(string)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-participant-actor", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-participant-actor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-participant-actor", + "version": "5.0.0", + "name": "participant-actor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who or what participated in the activities related to the condition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "participant-actor", + "base": [ + "Condition" + ], + "type": "reference", + "expression": "Condition.participant.actor", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-participant-function", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-participant-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-participant-function", + "version": "5.0.0", + "name": "participant-function", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Type of involvement of the actor in the activities related to the condition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "participant-function", + "base": [ + "Condition" + ], + "type": "token", + "expression": "Condition.participant.function", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-recorded-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-recorded-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-recorded-date", + "version": "5.0.0", + "name": "recorded-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Date record was first recorded", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "recorded-date", + "base": [ + "Condition" + ], + "type": "date", + "expression": "Condition.recordedDate", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-severity", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-severity", + "version": "5.0.0", + "name": "severity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "The severity of the condition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "severity", + "base": [ + "Condition" + ], + "type": "token", + "expression": "Condition.severity", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-stage", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-stage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-stage", + "version": "5.0.0", + "name": "stage", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Simple summary (disease specific)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "stage", + "base": [ + "Condition" + ], + "type": "token", + "expression": "Condition.stage.summary", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who has the condition?", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Condition" + ], + "type": "reference", + "expression": "Condition.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Condition-verification-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Condition-verification-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Condition-verification-status", + "version": "5.0.0", + "name": "verification-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "unconfirmed | provisional | differential | confirmed | refuted | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "verification-status", + "base": [ + "Condition" + ], + "type": "token", + "expression": "Condition.verificationStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-action", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-action", + "version": "5.0.0", + "name": "action", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Actions controlled by this rule", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "action", + "base": [ + "Consent" + ], + "type": "token", + "expression": "Consent.provision.action", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-actor", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-actor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-actor", + "version": "5.0.0", + "name": "actor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Resource for the actor (or group, by role)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "actor", + "base": [ + "Consent" + ], + "type": "reference", + "expression": "Consent.provision.actor.reference", + "processingMode": "normal", + "target": [ + "Device", + "CareTeam", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Classification of the consent statement - for indexing/retrieval", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "Consent" + ], + "type": "token", + "expression": "Consent.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-controller", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-controller", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-controller", + "version": "5.0.0", + "name": "controller", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Consent Enforcer", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "controller", + "base": [ + "Consent" + ], + "type": "reference", + "expression": "Consent.controller", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Organization", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-data", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-data", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-data", + "version": "5.0.0", + "name": "data", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "The actual data reference", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "data", + "base": [ + "Consent" + ], + "type": "reference", + "expression": "Consent.provision.data.reference", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-grantee", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-grantee", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-grantee", + "version": "5.0.0", + "name": "grantee", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Who is agreeing to the policy and rules", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "grantee", + "base": [ + "Consent" + ], + "type": "reference", + "expression": "Consent.grantee", + "processingMode": "normal", + "target": [ + "HealthcareService", + "CareTeam", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-manager", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-manager", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-manager", + "version": "5.0.0", + "name": "manager", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Consent workflow management", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "manager", + "base": [ + "Consent" + ], + "type": "reference", + "expression": "Consent.manager", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Organization", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-period", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-period", + "version": "5.0.0", + "name": "period", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Timeframe for this rule", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "period", + "base": [ + "Consent" + ], + "type": "date", + "expression": "Consent.provision.period", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-purpose", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-purpose", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-purpose", + "version": "5.0.0", + "name": "purpose", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Context of activities covered by this rule", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "purpose", + "base": [ + "Consent" + ], + "type": "token", + "expression": "Consent.provision.purpose", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-security-label", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-security-label", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-security-label", + "version": "5.0.0", + "name": "security-label", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Security Labels that define affected resources", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "security-label", + "base": [ + "Consent" + ], + "type": "token", + "expression": "Consent.provision.securityLabel", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-source-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-source-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-source-reference", + "version": "5.0.0", + "name": "source-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Search by reference to a Consent, DocumentReference, Contract or QuestionnaireResponse", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source-reference", + "base": [ + "Consent" + ], + "type": "reference", + "expression": "Consent.sourceReference", + "processingMode": "normal", + "target": [ + "Consent", + "DocumentReference", + "Contract", + "QuestionnaireResponse" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "draft | active | inactive | entered-in-error | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Consent" + ], + "type": "token", + "expression": "Consent.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Who the consent applies to", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Consent" + ], + "type": "reference", + "expression": "Consent.subject", + "processingMode": "normal", + "target": [ + "Practitioner", + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-verified", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-verified", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-verified", + "version": "5.0.0", + "name": "verified", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "Has been verified", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "verified", + "base": [ + "Consent" + ], + "type": "token", + "expression": "Consent.verification.verified", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Consent-verified-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Consent-verified-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Consent-verified-date", + "version": "5.0.0", + "name": "verified-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm" + } + ] + } + ], + "description": "When consent verified", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "verified-date", + "base": [ + "Consent" + ], + "type": "date", + "expression": "Consent.verification.verificationDate", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Contract-authority", + "resource": { + "resourceType": "SearchParameter", + "id": "Contract-authority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Contract-authority", + "version": "5.0.0", + "name": "authority", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The authority of the contract", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "authority", + "base": [ + "Contract" + ], + "type": "reference", + "expression": "Contract.authority", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Contract-domain", + "resource": { + "resourceType": "SearchParameter", + "id": "Contract-domain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Contract-domain", + "version": "5.0.0", + "name": "domain", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The domain of the contract", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "domain", + "base": [ + "Contract" + ], + "type": "reference", + "expression": "Contract.domain", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Contract-instantiates", + "resource": { + "resourceType": "SearchParameter", + "id": "Contract-instantiates", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Contract-instantiates", + "version": "5.0.0", + "name": "instantiates", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "A source definition of the contract", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates", + "base": [ + "Contract" + ], + "type": "uri", + "expression": "Contract.instantiatesUri", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Contract-issued", + "resource": { + "resourceType": "SearchParameter", + "id": "Contract-issued", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Contract-issued", + "version": "5.0.0", + "name": "issued", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The date/time the contract was issued", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "issued", + "base": [ + "Contract" + ], + "type": "date", + "expression": "Contract.issued", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Contract-signer", + "resource": { + "resourceType": "SearchParameter", + "id": "Contract-signer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Contract-signer", + "version": "5.0.0", + "name": "signer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Contract Signatory Party", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "signer", + "base": [ + "Contract" + ], + "type": "reference", + "expression": "Contract.signer.party", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Contract-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Contract-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Contract-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The status of the contract", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Contract" + ], + "type": "token", + "expression": "Contract.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Contract-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Contract-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Contract-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The identity of the subject of the contract", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Contract" + ], + "type": "reference", + "expression": "Contract.subject", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Contract-url", + "resource": { + "resourceType": "SearchParameter", + "id": "Contract-url", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Contract-url", + "version": "5.0.0", + "name": "url", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The basal contract definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "url", + "base": [ + "Contract" + ], + "type": "uri", + "expression": "Contract.url", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Coverage-beneficiary", + "resource": { + "resourceType": "SearchParameter", + "id": "Coverage-beneficiary", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Coverage-beneficiary", + "version": "5.0.0", + "name": "beneficiary", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Covered party", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "beneficiary", + "base": [ + "Coverage" + ], + "type": "reference", + "expression": "Coverage.beneficiary", + "processingMode": "normal", + "target": [ + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Coverage-class-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Coverage-class-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Coverage-class-type", + "version": "5.0.0", + "name": "class-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Coverage class (e.g. plan, group)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "class-type", + "base": [ + "Coverage" + ], + "type": "token", + "expression": "Coverage.class.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Coverage-class-value", + "resource": { + "resourceType": "SearchParameter", + "id": "Coverage-class-value", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Coverage-class-value", + "version": "5.0.0", + "name": "class-value", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Value of the class (e.g. Plan number, group number)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "class-value", + "base": [ + "Coverage" + ], + "type": "token", + "expression": "Coverage.class.value", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Coverage-dependent", + "resource": { + "resourceType": "SearchParameter", + "id": "Coverage-dependent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Coverage-dependent", + "version": "5.0.0", + "name": "dependent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Dependent number", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "dependent", + "base": [ + "Coverage" + ], + "type": "string", + "expression": "Coverage.dependent", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Coverage-insurer", + "resource": { + "resourceType": "SearchParameter", + "id": "Coverage-insurer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Coverage-insurer", + "version": "5.0.0", + "name": "insurer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The identity of the insurer", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "insurer", + "base": [ + "Coverage" + ], + "type": "reference", + "expression": "Coverage.insurer", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Coverage-paymentby-party", + "resource": { + "resourceType": "SearchParameter", + "id": "Coverage-paymentby-party", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Coverage-paymentby-party", + "version": "5.0.0", + "name": "paymentby-party", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Parties who will pay for services", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "paymentby-party", + "base": [ + "Coverage" + ], + "type": "reference", + "expression": "Coverage.paymentBy.party", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Coverage-policy-holder", + "resource": { + "resourceType": "SearchParameter", + "id": "Coverage-policy-holder", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Coverage-policy-holder", + "version": "5.0.0", + "name": "policy-holder", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Reference to the policyholder", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "policy-holder", + "base": [ + "Coverage" + ], + "type": "reference", + "expression": "Coverage.policyHolder", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Coverage-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Coverage-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Coverage-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The status of the Coverage", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Coverage" + ], + "type": "token", + "expression": "Coverage.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Coverage-subscriber", + "resource": { + "resourceType": "SearchParameter", + "id": "Coverage-subscriber", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Coverage-subscriber", + "version": "5.0.0", + "name": "subscriber", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Reference to the subscriber", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subscriber", + "base": [ + "Coverage" + ], + "type": "reference", + "expression": "Coverage.subscriber", + "processingMode": "normal", + "target": [ + "RelatedPerson", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Coverage-subscriberid", + "resource": { + "resourceType": "SearchParameter", + "id": "Coverage-subscriberid", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Coverage-subscriberid", + "version": "5.0.0", + "name": "subscriberid", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Identifier of the subscriber", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subscriberid", + "base": [ + "Coverage" + ], + "type": "token", + "expression": "Coverage.subscriberId", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-created", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityRequest-created", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-created", + "version": "5.0.0", + "name": "created", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The creation date for the EOB", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "created", + "base": [ + "CoverageEligibilityRequest" + ], + "type": "date", + "expression": "CoverageEligibilityRequest.created", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-enterer", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityRequest-enterer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-enterer", + "version": "5.0.0", + "name": "enterer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The party who is responsible for the request", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "enterer", + "base": [ + "CoverageEligibilityRequest" + ], + "type": "reference", + "expression": "CoverageEligibilityRequest.enterer", + "processingMode": "normal", + "target": [ + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-facility", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityRequest-facility", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-facility", + "version": "5.0.0", + "name": "facility", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Facility responsible for the goods and services", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "facility", + "base": [ + "CoverageEligibilityRequest" + ], + "type": "reference", + "expression": "CoverageEligibilityRequest.facility", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-provider", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityRequest-provider", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-provider", + "version": "5.0.0", + "name": "provider", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The reference to the provider", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "provider", + "base": [ + "CoverageEligibilityRequest" + ], + "type": "reference", + "expression": "CoverageEligibilityRequest.provider", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-status", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityRequest-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The status of the EligibilityRequest", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "CoverageEligibilityRequest" + ], + "type": "token", + "expression": "CoverageEligibilityRequest.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-created", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityResponse-created", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-created", + "version": "5.0.0", + "name": "created", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The creation date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "created", + "base": [ + "CoverageEligibilityResponse" + ], + "type": "date", + "expression": "CoverageEligibilityResponse.created", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-disposition", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityResponse-disposition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-disposition", + "version": "5.0.0", + "name": "disposition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The contents of the disposition message", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "disposition", + "base": [ + "CoverageEligibilityResponse" + ], + "type": "string", + "expression": "CoverageEligibilityResponse.disposition", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-insurer", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityResponse-insurer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-insurer", + "version": "5.0.0", + "name": "insurer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The organization which generated this resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "insurer", + "base": [ + "CoverageEligibilityResponse" + ], + "type": "reference", + "expression": "CoverageEligibilityResponse.insurer", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-outcome", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityResponse-outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-outcome", + "version": "5.0.0", + "name": "outcome", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The processing outcome", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "outcome", + "base": [ + "CoverageEligibilityResponse" + ], + "type": "token", + "expression": "CoverageEligibilityResponse.outcome", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-request", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityResponse-request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-request", + "version": "5.0.0", + "name": "request", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The EligibilityRequest reference", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "request", + "base": [ + "CoverageEligibilityResponse" + ], + "type": "reference", + "expression": "CoverageEligibilityResponse.request", + "processingMode": "normal", + "target": [ + "CoverageEligibilityRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-requestor", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityResponse-requestor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-requestor", + "version": "5.0.0", + "name": "requestor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The EligibilityRequest provider", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requestor", + "base": [ + "CoverageEligibilityResponse" + ], + "type": "reference", + "expression": "CoverageEligibilityResponse.requestor", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-status", + "resource": { + "resourceType": "SearchParameter", + "id": "CoverageEligibilityResponse-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The EligibilityRequest status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "CoverageEligibilityResponse" + ], + "type": "token", + "expression": "CoverageEligibilityResponse.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DetectedIssue-author", + "resource": { + "resourceType": "SearchParameter", + "id": "DetectedIssue-author", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-author", + "version": "5.0.0", + "name": "author", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The provider or device that identified the issue", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "author", + "base": [ + "DetectedIssue" + ], + "type": "reference", + "expression": "DetectedIssue.author", + "processingMode": "normal", + "target": [ + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DetectedIssue-category", + "resource": { + "resourceType": "SearchParameter", + "id": "DetectedIssue-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Issue Category, e.g. drug-drug, duplicate therapy, etc.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "DetectedIssue" + ], + "type": "token", + "expression": "DetectedIssue.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DetectedIssue-identified", + "resource": { + "resourceType": "SearchParameter", + "id": "DetectedIssue-identified", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-identified", + "version": "5.0.0", + "name": "identified", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "When identified", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identified", + "base": [ + "DetectedIssue" + ], + "type": "date", + "expression": "DetectedIssue.identified.ofType(dateTime) | DetectedIssue.identified.ofType(Period)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DetectedIssue-implicated", + "resource": { + "resourceType": "SearchParameter", + "id": "DetectedIssue-implicated", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-implicated", + "version": "5.0.0", + "name": "implicated", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Problem resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "implicated", + "base": [ + "DetectedIssue" + ], + "type": "reference", + "expression": "DetectedIssue.implicated", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DetectedIssue-status", + "resource": { + "resourceType": "SearchParameter", + "id": "DetectedIssue-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The status of the issue", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "DetectedIssue" + ], + "type": "token", + "expression": "DetectedIssue.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DetectedIssue-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "DetectedIssue-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Associated subject", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "DetectedIssue" + ], + "type": "reference", + "expression": "DetectedIssue.subject", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "Procedure", + "NutritionProduct", + "Group", + "Practitioner", + "BiologicallyDerivedProduct", + "Substance", + "Location", + "Patient", + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-biological-source-event", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-biological-source-event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-biological-source-event", + "version": "5.0.0", + "name": "biological-source-event", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The biological source for the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "biological-source-event", + "base": [ + "Device" + ], + "type": "token", + "expression": "Device.biologicalSourceEvent", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The definition / type of the device (code)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "Device" + ], + "type": "token", + "expression": "Device.definition.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-definition", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-definition", + "version": "5.0.0", + "name": "definition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The definition / type of the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "definition", + "base": [ + "Device" + ], + "type": "reference", + "expression": "Device.definition.reference", + "processingMode": "normal", + "target": [ + "DeviceDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-device-name", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-device-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-device-name", + "version": "5.0.0", + "name": "device-name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "A server defined search that may match any of the string fields in Device.name or Device.type.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "device-name", + "base": [ + "Device" + ], + "type": "string", + "expression": "Device.name.value | Device.type.coding.display | Device.type.text", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-expiration-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-expiration-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-expiration-date", + "version": "5.0.0", + "name": "expiration-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The expiration date of the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "expiration-date", + "base": [ + "Device" + ], + "type": "date", + "expression": "Device.expirationDate", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Instance id from manufacturer, owner, and others", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Device" + ], + "type": "token", + "expression": "Device.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-location", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "A location, where the resource is found", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "Device" + ], + "type": "reference", + "expression": "Device.location", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-lot-number", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-lot-number", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-lot-number", + "version": "5.0.0", + "name": "lot-number", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The lot number of the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "lot-number", + "base": [ + "Device" + ], + "type": "string", + "expression": "Device.lotNumber", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-manufacture-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-manufacture-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-manufacture-date", + "version": "5.0.0", + "name": "manufacture-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The manufacture date of the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "manufacture-date", + "base": [ + "Device" + ], + "type": "date", + "expression": "Device.manufactureDate", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-manufacturer", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-manufacturer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-manufacturer", + "version": "5.0.0", + "name": "manufacturer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The manufacturer of the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "manufacturer", + "base": [ + "Device" + ], + "type": "string", + "expression": "Device.manufacturer", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-model", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-model", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-model", + "version": "5.0.0", + "name": "model", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The model of the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "model", + "base": [ + "Device" + ], + "type": "string", + "expression": "Device.modelNumber", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-organization", + "version": "5.0.0", + "name": "organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The organization responsible for the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "organization", + "base": [ + "Device" + ], + "type": "reference", + "expression": "Device.owner", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-parent", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-parent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-parent", + "version": "5.0.0", + "name": "parent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The parent device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "parent", + "base": [ + "Device" + ], + "type": "reference", + "expression": "Device.parent", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-serial-number", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-serial-number", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-serial-number", + "version": "5.0.0", + "name": "serial-number", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The serial number of the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "serial-number", + "base": [ + "Device" + ], + "type": "string", + "expression": "Device.serialNumber | Device.identifier.where(type='SNO')", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-specification", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-specification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-specification", + "version": "5.0.0", + "name": "specification", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The standards, specifications, or formal guidances.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specification", + "base": [ + "Device" + ], + "type": "token", + "expression": "Device.conformsTo.specification", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "active | inactive | entered-in-error | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Device" + ], + "type": "token", + "expression": "Device.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The type of the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "Device" + ], + "type": "token", + "expression": "Device.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-udi-carrier", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-udi-carrier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-udi-carrier", + "version": "5.0.0", + "name": "udi-carrier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "UDI Barcode (RFID or other technology) string in *HRF* format.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "udi-carrier", + "base": [ + "Device" + ], + "type": "string", + "expression": "Device.udiCarrier.carrierHRF", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-udi-di", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-udi-di", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-udi-di", + "version": "5.0.0", + "name": "udi-di", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The udi Device Identifier (DI)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "udi-di", + "base": [ + "Device" + ], + "type": "string", + "expression": "Device.udiCarrier.deviceIdentifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-url", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-url", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-url", + "version": "5.0.0", + "name": "url", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Network address to contact device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "url", + "base": [ + "Device" + ], + "type": "uri", + "expression": "Device.url", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-version", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-version", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-version", + "version": "5.0.0", + "name": "version", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The specific version of the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "version", + "base": [ + "Device" + ], + "type": "string", + "expression": "Device.version.value", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-code-value-concept", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-code-value-concept", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-code-value-concept", + "version": "5.0.0", + "name": "code-value-concept", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Code and value parameter pair", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code-value-concept", + "base": [ + "Device" + ], + "type": "composite", + "expression": "Device", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Device-specification", + "expression": "specification.ofType(CodeableConcept)" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Device-version", + "expression": "version.ofType(string)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Device-specification-version", + "resource": { + "resourceType": "SearchParameter", + "id": "Device-specification-version", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Device-specification-version", + "version": "5.0.0", + "name": "specification-version", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "A composite of both specification and version", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specification-version", + "base": [ + "Device" + ], + "type": "composite", + "expression": "Device.conformsTo", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Device-specification", + "expression": "specification" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Device-version", + "expression": "version" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-device", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceAssociation-device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-device", + "version": "5.0.0", + "name": "device", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search for products that match this code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "device", + "base": [ + "DeviceAssociation" + ], + "type": "reference", + "expression": "DeviceAssociation.device", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceAssociation-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identifier of the device association", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "DeviceAssociation" + ], + "type": "token", + "expression": "DeviceAssociation.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-operator", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceAssociation-operator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-operator", + "version": "5.0.0", + "name": "operator", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identity of a operator for whom to list associations", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "operator", + "base": [ + "DeviceAssociation" + ], + "type": "reference", + "expression": "DeviceAssociation.operation.operator", + "processingMode": "normal", + "target": [ + "RelatedPerson", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-patient", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceAssociation-patient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-patient", + "version": "5.0.0", + "name": "patient", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identity of a patient for whom to list associations", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "patient", + "base": [ + "DeviceAssociation" + ], + "type": "reference", + "expression": "DeviceAssociation.subject.where(resolve() is Patient)", + "processingMode": "normal", + "target": [ + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-status", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceAssociation-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The status of the device associations", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "DeviceAssociation" + ], + "type": "token", + "expression": "DeviceAssociation.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceAssociation-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identity of a patient for whom to list associations", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "DeviceAssociation" + ], + "type": "reference", + "expression": "DeviceAssociation.subject.where(resolve() is Patient)", + "processingMode": "normal", + "target": [ + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-device-name", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDefinition-device-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-device-name", + "version": "5.0.0", + "name": "device-name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "A server defined search that may match any of the string fields in DeviceDefinition.name or DeviceDefinition.classification.type - the latter to search for 'generic' devices.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "device-name", + "base": [ + "DeviceDefinition" + ], + "type": "string", + "expression": "DeviceDefinition.deviceName.name | DeviceDefinition.classification.type.coding.display | DeviceDefinition.classification.type.text", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDefinition-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identifier of the component", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "DeviceDefinition" + ], + "type": "token", + "expression": "DeviceDefinition.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-manufacturer", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDefinition-manufacturer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-manufacturer", + "version": "5.0.0", + "name": "manufacturer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The manufacturer of the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "manufacturer", + "base": [ + "DeviceDefinition" + ], + "type": "reference", + "expression": "DeviceDefinition.manufacturer", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDefinition-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-organization", + "version": "5.0.0", + "name": "organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The organization responsible for the device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "organization", + "base": [ + "DeviceDefinition" + ], + "type": "reference", + "expression": "DeviceDefinition.owner", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDefinition-specification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification", + "version": "5.0.0", + "name": "specification", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The specification that the device conforms to", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specification", + "base": [ + "DeviceDefinition" + ], + "type": "token", + "expression": "DeviceDefinition.conformsTo.specification", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-type", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDefinition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The device type", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "DeviceDefinition" + ], + "type": "token", + "expression": "DeviceDefinition.conformsTo.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification-version", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDefinition-specification-version", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification-version", + "version": "5.0.0", + "name": "specification-version", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "A composite of both specification and version", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specification-version", + "base": [ + "DeviceDefinition" + ], + "type": "composite", + "expression": "DeviceDefinition.conformsTo", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification", + "expression": "specification" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/CanonicalResource-version", + "expression": "version" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDispense-code", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDispense-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDispense-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search for devices that match this code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "DeviceDispense" + ], + "type": "token", + "expression": "DeviceDispense.device.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDispense-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDispense-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDispense-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identifier of the dispense", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "DeviceDispense" + ], + "type": "token", + "expression": "DeviceDispense.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDispense-patient", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDispense-patient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDispense-patient", + "version": "5.0.0", + "name": "patient", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Returns device dispenses for a specific patient", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "patient", + "base": [ + "DeviceDispense" + ], + "type": "reference", + "expression": "DeviceDispense.subject.where(resolve() is Patient)", + "processingMode": "normal", + "target": [ + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDispense-status", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDispense-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDispense-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The status of the dispense", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "DeviceDispense" + ], + "type": "token", + "expression": "DeviceDispense.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceDispense-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceDispense-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceDispense-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identity of a patient for whom to list dispenses", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "DeviceDispense" + ], + "type": "reference", + "expression": "DeviceDispense.subject", + "processingMode": "normal", + "target": [ + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceMetric-category", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceMetric-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Health Care Devices)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/healthcaredevices/index.cfm" + } + ] + } + ], + "description": "The category of the metric", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "DeviceMetric" + ], + "type": "token", + "expression": "DeviceMetric.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceMetric-device", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceMetric-device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-device", + "version": "5.0.0", + "name": "device", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Health Care Devices)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/healthcaredevices/index.cfm" + } + ] + } + ], + "description": "The device resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "device", + "base": [ + "DeviceMetric" + ], + "type": "reference", + "expression": "DeviceMetric.device", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceMetric-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceMetric-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Health Care Devices)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/healthcaredevices/index.cfm" + } + ] + } + ], + "description": "The identifier of the metric", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "DeviceMetric" + ], + "type": "token", + "expression": "DeviceMetric.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceMetric-type", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceMetric-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Health Care Devices)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/healthcaredevices/index.cfm" + } + ] + } + ], + "description": "The type of metric", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "DeviceMetric" + ], + "type": "token", + "expression": "DeviceMetric.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-authored-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on", + "version": "5.0.0", + "name": "authored-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "When the request transitioned to being actionable", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "authored-on", + "base": [ + "DeviceRequest" + ], + "type": "date", + "expression": "DeviceRequest.authoredOn", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Plan/proposal/order fulfilled by this request", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "DeviceRequest" + ], + "type": "reference", + "expression": "DeviceRequest.basedOn", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-device", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-device", + "version": "5.0.0", + "name": "device", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Reference to resource that is being requested/ordered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "device", + "base": [ + "DeviceRequest" + ], + "type": "reference", + "expression": "DeviceRequest.code.reference", + "processingMode": "normal", + "target": [ + "Device", + "DeviceDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-event-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date", + "version": "5.0.0", + "name": "event-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "When service should occur", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "event-date", + "base": [ + "DeviceRequest" + ], + "type": "date", + "expression": "(DeviceRequest.occurrence.ofType(dateTime)) | (DeviceRequest.occurrence.ofType(Period))", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-group-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier", + "version": "5.0.0", + "name": "group-identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Composite request this is part of", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "group-identifier", + "base": [ + "DeviceRequest" + ], + "type": "token", + "expression": "DeviceRequest.groupIdentifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-canonical", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-instantiates-canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-canonical", + "version": "5.0.0", + "name": "instantiates-canonical", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Instantiates FHIR protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-canonical", + "base": [ + "DeviceRequest" + ], + "type": "reference", + "expression": "DeviceRequest.instantiatesCanonical", + "processingMode": "normal", + "target": [ + "ActivityDefinition", + "PlanDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-uri", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-instantiates-uri", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-uri", + "version": "5.0.0", + "name": "instantiates-uri", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Instantiates external protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-uri", + "base": [ + "DeviceRequest" + ], + "type": "uri", + "expression": "DeviceRequest.instantiatesUri", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-insurance", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-insurance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-insurance", + "version": "5.0.0", + "name": "insurance", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Associated insurance coverage", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "insurance", + "base": [ + "DeviceRequest" + ], + "type": "reference", + "expression": "DeviceRequest.insurance", + "processingMode": "normal", + "target": [ + "ClaimResponse", + "Coverage" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-intent", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-intent", + "version": "5.0.0", + "name": "intent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "proposal | plan | original-order |reflex-order", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "intent", + "base": [ + "DeviceRequest" + ], + "type": "token", + "expression": "DeviceRequest.intent", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Desired performer for service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "DeviceRequest" + ], + "type": "reference", + "expression": "DeviceRequest.performer.reference", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer-code", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-performer-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer-code", + "version": "5.0.0", + "name": "performer-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Desired performer for service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer-code", + "base": [ + "DeviceRequest" + ], + "type": "token", + "expression": "DeviceRequest.performer.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-prior-request", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-prior-request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-prior-request", + "version": "5.0.0", + "name": "prior-request", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Request takes the place of referenced completed or terminated requests", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "prior-request", + "base": [ + "DeviceRequest" + ], + "type": "reference", + "expression": "DeviceRequest.replaces", + "processingMode": "normal", + "target": [ + "DeviceRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-requester", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-requester", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-requester", + "version": "5.0.0", + "name": "requester", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who/what is requesting service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requester", + "base": [ + "DeviceRequest" + ], + "type": "reference", + "expression": "DeviceRequest.requester", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-status", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "entered-in-error | draft | active |suspended | completed", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "DeviceRequest" + ], + "type": "token", + "expression": "DeviceRequest.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceRequest-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceRequest-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Individual the service is ordered for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "DeviceRequest" + ], + "type": "reference", + "expression": "DeviceRequest.subject", + "processingMode": "normal", + "target": [ + "Device", + "Group", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceUsage-device", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceUsage-device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceUsage-device", + "version": "5.0.0", + "name": "device", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by device", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "device", + "base": [ + "DeviceUsage" + ], + "type": "token", + "expression": "DeviceUsage.device.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DeviceUsage-status", + "resource": { + "resourceType": "SearchParameter", + "id": "DeviceUsage-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DeviceUsage-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The status of the device usage", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "DeviceUsage" + ], + "type": "token", + "expression": "DeviceUsage.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Reference to the service request.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "DiagnosticReport" + ], + "type": "reference", + "expression": "DiagnosticReport.basedOn", + "processingMode": "normal", + "target": [ + "ServiceRequest", + "CarePlan", + "MedicationRequest", + "ImmunizationRecommendation", + "NutritionOrder" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-category", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Which diagnostic discipline/department created the report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "DiagnosticReport" + ], + "type": "token", + "expression": "DiagnosticReport.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-conclusion", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion", + "version": "5.0.0", + "name": "conclusion", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "A coded conclusion (interpretation/impression) on the report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "conclusion", + "base": [ + "DiagnosticReport" + ], + "type": "token", + "expression": "DiagnosticReport.conclusionCode", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-issued", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued", + "version": "5.0.0", + "name": "issued", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "When the report was issued", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "issued", + "base": [ + "DiagnosticReport" + ], + "type": "date", + "expression": "DiagnosticReport.issued", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-media", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-media", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-media", + "version": "5.0.0", + "name": "media", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "A reference to the image source.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "media", + "base": [ + "DiagnosticReport" + ], + "type": "reference", + "expression": "DiagnosticReport.media.link", + "processingMode": "normal", + "target": [ + "DocumentReference" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who is responsible for the report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "DiagnosticReport" + ], + "type": "reference", + "expression": "DiagnosticReport.performer", + "processingMode": "normal", + "target": [ + "Organization", + "CareTeam", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-result", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result", + "version": "5.0.0", + "name": "result", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Link to an atomic result (observation resource)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "result", + "base": [ + "DiagnosticReport" + ], + "type": "reference", + "expression": "DiagnosticReport.result", + "processingMode": "normal", + "target": [ + "Observation" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-results-interpreter", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter", + "version": "5.0.0", + "name": "results-interpreter", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who was the source of the report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "results-interpreter", + "base": [ + "DiagnosticReport" + ], + "type": "reference", + "expression": "DiagnosticReport.resultsInterpreter", + "processingMode": "normal", + "target": [ + "Organization", + "CareTeam", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-specimen", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen", + "version": "5.0.0", + "name": "specimen", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The specimen details", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specimen", + "base": [ + "DiagnosticReport" + ], + "type": "reference", + "expression": "DiagnosticReport.specimen", + "processingMode": "normal", + "target": [ + "Specimen" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-status", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The status of the report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "DiagnosticReport" + ], + "type": "token", + "expression": "DiagnosticReport.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-study", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-study", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-study", + "version": "5.0.0", + "name": "study", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Studies associated with the diagnostic report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "study", + "base": [ + "DiagnosticReport" + ], + "type": "reference", + "expression": "DiagnosticReport.study", + "processingMode": "normal", + "target": [ + "ImagingStudy", + "GenomicStudy" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "DiagnosticReport-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The subject of the report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "DiagnosticReport" + ], + "type": "reference", + "expression": "DiagnosticReport.subject", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "Group", + "Practitioner", + "BiologicallyDerivedProduct", + "Substance", + "Location", + "Patient", + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-attester", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-attester", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-attester", + "version": "5.0.0", + "name": "attester", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who attested the document", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "attester", + "base": [ + "DocumentReference" + ], + "type": "reference", + "expression": "DocumentReference.attester.party", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-author", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-author", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-author", + "version": "5.0.0", + "name": "author", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who and/or what authored the document", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "author", + "base": [ + "DocumentReference" + ], + "type": "reference", + "expression": "DocumentReference.author", + "processingMode": "normal", + "target": [ + "Organization", + "Device", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Procedure that caused this media to be created", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "DocumentReference" + ], + "type": "reference", + "expression": "DocumentReference.basedOn", + "processingMode": "normal", + "target": [ + "Claim", + "RequestOrchestration", + "DeviceRequest", + "ServiceRequest", + "EnrollmentRequest", + "CarePlan", + "Contract", + "MedicationRequest", + "ImmunizationRecommendation", + "CoverageEligibilityRequest", + "VisionPrescription", + "Appointment", + "CommunicationRequest", + "AppointmentResponse", + "SupplyRequest", + "NutritionOrder" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-bodysite", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-bodysite", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-bodysite", + "version": "5.0.0", + "name": "bodysite", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The body site studied", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "bodysite", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.bodySite.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-bodysite-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-bodysite-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-bodysite-reference", + "version": "5.0.0", + "name": "bodysite-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The body site studied", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "bodysite-reference", + "base": [ + "DocumentReference" + ], + "type": "reference", + "expression": "DocumentReference.bodySite.reference", + "processingMode": "normal", + "target": [ + "BodyStructure" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-category", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Categorization of document", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-contenttype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype", + "version": "5.0.0", + "name": "contenttype", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Mime type of the content, with charset etc.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "contenttype", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.content.attachment.contentType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-context", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-context", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-context", + "version": "5.0.0", + "name": "context", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Context of the document content", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "context", + "base": [ + "DocumentReference" + ], + "type": "reference", + "expression": "DocumentReference.context", + "processingMode": "normal", + "target": [ + "Appointment", + "Encounter", + "EpisodeOfCare" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-creation", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-creation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-creation", + "version": "5.0.0", + "name": "creation", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Date attachment was first created", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "creation", + "base": [ + "DocumentReference" + ], + "type": "date", + "expression": "DocumentReference.content.attachment.creation", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-custodian", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-custodian", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-custodian", + "version": "5.0.0", + "name": "custodian", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Organization which maintains the document", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "custodian", + "base": [ + "DocumentReference" + ], + "type": "reference", + "expression": "DocumentReference.custodian", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-description", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-description", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-description", + "version": "5.0.0", + "name": "description", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Human-readable description", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "description", + "base": [ + "DocumentReference" + ], + "type": "string", + "expression": "DocumentReference.description", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-doc-status", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-doc-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-doc-status", + "version": "5.0.0", + "name": "doc-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "preliminary | final | amended | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "doc-status", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.docStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-event-code", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-event-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-event-code", + "version": "5.0.0", + "name": "event-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Main clinical acts documented", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "event-code", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.event.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-event-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-event-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-event-reference", + "version": "5.0.0", + "name": "event-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Main clinical acts documented", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "event-reference", + "base": [ + "DocumentReference" + ], + "type": "reference", + "expression": "DocumentReference.event.reference", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-facility", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-facility", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-facility", + "version": "5.0.0", + "name": "facility", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Kind of facility where patient was seen", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "facility", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.facilityType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-format-canonical", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-format-canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-format-canonical", + "version": "5.0.0", + "name": "format-canonical", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Profile canonical content rules for the document", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "format-canonical", + "base": [ + "DocumentReference" + ], + "type": "reference", + "expression": "(DocumentReference.content.profile.value.ofType(canonical))", + "processingMode": "normal", + "target": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "ConditionDefinition", + "Contract", + "Device", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "ResearchStudy", + "SearchParameter", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestPlan", + "TestScript", + "ValueSet" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-format-code", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-format-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-format-code", + "version": "5.0.0", + "name": "format-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Format code content rules for the document", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "format-code", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "(DocumentReference.content.profile.value.ofType(Coding))", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-format-uri", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-format-uri", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-format-uri", + "version": "5.0.0", + "name": "format-uri", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Profile URI content rules for the document", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "format-uri", + "base": [ + "DocumentReference" + ], + "type": "uri", + "expression": "(DocumentReference.content.profile.value.ofType(uri))", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-language", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-language", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-language", + "version": "5.0.0", + "name": "language", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Human language of the content (BCP-47)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "language", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.content.attachment.language", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-location", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Uri where the data can be found", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "DocumentReference" + ], + "type": "uri", + "expression": "DocumentReference.content.attachment.url", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-modality", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-modality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-modality", + "version": "5.0.0", + "name": "modality", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The modality used", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "modality", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.modality", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-period", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-period", + "version": "5.0.0", + "name": "period", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Time of service that is being documented", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "period", + "base": [ + "DocumentReference" + ], + "type": "date", + "expression": "DocumentReference.period", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-relatesto", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto", + "version": "5.0.0", + "name": "relatesto", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Target of the relationship", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "relatesto", + "base": [ + "DocumentReference" + ], + "type": "reference", + "expression": "DocumentReference.relatesTo.target", + "processingMode": "normal", + "target": [ + "DocumentReference" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-relation", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-relation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-relation", + "version": "5.0.0", + "name": "relation", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "replaces | transforms | signs | appends", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "relation", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.relatesTo.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-security-label", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-security-label", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-security-label", + "version": "5.0.0", + "name": "security-label", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Document security-tags", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "security-label", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.securityLabel", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-setting", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-setting", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-setting", + "version": "5.0.0", + "name": "setting", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Additional details about where the content was created (e.g. clinical specialty)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "setting", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.practiceSetting", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-status", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "current | superseded | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "DocumentReference" + ], + "type": "token", + "expression": "DocumentReference.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who/what is the subject of the document", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "DocumentReference" + ], + "type": "reference", + "expression": "DocumentReference.subject", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-version", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-version", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-version", + "version": "5.0.0", + "name": "version", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The business version identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "version", + "base": [ + "DocumentReference" + ], + "type": "string", + "expression": "DocumentReference.version", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DocumentReference-relationship", + "resource": { + "resourceType": "SearchParameter", + "id": "DocumentReference-relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-relationship", + "version": "5.0.0", + "name": "relationship", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Combination of relation and relatesTo", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "relationship", + "base": [ + "DocumentReference" + ], + "type": "composite", + "expression": "DocumentReference.relatesTo", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto", + "expression": "target" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-relation", + "expression": "code" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-account", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-account", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-account", + "version": "5.0.0", + "name": "account", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The set of accounts that may be used for billing for this Encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "account", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.account", + "processingMode": "normal", + "target": [ + "Account" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-appointment", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-appointment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-appointment", + "version": "5.0.0", + "name": "appointment", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The appointment that scheduled this encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "appointment", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.appointment", + "processingMode": "normal", + "target": [ + "Appointment" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The ServiceRequest that initiated this encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.basedOn", + "processingMode": "normal", + "target": [ + "DeviceRequest", + "ServiceRequest", + "CarePlan", + "MedicationRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-careteam", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-careteam", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-careteam", + "version": "5.0.0", + "name": "careteam", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Careteam allocated to participate in the encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "careteam", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.careTeam", + "processingMode": "normal", + "target": [ + "CareTeam" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-class", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-class", + "version": "5.0.0", + "name": "class", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Classification of patient encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "class", + "base": [ + "Encounter" + ], + "type": "token", + "expression": "Encounter.class", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-date-start", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-date-start", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-date-start", + "version": "5.0.0", + "name": "date-start", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The actual start date of the Encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "date-start", + "base": [ + "Encounter" + ], + "type": "date", + "expression": "Encounter.actualPeriod.start", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-diagnosis-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis-code", + "version": "5.0.0", + "name": "diagnosis-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The diagnosis or procedure relevant to the encounter (coded)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "diagnosis-code", + "base": [ + "Encounter" + ], + "type": "token", + "expression": "Encounter.diagnosis.condition.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-diagnosis-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis-reference", + "version": "5.0.0", + "name": "diagnosis-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The diagnosis or procedure relevant to the encounter (resource reference)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "diagnosis-reference", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.diagnosis.condition.reference", + "processingMode": "normal", + "target": [ + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-end-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-end-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-end-date", + "version": "5.0.0", + "name": "end-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The actual end date of the Encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "end-date", + "base": [ + "Encounter" + ], + "type": "date", + "expression": "Encounter.actualPeriod.end", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-episode-of-care", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-episode-of-care", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-episode-of-care", + "version": "5.0.0", + "name": "episode-of-care", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Episode(s) of care that this encounter should be recorded against", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "episode-of-care", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.episodeOfCare", + "processingMode": "normal", + "target": [ + "EpisodeOfCare" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-length", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-length", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-length", + "version": "5.0.0", + "name": "length", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Length of encounter in days", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "length", + "base": [ + "Encounter" + ], + "type": "quantity", + "expression": "Encounter.length", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Location the encounter takes place", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.location.location", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-part-of", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-part-of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-part-of", + "version": "5.0.0", + "name": "part-of", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Another Encounter this encounter is part of", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "part-of", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.partOf", + "processingMode": "normal", + "target": [ + "Encounter" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-participant", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-participant", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-participant", + "version": "5.0.0", + "name": "participant", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Persons involved in the encounter other than the patient", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "participant", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.participant.actor", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Device", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-participant-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-participant-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-participant-type", + "version": "5.0.0", + "name": "participant-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Role of participant in encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "participant-type", + "base": [ + "Encounter" + ], + "type": "token", + "expression": "Encounter.participant.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-practitioner", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-practitioner", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-practitioner", + "version": "5.0.0", + "name": "practitioner", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Persons involved in the encounter other than the patient", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "practitioner", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.participant.actor.where(resolve() is Practitioner)", + "processingMode": "normal", + "target": [ + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-reason-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-reason-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-reason-code", + "version": "5.0.0", + "name": "reason-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Reference to a concept (coded)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-code", + "base": [ + "Encounter" + ], + "type": "token", + "expression": "Encounter.reason.value.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-reason-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-reason-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-reason-reference", + "version": "5.0.0", + "name": "reason-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (resource reference)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-reference", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.reason.value.reference", + "processingMode": "normal", + "target": [ + "Procedure", + "Observation", + "DiagnosticReport", + "ImmunizationRecommendation", + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-service-provider", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", + "version": "5.0.0", + "name": "service-provider", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The organization (facility) responsible for this encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-provider", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.serviceProvider", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-special-arrangement", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-special-arrangement", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-special-arrangement", + "version": "5.0.0", + "name": "special-arrangement", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Wheelchair, translator, stretcher, etc.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "special-arrangement", + "base": [ + "Encounter" + ], + "type": "token", + "expression": "Encounter.specialArrangement", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "planned | in-progress | on-hold | completed | cancelled | entered-in-error | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Encounter" + ], + "type": "token", + "expression": "Encounter.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The patient or group present at the encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Encounter" + ], + "type": "reference", + "expression": "Encounter.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-subject-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-subject-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-subject-status", + "version": "5.0.0", + "name": "subject-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The current status of the subject in relation to the Encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject-status", + "base": [ + "Encounter" + ], + "type": "token", + "expression": "Encounter.subjectStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Encounter-location-period", + "resource": { + "resourceType": "SearchParameter", + "id": "Encounter-location-period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-location-period", + "version": "6.0.0-ballot2", + "name": "location-period", + "status": "draft", + "experimental": false, + "date": "2024-12-12T18:56:29+00:00", + "publisher": "HL7 International / Patient Administration", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm" + } + ] + } + ], + "description": "Time period during which the patient was present at a location (generally used via composite location-period)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location-period", + "base": [ + "Encounter" + ], + "type": "date", + "expression": "Encounter.location.period", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EncounterHistory-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "EncounterHistory-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EncounterHistory-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Identifier(s) by which this encounter is known", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "EncounterHistory" + ], + "type": "token", + "expression": "EncounterHistory.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EncounterHistory-patient", + "resource": { + "resourceType": "SearchParameter", + "id": "EncounterHistory-patient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EncounterHistory-patient", + "version": "5.0.0", + "name": "patient", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The patient present at the encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "patient", + "base": [ + "EncounterHistory" + ], + "type": "reference", + "expression": "EncounterHistory.subject.where(resolve() is Patient)", + "processingMode": "normal", + "target": [ + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EncounterHistory-status", + "resource": { + "resourceType": "SearchParameter", + "id": "EncounterHistory-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EncounterHistory-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Status of the Encounter history entry", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "EncounterHistory" + ], + "type": "token", + "expression": "EncounterHistory.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EncounterHistory-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "EncounterHistory-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EncounterHistory-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The patient or group present at the encounter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "EncounterHistory" + ], + "type": "reference", + "expression": "EncounterHistory.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Endpoint-connection-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Endpoint-connection-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-connection-type", + "version": "5.0.0", + "name": "connection-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Protocol/Profile/Standard to be used with this endpoint connection", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "connection-type", + "base": [ + "Endpoint" + ], + "type": "token", + "expression": "Endpoint.connectionType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Endpoint-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Endpoint-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Identifies this endpoint across multiple systems", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Endpoint" + ], + "type": "token", + "expression": "Endpoint.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Endpoint-name", + "resource": { + "resourceType": "SearchParameter", + "id": "Endpoint-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A name that this endpoint can be identified by", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "Endpoint" + ], + "type": "string", + "expression": "Endpoint.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Endpoint-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "Endpoint-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-organization", + "version": "5.0.0", + "name": "organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The organization that is managing the endpoint", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "organization", + "base": [ + "Endpoint" + ], + "type": "reference", + "expression": "Endpoint.managingOrganization", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Endpoint-payload-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Endpoint-payload-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-payload-type", + "version": "5.0.0", + "name": "payload-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "payload-type", + "base": [ + "Endpoint" + ], + "type": "token", + "expression": "Endpoint.payload.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Endpoint-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Endpoint-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The current status of the Endpoint (usually expected to be active)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Endpoint" + ], + "type": "token", + "expression": "Endpoint.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-status", + "resource": { + "resourceType": "SearchParameter", + "id": "EnrollmentRequest-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The status of the enrollment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "EnrollmentRequest" + ], + "type": "token", + "expression": "EnrollmentRequest.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "EnrollmentRequest-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The party to be enrolled", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "EnrollmentRequest" + ], + "type": "reference", + "expression": "EnrollmentRequest.candidate", + "processingMode": "normal", + "target": [ + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "EnrollmentResponse-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The business identifier of the EnrollmentResponse", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "EnrollmentResponse" + ], + "type": "token", + "expression": "EnrollmentResponse.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-request", + "resource": { + "resourceType": "SearchParameter", + "id": "EnrollmentResponse-request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-request", + "version": "5.0.0", + "name": "request", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The reference to the claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "request", + "base": [ + "EnrollmentResponse" + ], + "type": "reference", + "expression": "EnrollmentResponse.request", + "processingMode": "normal", + "target": [ + "EnrollmentRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-status", + "resource": { + "resourceType": "SearchParameter", + "id": "EnrollmentResponse-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The status of the enrollment response", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "EnrollmentResponse" + ], + "type": "token", + "expression": "EnrollmentResponse.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-care-manager", + "resource": { + "resourceType": "SearchParameter", + "id": "EpisodeOfCare-care-manager", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-care-manager", + "version": "5.0.0", + "name": "care-manager", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Care manager/care coordinator for the patient", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "care-manager", + "base": [ + "EpisodeOfCare" + ], + "type": "reference", + "expression": "EpisodeOfCare.careManager.where(resolve() is Practitioner)", + "processingMode": "normal", + "target": [ + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-diagnosis-code", + "resource": { + "resourceType": "SearchParameter", + "id": "EpisodeOfCare-diagnosis-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-diagnosis-code", + "version": "5.0.0", + "name": "diagnosis-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Conditions/problems/diagnoses this episode of care is for (coded)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "diagnosis-code", + "base": [ + "EpisodeOfCare" + ], + "type": "token", + "expression": "EpisodeOfCare.diagnosis.condition.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-diagnosis-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "EpisodeOfCare-diagnosis-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-diagnosis-reference", + "version": "5.0.0", + "name": "diagnosis-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Conditions/problems/diagnoses this episode of care is for (resource reference)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "diagnosis-reference", + "base": [ + "EpisodeOfCare" + ], + "type": "reference", + "expression": "EpisodeOfCare.diagnosis.condition.reference", + "processingMode": "normal", + "target": [ + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-incoming-referral", + "resource": { + "resourceType": "SearchParameter", + "id": "EpisodeOfCare-incoming-referral", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-incoming-referral", + "version": "5.0.0", + "name": "incoming-referral", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Incoming Referral Request", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "incoming-referral", + "base": [ + "EpisodeOfCare" + ], + "type": "reference", + "expression": "EpisodeOfCare.referralRequest", + "processingMode": "normal", + "target": [ + "ServiceRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "EpisodeOfCare-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-organization", + "version": "5.0.0", + "name": "organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The organization that has assumed the specific responsibilities of this EpisodeOfCare", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "organization", + "base": [ + "EpisodeOfCare" + ], + "type": "reference", + "expression": "EpisodeOfCare.managingOrganization", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-reason-code", + "resource": { + "resourceType": "SearchParameter", + "id": "EpisodeOfCare-reason-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-reason-code", + "version": "5.0.0", + "name": "reason-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Reference to a concept (coded)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-code", + "base": [ + "EpisodeOfCare" + ], + "type": "token", + "expression": "EpisodeOfCare.reason.value.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-reason-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "EpisodeOfCare-reason-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-reason-reference", + "version": "5.0.0", + "name": "reason-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (resource reference)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-reference", + "base": [ + "EpisodeOfCare" + ], + "type": "reference", + "expression": "EpisodeOfCare.reason.value.reference", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Procedure", + "Observation", + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-status", + "resource": { + "resourceType": "SearchParameter", + "id": "EpisodeOfCare-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The current status of the Episode of Care as provided (does not check the status history collection)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "EpisodeOfCare" + ], + "type": "token", + "expression": "EpisodeOfCare.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-care-team", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team", + "version": "5.0.0", + "name": "care-team", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Member of the CareTeam", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "care-team", + "base": [ + "ExplanationOfBenefit" + ], + "type": "reference", + "expression": "ExplanationOfBenefit.careTeam.provider", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-claim", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-claim", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-claim", + "version": "5.0.0", + "name": "claim", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The reference to the claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "claim", + "base": [ + "ExplanationOfBenefit" + ], + "type": "reference", + "expression": "ExplanationOfBenefit.claim", + "processingMode": "normal", + "target": [ + "Claim" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-coverage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage", + "version": "5.0.0", + "name": "coverage", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The plan under which the claim was adjudicated", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "coverage", + "base": [ + "ExplanationOfBenefit" + ], + "type": "reference", + "expression": "ExplanationOfBenefit.insurance.coverage", + "processingMode": "normal", + "target": [ + "Coverage" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-created", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created", + "version": "5.0.0", + "name": "created", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The creation date for the EOB", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "created", + "base": [ + "ExplanationOfBenefit" + ], + "type": "date", + "expression": "ExplanationOfBenefit.created", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-detail-udi", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-detail-udi", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-detail-udi", + "version": "5.0.0", + "name": "detail-udi", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "UDI associated with a line item detail product or service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "detail-udi", + "base": [ + "ExplanationOfBenefit" + ], + "type": "reference", + "expression": "ExplanationOfBenefit.item.detail.udi", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-disposition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition", + "version": "5.0.0", + "name": "disposition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The contents of the disposition message", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "disposition", + "base": [ + "ExplanationOfBenefit" + ], + "type": "string", + "expression": "ExplanationOfBenefit.disposition", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-enterer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer", + "version": "5.0.0", + "name": "enterer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The party responsible for the entry of the Claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "enterer", + "base": [ + "ExplanationOfBenefit" + ], + "type": "reference", + "expression": "ExplanationOfBenefit.enterer", + "processingMode": "normal", + "target": [ + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-facility", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-facility", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-facility", + "version": "5.0.0", + "name": "facility", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Facility responsible for the goods and services", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "facility", + "base": [ + "ExplanationOfBenefit" + ], + "type": "reference", + "expression": "ExplanationOfBenefit.facility", + "processingMode": "normal", + "target": [ + "Organization", + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-item-udi", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-item-udi", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-item-udi", + "version": "5.0.0", + "name": "item-udi", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "UDI associated with a line item product or service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "item-udi", + "base": [ + "ExplanationOfBenefit" + ], + "type": "reference", + "expression": "ExplanationOfBenefit.item.udi", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-payee", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee", + "version": "5.0.0", + "name": "payee", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The party receiving any payment for the Claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "payee", + "base": [ + "ExplanationOfBenefit" + ], + "type": "reference", + "expression": "ExplanationOfBenefit.payee.party", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-procedure-udi", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-procedure-udi", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-procedure-udi", + "version": "5.0.0", + "name": "procedure-udi", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "UDI associated with a procedure", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "procedure-udi", + "base": [ + "ExplanationOfBenefit" + ], + "type": "reference", + "expression": "ExplanationOfBenefit.procedure.udi", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-provider", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider", + "version": "5.0.0", + "name": "provider", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The reference to the provider", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "provider", + "base": [ + "ExplanationOfBenefit" + ], + "type": "reference", + "expression": "ExplanationOfBenefit.provider", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Status of the instance", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ExplanationOfBenefit" + ], + "type": "token", + "expression": "ExplanationOfBenefit.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-subdetail-udi", + "resource": { + "resourceType": "SearchParameter", + "id": "ExplanationOfBenefit-subdetail-udi", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-subdetail-udi", + "version": "5.0.0", + "name": "subdetail-udi", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "UDI associated with a line item detail subdetail product or service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subdetail-udi", + "base": [ + "ExplanationOfBenefit" + ], + "type": "reference", + "expression": "ExplanationOfBenefit.item.detail.subDetail.udi", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-canonical", + "resource": { + "resourceType": "SearchParameter", + "id": "FamilyMemberHistory-instantiates-canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-canonical", + "version": "5.0.0", + "name": "instantiates-canonical", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Instantiates FHIR protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-canonical", + "base": [ + "FamilyMemberHistory" + ], + "type": "reference", + "expression": "FamilyMemberHistory.instantiatesCanonical", + "processingMode": "normal", + "target": [ + "Measure", + "OperationDefinition", + "ActivityDefinition", + "PlanDefinition", + "Questionnaire" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-uri", + "resource": { + "resourceType": "SearchParameter", + "id": "FamilyMemberHistory-instantiates-uri", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-uri", + "version": "5.0.0", + "name": "instantiates-uri", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Instantiates external protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-uri", + "base": [ + "FamilyMemberHistory" + ], + "type": "uri", + "expression": "FamilyMemberHistory.instantiatesUri", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship", + "resource": { + "resourceType": "SearchParameter", + "id": "FamilyMemberHistory-relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship", + "version": "5.0.0", + "name": "relationship", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "A search by a relationship type", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "relationship", + "base": [ + "FamilyMemberHistory" + ], + "type": "token", + "expression": "FamilyMemberHistory.relationship", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-sex", + "resource": { + "resourceType": "SearchParameter", + "id": "FamilyMemberHistory-sex", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-sex", + "version": "5.0.0", + "name": "sex", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "A search by a sex code of a family member", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "sex", + "base": [ + "FamilyMemberHistory" + ], + "type": "token", + "expression": "FamilyMemberHistory.sex", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status", + "resource": { + "resourceType": "SearchParameter", + "id": "FamilyMemberHistory-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "partial | completed | entered-in-error | health-unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "FamilyMemberHistory" + ], + "type": "token", + "expression": "FamilyMemberHistory.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Flag-author", + "resource": { + "resourceType": "SearchParameter", + "id": "Flag-author", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Flag-author", + "version": "5.0.0", + "name": "author", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Flag creator", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "author", + "base": [ + "Flag" + ], + "type": "reference", + "expression": "Flag.author", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Flag-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Flag-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Flag-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "The category of the flag, such as clinical, administrative, etc.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "Flag" + ], + "type": "token", + "expression": "Flag.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Flag-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Flag-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Flag-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "active | inactive | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Flag" + ], + "type": "token", + "expression": "Flag.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Flag-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Flag-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Flag-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "The identity of a subject to list flags for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Flag" + ], + "type": "reference", + "expression": "Flag.subject", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Procedure", + "PlanDefinition", + "Group", + "Practitioner", + "Location", + "Patient", + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/FormularyItem-code", + "resource": { + "resourceType": "SearchParameter", + "id": "FormularyItem-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/FormularyItem-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns formulary items for a specific code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "FormularyItem" + ], + "type": "token", + "expression": "FormularyItem.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/FormularyItem-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "FormularyItem-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/FormularyItem-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns formulary items with this external identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "FormularyItem" + ], + "type": "token", + "expression": "FormularyItem.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/GenomicStudy-focus", + "resource": { + "resourceType": "SearchParameter", + "id": "GenomicStudy-focus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/GenomicStudy-focus", + "version": "5.0.0", + "name": "focus", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Genomics)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/clingenomics/index.cfm" + } + ] + } + ], + "description": "What the genomic study analysis is about, when it is not about the subject of record", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "focus", + "base": [ + "GenomicStudy" + ], + "type": "reference", + "expression": "GenomicStudy.analysis.focus", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/GenomicStudy-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "GenomicStudy-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/GenomicStudy-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Genomics)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/clingenomics/index.cfm" + } + ] + } + ], + "description": "Identifiers for the Study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "GenomicStudy" + ], + "type": "token", + "expression": "GenomicStudy.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/GenomicStudy-patient", + "resource": { + "resourceType": "SearchParameter", + "id": "GenomicStudy-patient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/GenomicStudy-patient", + "version": "5.0.0", + "name": "patient", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Genomics)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/clingenomics/index.cfm" + } + ] + } + ], + "description": "Who the study is about", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "patient", + "base": [ + "GenomicStudy" + ], + "type": "reference", + "expression": "GenomicStudy.subject.where(resolve() is Patient)", + "processingMode": "normal", + "target": [ + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/GenomicStudy-status", + "resource": { + "resourceType": "SearchParameter", + "id": "GenomicStudy-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/GenomicStudy-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Genomics)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/clingenomics/index.cfm" + } + ] + } + ], + "description": "The status of the study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "GenomicStudy" + ], + "type": "token", + "expression": "GenomicStudy.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/GenomicStudy-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "GenomicStudy-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/GenomicStudy-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Genomics)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/clingenomics/index.cfm" + } + ] + } + ], + "description": "Who the study is about", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "GenomicStudy" + ], + "type": "reference", + "expression": "GenomicStudy.subject", + "processingMode": "normal", + "target": [ + "NutritionProduct", + "Group", + "BiologicallyDerivedProduct", + "Substance", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Goal-achievement-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Goal-achievement-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Goal-achievement-status", + "version": "5.0.0", + "name": "achievement-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "achievement-status", + "base": [ + "Goal" + ], + "type": "token", + "expression": "Goal.achievementStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Goal-addresses", + "resource": { + "resourceType": "SearchParameter", + "id": "Goal-addresses", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Goal-addresses", + "version": "5.0.0", + "name": "addresses", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Issues addressed by this goal", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "addresses", + "base": [ + "Goal" + ], + "type": "reference", + "expression": "Goal.addresses", + "processingMode": "normal", + "target": [ + "RiskAssessment", + "Procedure", + "Observation", + "MedicationStatement", + "ServiceRequest", + "MedicationRequest", + "Condition", + "NutritionOrder" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Goal-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Goal-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Goal-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "E.g. Treatment, dietary, behavioral, etc.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "Goal" + ], + "type": "token", + "expression": "Goal.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Goal-description", + "resource": { + "resourceType": "SearchParameter", + "id": "Goal-description", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Goal-description", + "version": "5.0.0", + "name": "description", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Code or text describing goal", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "description", + "base": [ + "Goal" + ], + "type": "token", + "expression": "Goal.description", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Goal-lifecycle-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status", + "version": "5.0.0", + "name": "lifecycle-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "lifecycle-status", + "base": [ + "Goal" + ], + "type": "token", + "expression": "Goal.lifecycleStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Goal-start-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Goal-start-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Goal-start-date", + "version": "5.0.0", + "name": "start-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "When goal pursuit begins", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "start-date", + "base": [ + "Goal" + ], + "type": "date", + "expression": "(Goal.start.ofType(date))", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Goal-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Goal-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Goal-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who this goal is intended for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Goal" + ], + "type": "reference", + "expression": "Goal.subject", + "processingMode": "normal", + "target": [ + "Organization", + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Goal-target-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Goal-target-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Goal-target-date", + "version": "5.0.0", + "name": "target-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Reach goal on or before", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target-date", + "base": [ + "Goal" + ], + "type": "date", + "expression": "(Goal.target.due.ofType(date))", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Goal-target-measure", + "resource": { + "resourceType": "SearchParameter", + "id": "Goal-target-measure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Goal-target-measure", + "version": "5.0.0", + "name": "target-measure", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "The parameter whose value is being tracked", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target-measure", + "base": [ + "Goal" + ], + "type": "token", + "expression": "Goal.target.measure", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/GraphDefinition-start", + "resource": { + "resourceType": "SearchParameter", + "id": "GraphDefinition-start", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/GraphDefinition-start", + "version": "5.0.0", + "name": "start", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Type of resource at which the graph starts", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "start", + "base": [ + "GraphDefinition" + ], + "type": "token", + "expression": "GraphDefinition.start", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-characteristic", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-characteristic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-characteristic", + "version": "5.0.0", + "name": "characteristic", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Kind of characteristic", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "characteristic", + "base": [ + "Group" + ], + "type": "token", + "expression": "Group.characteristic.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-characteristic-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-characteristic-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-characteristic-reference", + "version": "5.0.0", + "name": "characteristic-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "An entity referenced in a characteristic", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "characteristic-reference", + "base": [ + "Group" + ], + "type": "reference", + "expression": "(Group.characteristic.value.ofType(Reference))", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The kind of resources contained", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "Group" + ], + "type": "token", + "expression": "Group.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-exclude", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-exclude", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-exclude", + "version": "5.0.0", + "name": "exclude", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Group includes or excludes", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "exclude", + "base": [ + "Group" + ], + "type": "token", + "expression": "Group.characteristic.exclude", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Unique id", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Group" + ], + "type": "token", + "expression": "Group.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-managing-entity", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-managing-entity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-managing-entity", + "version": "5.0.0", + "name": "managing-entity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Entity that is the custodian of the Group's definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "managing-entity", + "base": [ + "Group" + ], + "type": "reference", + "expression": "Group.managingEntity", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-member", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-member", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-member", + "version": "5.0.0", + "name": "member", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Reference to the group member", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "member", + "base": [ + "Group" + ], + "type": "reference", + "expression": "Group.member.entity", + "processingMode": "normal", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Specimen", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-membership", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-membership", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-membership", + "version": "5.0.0", + "name": "membership", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Definitional or enumerated group", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "membership", + "base": [ + "Group" + ], + "type": "token", + "expression": "Group.membership", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-name", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A portion of the Group's name", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "Group" + ], + "type": "string", + "expression": "Group.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The type of resources the group contains", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "Group" + ], + "type": "token", + "expression": "Group.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-value", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-value", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-value", + "version": "5.0.0", + "name": "value", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Value held by characteristic", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "value", + "base": [ + "Group" + ], + "type": "token", + "expression": "(Group.characteristic.value.ofType(CodeableConcept)) | (Group.characteristic.value.ofType(boolean))", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Group-characteristic-value", + "resource": { + "resourceType": "SearchParameter", + "id": "Group-characteristic-value", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Group-characteristic-value", + "version": "5.0.0", + "name": "characteristic-value", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A composite of both characteristic and value", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "characteristic-value", + "base": [ + "Group" + ], + "type": "composite", + "expression": "Group.characteristic", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Group-characteristic", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Group-value", + "expression": "(value.ofType(CodeableConcept)) | (value.ofType(boolean))" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-request", + "resource": { + "resourceType": "SearchParameter", + "id": "GuidanceResponse-request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-request", + "version": "5.0.0", + "name": "request", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The identifier of the request associated with the response", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "request", + "base": [ + "GuidanceResponse" + ], + "type": "token", + "expression": "GuidanceResponse.requestIdentifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-status", + "resource": { + "resourceType": "SearchParameter", + "id": "GuidanceResponse-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The status of the guidance response", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "GuidanceResponse" + ], + "type": "token", + "expression": "GuidanceResponse.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "GuidanceResponse-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The subject that the guidance response is about", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "GuidanceResponse" + ], + "type": "reference", + "expression": "GuidanceResponse.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-active", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-active", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-active", + "version": "5.0.0", + "name": "active", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The Healthcare Service is currently marked as active", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "active", + "base": [ + "HealthcareService" + ], + "type": "token", + "expression": "HealthcareService.active", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-characteristic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic", + "version": "5.0.0", + "name": "characteristic", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "One of the HealthcareService's characteristics", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "characteristic", + "base": [ + "HealthcareService" + ], + "type": "token", + "expression": "HealthcareService.characteristic", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-communication", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-communication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-communication", + "version": "5.0.0", + "name": "communication", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Languages that are available at this service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "communication", + "base": [ + "HealthcareService" + ], + "type": "token", + "expression": "HealthcareService.communication", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-coverage-area", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-coverage-area", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-coverage-area", + "version": "5.0.0", + "name": "coverage-area", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Location(s) service is intended for/available to", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "coverage-area", + "base": [ + "HealthcareService" + ], + "type": "reference", + "expression": "HealthcareService.coverageArea", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-eligibility", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-eligibility", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-eligibility", + "version": "5.0.0", + "name": "eligibility", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "One of the HealthcareService's eligibility requirements", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "eligibility", + "base": [ + "HealthcareService" + ], + "type": "token", + "expression": "HealthcareService.eligibility.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-endpoint", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint", + "version": "5.0.0", + "name": "endpoint", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Technical endpoints providing access to electronic services operated for the healthcare service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "endpoint", + "base": [ + "HealthcareService" + ], + "type": "reference", + "expression": "HealthcareService.endpoint", + "processingMode": "normal", + "target": [ + "Endpoint" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "External identifiers for this item", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "HealthcareService" + ], + "type": "token", + "expression": "HealthcareService.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-location", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The location of the Healthcare Service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "HealthcareService" + ], + "type": "reference", + "expression": "HealthcareService.location", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-name", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A portion of the Healthcare service name", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "HealthcareService" + ], + "type": "string", + "expression": "HealthcareService.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-offered-in", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-offered-in", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-offered-in", + "version": "5.0.0", + "name": "offered-in", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The service within which this service is offered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "offered-in", + "base": [ + "HealthcareService" + ], + "type": "reference", + "expression": "HealthcareService.offeredIn", + "processingMode": "normal", + "target": [ + "HealthcareService" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-organization", + "version": "5.0.0", + "name": "organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The organization that provides this Healthcare Service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "organization", + "base": [ + "HealthcareService" + ], + "type": "reference", + "expression": "HealthcareService.providedBy", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-program", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-program", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-program", + "version": "5.0.0", + "name": "program", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "One of the Programs supported by this HealthcareService", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "program", + "base": [ + "HealthcareService" + ], + "type": "token", + "expression": "HealthcareService.program", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-service-category", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-service-category", + "version": "5.0.0", + "name": "service-category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Service Category of the Healthcare Service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-category", + "base": [ + "HealthcareService" + ], + "type": "token", + "expression": "HealthcareService.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-service-type", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-service-type", + "version": "5.0.0", + "name": "service-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The type of service provided by this healthcare service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-type", + "base": [ + "HealthcareService" + ], + "type": "token", + "expression": "HealthcareService.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/HealthcareService-specialty", + "resource": { + "resourceType": "SearchParameter", + "id": "HealthcareService-specialty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-specialty", + "version": "5.0.0", + "name": "specialty", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The specialty of the service provided by this healthcare service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specialty", + "base": [ + "HealthcareService" + ], + "type": "token", + "expression": "HealthcareService.specialty", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingSelection-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingSelection-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The request associated with an imaging selection", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "ImagingSelection" + ], + "type": "reference", + "expression": "ImagingSelection.basedOn", + "processingMode": "normal", + "target": [ + "Appointment", + "ServiceRequest", + "CarePlan", + "Task", + "AppointmentResponse" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingSelection-body-site", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingSelection-body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-body-site", + "version": "5.0.0", + "name": "body-site", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The body site code associated with the imaging selection", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "body-site", + "base": [ + "ImagingSelection" + ], + "type": "token", + "expression": "ImagingSelection.bodySite.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingSelection-body-structure", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingSelection-body-structure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-body-structure", + "version": "5.0.0", + "name": "body-structure", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The body structure associated with the imaging selection", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "body-structure", + "base": [ + "ImagingSelection" + ], + "type": "reference", + "expression": "ImagingSelection.bodySite.reference", + "processingMode": "normal", + "target": [ + "BodyStructure" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingSelection-derived-from", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingSelection-derived-from", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-derived-from", + "version": "5.0.0", + "name": "derived-from", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The imaging study from which the imaging selection was derived", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "derived-from", + "base": [ + "ImagingSelection" + ], + "type": "reference", + "expression": "ImagingSelection.derivedFrom", + "processingMode": "normal", + "target": [ + "ImagingStudy", + "DocumentReference" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingSelection-issued", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingSelection-issued", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-issued", + "version": "5.0.0", + "name": "issued", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The date / time the imaging selection was created", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "issued", + "base": [ + "ImagingSelection" + ], + "type": "date", + "expression": "ImagingSelection.issued", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingSelection-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingSelection-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The status of the imaging selection", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ImagingSelection" + ], + "type": "token", + "expression": "ImagingSelection.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingSelection-study-uid", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingSelection-study-uid", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-study-uid", + "version": "5.0.0", + "name": "study-uid", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The DICOM Study Instance UID from which the images were selected", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "study-uid", + "base": [ + "ImagingSelection" + ], + "type": "token", + "expression": "ImagingSelection.studyUid", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingSelection-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingSelection-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The subject of the Imaging Selection, such as the associated Patient", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "ImagingSelection" + ], + "type": "reference", + "expression": "ImagingSelection.subject", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "Procedure", + "Group", + "Practitioner", + "Specimen", + "Substance", + "Location", + "Patient", + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The order for the image, such as Accession Number associated with a ServiceRequest", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "ImagingStudy" + ], + "type": "reference", + "expression": "ImagingStudy.basedOn", + "processingMode": "normal", + "target": [ + "Appointment", + "ServiceRequest", + "CarePlan", + "Task", + "AppointmentResponse" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-body-site", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-body-site", + "version": "5.0.0", + "name": "body-site", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The body site code studied", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "body-site", + "base": [ + "ImagingStudy" + ], + "type": "token", + "expression": "ImagingStudy.series.bodySite.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-body-structure", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-body-structure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-body-structure", + "version": "5.0.0", + "name": "body-structure", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The body structure resource associated with the ImagingStudy", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "body-structure", + "base": [ + "ImagingStudy" + ], + "type": "reference", + "expression": "ImagingStudy.series.bodySite.reference", + "processingMode": "normal", + "target": [ + "BodyStructure" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-dicom-class", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-dicom-class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-dicom-class", + "version": "5.0.0", + "name": "dicom-class", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The type of the instance", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "dicom-class", + "base": [ + "ImagingStudy" + ], + "type": "token", + "expression": "ImagingStudy.series.instance.sopClass", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-endpoint", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint", + "version": "5.0.0", + "name": "endpoint", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The endpoint for the study or series", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "endpoint", + "base": [ + "ImagingStudy" + ], + "type": "reference", + "expression": "ImagingStudy.endpoint | ImagingStudy.series.endpoint", + "processingMode": "normal", + "target": [ + "Endpoint" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-instance", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-instance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-instance", + "version": "5.0.0", + "name": "instance", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "SOP Instance UID for an instance", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instance", + "base": [ + "ImagingStudy" + ], + "type": "token", + "expression": "ImagingStudy.series.instance.uid", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-modality", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-modality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-modality", + "version": "5.0.0", + "name": "modality", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The modality of the series", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "modality", + "base": [ + "ImagingStudy" + ], + "type": "token", + "expression": "ImagingStudy.series.modality", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The person who performed the study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "ImagingStudy" + ], + "type": "reference", + "expression": "ImagingStudy.series.performer.actor", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-reason", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-reason", + "version": "5.0.0", + "name": "reason", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The reason for the study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason", + "base": [ + "ImagingStudy" + ], + "type": "token", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-referrer", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-referrer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-referrer", + "version": "5.0.0", + "name": "referrer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The referring physician", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "referrer", + "base": [ + "ImagingStudy" + ], + "type": "reference", + "expression": "ImagingStudy.referrer", + "processingMode": "normal", + "target": [ + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-series", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-series", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-series", + "version": "5.0.0", + "name": "series", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "DICOM Series Instance UID for a series", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "series", + "base": [ + "ImagingStudy" + ], + "type": "token", + "expression": "ImagingStudy.series.uid", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-started", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-started", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-started", + "version": "5.0.0", + "name": "started", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "When the study was started", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "started", + "base": [ + "ImagingStudy" + ], + "type": "date", + "expression": "ImagingStudy.started", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "The status of the study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ImagingStudy" + ], + "type": "token", + "expression": "ImagingStudy.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImagingStudy-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "ImagingStudy-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Imaging Integration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" + } + ] + } + ], + "description": "Who the study is about", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "ImagingStudy" + ], + "type": "reference", + "expression": "ImagingStudy.subject", + "processingMode": "normal", + "target": [ + "Device", + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-location", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "The service delivery location or facility in which the vaccine was / was to be administered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "Immunization" + ], + "type": "reference", + "expression": "Immunization.location", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-lot-number", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-lot-number", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-lot-number", + "version": "5.0.0", + "name": "lot-number", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Vaccine Lot Number", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "lot-number", + "base": [ + "Immunization" + ], + "type": "string", + "expression": "Immunization.lotNumber", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-manufacturer", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-manufacturer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-manufacturer", + "version": "5.0.0", + "name": "manufacturer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Vaccine Manufacturer", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "manufacturer", + "base": [ + "Immunization" + ], + "type": "reference", + "expression": "Immunization.manufacturer.reference", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "The practitioner, individual or organization who played a role in the vaccination", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "Immunization" + ], + "type": "reference", + "expression": "Immunization.performer.actor", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-reaction", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-reaction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reaction", + "version": "5.0.0", + "name": "reaction", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Additional information on reaction", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reaction", + "base": [ + "Immunization" + ], + "type": "reference", + "expression": "Immunization.reaction.manifestation.reference", + "processingMode": "normal", + "target": [ + "Observation" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-reaction-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-reaction-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reaction-date", + "version": "5.0.0", + "name": "reaction-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "When reaction started", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reaction-date", + "base": [ + "Immunization" + ], + "type": "date", + "expression": "Immunization.reaction.date", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-reason-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-reason-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reason-code", + "version": "5.0.0", + "name": "reason-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Reason why the vaccine was administered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-code", + "base": [ + "Immunization" + ], + "type": "token", + "expression": "Immunization.reason.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-reason-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-reason-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reason-reference", + "version": "5.0.0", + "name": "reason-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (by instance)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-reference", + "base": [ + "Immunization" + ], + "type": "reference", + "expression": "Immunization.reason.reference", + "processingMode": "normal", + "target": [ + "Observation", + "DiagnosticReport", + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-series", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-series", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-series", + "version": "5.0.0", + "name": "series", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "The series being followed by the provider", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "series", + "base": [ + "Immunization" + ], + "type": "string", + "expression": "Immunization.protocolApplied.series", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Immunization event status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Immunization" + ], + "type": "token", + "expression": "Immunization.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-status-reason", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-status-reason", + "version": "5.0.0", + "name": "status-reason", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Reason why the vaccine was not administered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status-reason", + "base": [ + "Immunization" + ], + "type": "token", + "expression": "Immunization.statusReason", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-target-disease", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-target-disease", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-target-disease", + "version": "5.0.0", + "name": "target-disease", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "The target disease the dose is being administered against", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target-disease", + "base": [ + "Immunization" + ], + "type": "token", + "expression": "Immunization.protocolApplied.targetDisease", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Immunization-vaccine-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Immunization-vaccine-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Immunization-vaccine-code", + "version": "5.0.0", + "name": "vaccine-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Vaccine Product Administered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "vaccine-code", + "base": [ + "Immunization" + ], + "type": "token", + "expression": "Immunization.vaccineCode", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-dose-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ImmunizationEvaluation-dose-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-dose-status", + "version": "5.0.0", + "name": "dose-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "The status of the dose relative to published recommendations", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "dose-status", + "base": [ + "ImmunizationEvaluation" + ], + "type": "token", + "expression": "ImmunizationEvaluation.doseStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-immunization-event", + "resource": { + "resourceType": "SearchParameter", + "id": "ImmunizationEvaluation-immunization-event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-immunization-event", + "version": "5.0.0", + "name": "immunization-event", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "The vaccine administration event being evaluated", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "immunization-event", + "base": [ + "ImmunizationEvaluation" + ], + "type": "reference", + "expression": "ImmunizationEvaluation.immunizationEvent", + "processingMode": "normal", + "target": [ + "Immunization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ImmunizationEvaluation-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Immunization evaluation status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ImmunizationEvaluation" + ], + "type": "token", + "expression": "ImmunizationEvaluation.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-target-disease", + "resource": { + "resourceType": "SearchParameter", + "id": "ImmunizationEvaluation-target-disease", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-target-disease", + "version": "5.0.0", + "name": "target-disease", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "The vaccine preventable disease being evaluated against", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target-disease", + "base": [ + "ImmunizationEvaluation" + ], + "type": "token", + "expression": "ImmunizationEvaluation.targetDisease", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-information", + "resource": { + "resourceType": "SearchParameter", + "id": "ImmunizationRecommendation-information", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-information", + "version": "5.0.0", + "name": "information", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Patient observations supporting recommendation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "information", + "base": [ + "ImmunizationRecommendation" + ], + "type": "reference", + "expression": "ImmunizationRecommendation.recommendation.supportingPatientInformation", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ImmunizationRecommendation-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Vaccine recommendation status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ImmunizationRecommendation" + ], + "type": "token", + "expression": "ImmunizationRecommendation.recommendation.forecastStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-support", + "resource": { + "resourceType": "SearchParameter", + "id": "ImmunizationRecommendation-support", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-support", + "version": "5.0.0", + "name": "support", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Past immunizations supporting recommendation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "support", + "base": [ + "ImmunizationRecommendation" + ], + "type": "reference", + "expression": "ImmunizationRecommendation.recommendation.supportingImmunization", + "processingMode": "normal", + "target": [ + "ImmunizationEvaluation", + "Immunization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease", + "resource": { + "resourceType": "SearchParameter", + "id": "ImmunizationRecommendation-target-disease", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease", + "version": "5.0.0", + "name": "target-disease", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Disease to be immunized against", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target-disease", + "base": [ + "ImmunizationRecommendation" + ], + "type": "token", + "expression": "ImmunizationRecommendation.recommendation.targetDisease", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-vaccine-type", + "resource": { + "resourceType": "SearchParameter", + "id": "ImmunizationRecommendation-vaccine-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-vaccine-type", + "version": "5.0.0", + "name": "vaccine-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pher/index.cfm" + } + ] + } + ], + "description": "Vaccine or vaccine group recommendation applies to", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "vaccine-type", + "base": [ + "ImmunizationRecommendation" + ], + "type": "token", + "expression": "ImmunizationRecommendation.recommendation.vaccineCode", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on", + "resource": { + "resourceType": "SearchParameter", + "id": "ImplementationGuide-depends-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on", + "version": "5.0.0", + "name": "depends-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Identity of the IG that this depends on", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "depends-on", + "base": [ + "ImplementationGuide" + ], + "type": "reference", + "expression": "ImplementationGuide.dependsOn.uri", + "processingMode": "normal", + "target": [ + "ImplementationGuide" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-experimental", + "resource": { + "resourceType": "SearchParameter", + "id": "ImplementationGuide-experimental", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-experimental", + "version": "5.0.0", + "name": "experimental", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "For testing purposes, not real usage", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "experimental", + "base": [ + "ImplementationGuide" + ], + "type": "token", + "expression": "ImplementationGuide.experimental", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-global", + "resource": { + "resourceType": "SearchParameter", + "id": "ImplementationGuide-global", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-global", + "version": "5.0.0", + "name": "global", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Profile that all resources must conform to", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "global", + "base": [ + "ImplementationGuide" + ], + "type": "reference", + "expression": "ImplementationGuide.global.profile", + "processingMode": "normal", + "target": [ + "StructureDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-resource", + "resource": { + "resourceType": "SearchParameter", + "id": "ImplementationGuide-resource", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-resource", + "version": "5.0.0", + "name": "resource", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Location of the resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "resource", + "base": [ + "ImplementationGuide" + ], + "type": "reference", + "expression": "ImplementationGuide.definition.resource.reference", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Ingredient-for", + "resource": { + "resourceType": "SearchParameter", + "id": "Ingredient-for", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-for", + "version": "5.0.0", + "name": "for", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The product which this ingredient is a constituent part of", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "for", + "base": [ + "Ingredient" + ], + "type": "reference", + "expression": "Ingredient.for", + "processingMode": "normal", + "target": [ + "MedicinalProductDefinition", + "AdministrableProductDefinition", + "ManufacturedItemDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Ingredient-function", + "resource": { + "resourceType": "SearchParameter", + "id": "Ingredient-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-function", + "version": "5.0.0", + "name": "function", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A classification of the ingredient identifying its precise purpose(s) in the drug product. This extends the Ingredient.role to add more detail. Example: Antioxidant, Alkalizing Agent", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "function", + "base": [ + "Ingredient" + ], + "type": "token", + "expression": "Ingredient.function", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Ingredient-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Ingredient-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "An identifier or code by which the ingredient can be referenced", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Ingredient" + ], + "type": "token", + "expression": "Ingredient.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Ingredient-manufacturer", + "resource": { + "resourceType": "SearchParameter", + "id": "Ingredient-manufacturer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-manufacturer", + "version": "5.0.0", + "name": "manufacturer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The organization that manufactures this ingredient", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "manufacturer", + "base": [ + "Ingredient" + ], + "type": "reference", + "expression": "Ingredient.manufacturer.manufacturer", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Ingredient-role", + "resource": { + "resourceType": "SearchParameter", + "id": "Ingredient-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-role", + "version": "5.0.0", + "name": "role", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A classification of the ingredient identifying its purpose within the product, e.g. active, inactive", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "role", + "base": [ + "Ingredient" + ], + "type": "token", + "expression": "Ingredient.role", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Ingredient-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Ingredient-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The status of this ingredient. Enables tracking the life-cycle of the content", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Ingredient" + ], + "type": "token", + "expression": "Ingredient.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Ingredient-strength-concentration-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "Ingredient-strength-concentration-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-strength-concentration-quantity", + "version": "5.0.0", + "name": "strength-concentration-quantity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Ingredient concentration strength as quantity", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "strength-concentration-quantity", + "base": [ + "Ingredient" + ], + "type": "quantity", + "expression": "Ingredient.substance.strength.concentration.ofType(Quantity)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Ingredient-strength-presentation-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "Ingredient-strength-presentation-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-strength-presentation-quantity", + "version": "5.0.0", + "name": "strength-presentation-quantity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Ingredient presentation strength as quantity", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "strength-presentation-quantity", + "base": [ + "Ingredient" + ], + "type": "quantity", + "expression": "Ingredient.substance.strength.presentation.ofType(Quantity)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Ingredient-substance", + "resource": { + "resourceType": "SearchParameter", + "id": "Ingredient-substance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-substance", + "version": "5.0.0", + "name": "substance", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (by instance)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "substance", + "base": [ + "Ingredient" + ], + "type": "reference", + "expression": "Ingredient.substance.code.reference", + "processingMode": "normal", + "target": [ + "SubstanceDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Ingredient-substance-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Ingredient-substance-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-substance-code", + "version": "5.0.0", + "name": "substance-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Reference to a concept (by class)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "substance-code", + "base": [ + "Ingredient" + ], + "type": "token", + "expression": "Ingredient.substance.code.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Ingredient-substance-definition", + "resource": { + "resourceType": "SearchParameter", + "id": "Ingredient-substance-definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-substance-definition", + "version": "5.0.0", + "name": "substance-definition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (by instance)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "substance-definition", + "base": [ + "Ingredient" + ], + "type": "reference", + "expression": "Ingredient.substance.code.reference", + "processingMode": "normal", + "target": [ + "SubstanceDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-address", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address", + "version": "5.0.0", + "name": "address", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address", + "base": [ + "InsurancePlan" + ], + "type": "string", + "expression": "InsurancePlan.contact.address", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-city", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-address-city", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-city", + "version": "5.0.0", + "name": "address-city", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A city specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-city", + "base": [ + "InsurancePlan" + ], + "type": "string", + "expression": "InsurancePlan.contact.address.city", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-country", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-address-country", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-country", + "version": "5.0.0", + "name": "address-country", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A country specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-country", + "base": [ + "InsurancePlan" + ], + "type": "string", + "expression": "InsurancePlan.contact.address.country", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-postalcode", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-address-postalcode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-postalcode", + "version": "5.0.0", + "name": "address-postalcode", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A postal code specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-postalcode", + "base": [ + "InsurancePlan" + ], + "type": "string", + "expression": "InsurancePlan.contact.address.postalCode", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-state", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-address-state", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-state", + "version": "5.0.0", + "name": "address-state", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A state specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-state", + "base": [ + "InsurancePlan" + ], + "type": "string", + "expression": "InsurancePlan.contact.address.state", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-use", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-address-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-use", + "version": "5.0.0", + "name": "address-use", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A use code specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-use", + "base": [ + "InsurancePlan" + ], + "type": "token", + "expression": "InsurancePlan.contact.address.use", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-administered-by", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-administered-by", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-administered-by", + "version": "5.0.0", + "name": "administered-by", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Product administrator", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "administered-by", + "base": [ + "InsurancePlan" + ], + "type": "reference", + "expression": "InsurancePlan.administeredBy", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-endpoint", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-endpoint", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-endpoint", + "version": "5.0.0", + "name": "endpoint", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Technical endpoint", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "endpoint", + "base": [ + "InsurancePlan" + ], + "type": "reference", + "expression": "InsurancePlan.endpoint", + "processingMode": "normal", + "target": [ + "Endpoint" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Any identifier for the organization (not the accreditation issuer's identifier)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "InsurancePlan" + ], + "type": "token", + "expression": "InsurancePlan.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-name", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A portion of the organization's name or alias", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "InsurancePlan" + ], + "type": "string", + "expression": "InsurancePlan.name | InsurancePlan.alias", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-owned-by", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-owned-by", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-owned-by", + "version": "5.0.0", + "name": "owned-by", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "An organization of which this organization forms a part", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "owned-by", + "base": [ + "InsurancePlan" + ], + "type": "reference", + "expression": "InsurancePlan.ownedBy", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-phonetic", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-phonetic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-phonetic", + "version": "5.0.0", + "name": "phonetic", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A portion of the organization's name using some kind of phonetic matching algorithm", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "phonetic", + "base": [ + "InsurancePlan" + ], + "type": "string", + "expression": "InsurancePlan.name", + "processingMode": "phonetic" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-status", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Is the Organization record active", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "InsurancePlan" + ], + "type": "token", + "expression": "InsurancePlan.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InsurancePlan-type", + "resource": { + "resourceType": "SearchParameter", + "id": "InsurancePlan-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A code for the type of organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "InsurancePlan" + ], + "type": "token", + "expression": "InsurancePlan.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InventoryItem-code", + "resource": { + "resourceType": "SearchParameter", + "id": "InventoryItem-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InventoryItem-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search for products that match this code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "InventoryItem" + ], + "type": "token", + "expression": "InventoryItem.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InventoryItem-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "InventoryItem-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InventoryItem-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identifier of the item", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "InventoryItem" + ], + "type": "token", + "expression": "InventoryItem.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InventoryItem-status", + "resource": { + "resourceType": "SearchParameter", + "id": "InventoryItem-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InventoryItem-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The status of the item", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "InventoryItem" + ], + "type": "token", + "expression": "InventoryItem.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InventoryItem-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "InventoryItem-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InventoryItem-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identity of a patient for whom to list associations", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "InventoryItem" + ], + "type": "reference", + "expression": "InventoryItem.instance.subject", + "processingMode": "normal", + "target": [ + "Organization", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InventoryReport-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "InventoryReport-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InventoryReport-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "InventoryReport" + ], + "type": "token", + "expression": "InventoryReport.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InventoryReport-item", + "resource": { + "resourceType": "SearchParameter", + "id": "InventoryReport-item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InventoryReport-item", + "version": "5.0.0", + "name": "item", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by items in inventory report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "item", + "base": [ + "InventoryReport" + ], + "type": "token", + "expression": "InventoryReport.inventoryListing.item.item.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InventoryReport-item-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "InventoryReport-item-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InventoryReport-item-reference", + "version": "5.0.0", + "name": "item-reference", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by items in inventory report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "item-reference", + "base": [ + "InventoryReport" + ], + "type": "reference", + "expression": "InventoryReport.inventoryListing.item.item.reference", + "processingMode": "normal", + "target": [ + "Device", + "InventoryItem", + "NutritionProduct", + "BiologicallyDerivedProduct", + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/InventoryReport-status", + "resource": { + "resourceType": "SearchParameter", + "id": "InventoryReport-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/InventoryReport-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "InventoryReport" + ], + "type": "token", + "expression": "InventoryReport.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Invoice-account", + "resource": { + "resourceType": "SearchParameter", + "id": "Invoice-account", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Invoice-account", + "version": "5.0.0", + "name": "account", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Account that is being balanced", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "account", + "base": [ + "Invoice" + ], + "type": "reference", + "expression": "Invoice.account", + "processingMode": "normal", + "target": [ + "Account" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Invoice-issuer", + "resource": { + "resourceType": "SearchParameter", + "id": "Invoice-issuer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Invoice-issuer", + "version": "5.0.0", + "name": "issuer", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Issuing Organization of Invoice", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "issuer", + "base": [ + "Invoice" + ], + "type": "reference", + "expression": "Invoice.issuer", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Invoice-participant", + "resource": { + "resourceType": "SearchParameter", + "id": "Invoice-participant", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Invoice-participant", + "version": "5.0.0", + "name": "participant", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Individual who was involved", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "participant", + "base": [ + "Invoice" + ], + "type": "reference", + "expression": "Invoice.participant.actor", + "processingMode": "normal", + "target": [ + "Organization", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Invoice-participant-role", + "resource": { + "resourceType": "SearchParameter", + "id": "Invoice-participant-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Invoice-participant-role", + "version": "5.0.0", + "name": "participant-role", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Type of involvement in creation of this Invoice", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "participant-role", + "base": [ + "Invoice" + ], + "type": "token", + "expression": "Invoice.participant.role", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Invoice-recipient", + "resource": { + "resourceType": "SearchParameter", + "id": "Invoice-recipient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Invoice-recipient", + "version": "5.0.0", + "name": "recipient", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Recipient of this invoice", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "recipient", + "base": [ + "Invoice" + ], + "type": "reference", + "expression": "Invoice.recipient", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Invoice-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Invoice-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Invoice-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "draft | issued | balanced | cancelled | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Invoice" + ], + "type": "token", + "expression": "Invoice.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Invoice-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Invoice-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Invoice-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Recipient(s) of goods and services", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Invoice" + ], + "type": "reference", + "expression": "Invoice.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Invoice-totalgross", + "resource": { + "resourceType": "SearchParameter", + "id": "Invoice-totalgross", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Invoice-totalgross", + "version": "5.0.0", + "name": "totalgross", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Gross total of this Invoice", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "totalgross", + "base": [ + "Invoice" + ], + "type": "quantity", + "expression": "Invoice.totalGross", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Invoice-totalnet", + "resource": { + "resourceType": "SearchParameter", + "id": "Invoice-totalnet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Invoice-totalnet", + "version": "5.0.0", + "name": "totalnet", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Net total of this Invoice", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "totalnet", + "base": [ + "Invoice" + ], + "type": "quantity", + "expression": "Invoice.totalNet", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Library-content-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Library-content-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Library-content-type", + "version": "5.0.0", + "name": "content-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The type of content in the library (e.g. text/cql)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "content-type", + "base": [ + "Library" + ], + "type": "token", + "expression": "Library.content.contentType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Library-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Library-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Library-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The type of the library (e.g. logic-library, model-definition, asset-collection, module-definition)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "Library" + ], + "type": "token", + "expression": "Library.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Linkage-author", + "resource": { + "resourceType": "SearchParameter", + "id": "Linkage-author", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Linkage-author", + "version": "5.0.0", + "name": "author", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Author of the Linkage", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "author", + "base": [ + "Linkage" + ], + "type": "reference", + "expression": "Linkage.author", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Linkage-item", + "resource": { + "resourceType": "SearchParameter", + "id": "Linkage-item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Linkage-item", + "version": "5.0.0", + "name": "item", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Matches on any item in the Linkage", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "item", + "base": [ + "Linkage" + ], + "type": "reference", + "expression": "Linkage.item.resource", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Linkage-source", + "resource": { + "resourceType": "SearchParameter", + "id": "Linkage-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Linkage-source", + "version": "5.0.0", + "name": "source", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Matches on any item in the Linkage with a type of 'source'", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source", + "base": [ + "Linkage" + ], + "type": "reference", + "expression": "Linkage.item.resource", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/List-empty-reason", + "resource": { + "resourceType": "SearchParameter", + "id": "List-empty-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/List-empty-reason", + "version": "5.0.0", + "name": "empty-reason", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Why list is empty", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "empty-reason", + "base": [ + "List" + ], + "type": "token", + "expression": "List.emptyReason", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/List-item", + "resource": { + "resourceType": "SearchParameter", + "id": "List-item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/List-item", + "version": "5.0.0", + "name": "item", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Actual entry", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "item", + "base": [ + "List" + ], + "type": "reference", + "expression": "List.entry.item", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/List-notes", + "resource": { + "resourceType": "SearchParameter", + "id": "List-notes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/List-notes", + "version": "5.0.0", + "name": "notes", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The annotation - text content (as markdown)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "notes", + "base": [ + "List" + ], + "type": "string", + "expression": "List.note.text", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/List-source", + "resource": { + "resourceType": "SearchParameter", + "id": "List-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/List-source", + "version": "5.0.0", + "name": "source", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Who and/or what defined the list contents (aka Author)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source", + "base": [ + "List" + ], + "type": "reference", + "expression": "List.source", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/List-status", + "resource": { + "resourceType": "SearchParameter", + "id": "List-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/List-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "current | retired | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "List" + ], + "type": "token", + "expression": "List.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/List-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "List-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/List-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "If all resources have the same subject", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "List" + ], + "type": "reference", + "expression": "List.subject", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/List-title", + "resource": { + "resourceType": "SearchParameter", + "id": "List-title", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/List-title", + "version": "5.0.0", + "name": "title", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Descriptive name for the list", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "title", + "base": [ + "List" + ], + "type": "string", + "expression": "List.title", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-address", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-address", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-address", + "version": "5.0.0", + "name": "address", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A (part of the) address of the location", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address", + "base": [ + "Location" + ], + "type": "string", + "expression": "Location.address", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-address-city", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-address-city", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-address-city", + "version": "5.0.0", + "name": "address-city", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A city specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-city", + "base": [ + "Location" + ], + "type": "string", + "expression": "Location.address.city", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-address-country", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-address-country", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-address-country", + "version": "5.0.0", + "name": "address-country", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A country specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-country", + "base": [ + "Location" + ], + "type": "string", + "expression": "Location.address.country", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-address-postalcode", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-address-postalcode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-address-postalcode", + "version": "5.0.0", + "name": "address-postalcode", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A postal code specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-postalcode", + "base": [ + "Location" + ], + "type": "string", + "expression": "Location.address.postalCode", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-address-state", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-address-state", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-address-state", + "version": "5.0.0", + "name": "address-state", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A state specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-state", + "base": [ + "Location" + ], + "type": "string", + "expression": "Location.address.state", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-address-use", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-address-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-address-use", + "version": "5.0.0", + "name": "address-use", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A use code specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-use", + "base": [ + "Location" + ], + "type": "token", + "expression": "Location.address.use", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-characteristic", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-characteristic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-characteristic", + "version": "5.0.0", + "name": "characteristic", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "One of the Location's characteristics", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "characteristic", + "base": [ + "Location" + ], + "type": "token", + "expression": "Location.characteristic", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-contains", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-contains", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-contains", + "version": "5.0.0", + "name": "contains", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Select locations that contain the specified co-ordinates", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "contains", + "base": [ + "Location" + ], + "type": "special", + "expression": "Location.extension('http://hl7.org/fhir/StructureDefinition/location-boundary-geojson').value", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-endpoint", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-endpoint", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-endpoint", + "version": "5.0.0", + "name": "endpoint", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Technical endpoints providing access to services operated for the location", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "endpoint", + "base": [ + "Location" + ], + "type": "reference", + "expression": "Location.endpoint", + "processingMode": "normal", + "target": [ + "Endpoint" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "An identifier for the location", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Location" + ], + "type": "token", + "expression": "Location.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-name", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A portion of the location's name or alias", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "Location" + ], + "type": "string", + "expression": "Location.name | Location.alias", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-near", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-near", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-near", + "version": "5.0.0", + "name": "near", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).\n\nServers which support the near parameter SHALL support the unit string 'km' for kilometers and SHOULD support '[mi_us]' for miles, support for other units is optional. If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant).\r\rIf the server is unable to understand the units (and does support the near search parameter), it MIGHT return an OperationOutcome and fail the search with a http status 400 BadRequest. If the server does not support the near parameter, the parameter MIGHT report the unused parameter in a bundled OperationOutcome and still perform the search ignoring the near parameter.\n\nNote: The algorithm to determine the distance is not defined by the specification, and systems might have different engines that calculate things differently. They could consider geographic point to point, or path via road, or including current traffic conditions, or just simple neighboring postcodes/localities if that's all it had access to.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "near", + "base": [ + "Location" + ], + "type": "special", + "expression": "Location.position", + "processingMode": "other" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-operational-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-operational-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-operational-status", + "version": "5.0.0", + "name": "operational-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "operational-status", + "base": [ + "Location" + ], + "type": "token", + "expression": "Location.operationalStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-organization", + "version": "5.0.0", + "name": "organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Searches for locations that are managed by the provided organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "organization", + "base": [ + "Location" + ], + "type": "reference", + "expression": "Location.managingOrganization", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-partof", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-partof", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-partof", + "version": "5.0.0", + "name": "partof", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A location of which this location is a part", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "partof", + "base": [ + "Location" + ], + "type": "reference", + "expression": "Location.partOf", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Searches for locations with a specific kind of status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Location" + ], + "type": "token", + "expression": "Location.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Location-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Location-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Location-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A code for the type of location", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "Location" + ], + "type": "token", + "expression": "Location.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-dose-form", + "resource": { + "resourceType": "SearchParameter", + "id": "ManufacturedItemDefinition-dose-form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-dose-form", + "version": "5.0.0", + "name": "dose-form", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Dose form as manufactured and before any transformation into the pharmaceutical product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "dose-form", + "base": [ + "ManufacturedItemDefinition" + ], + "type": "token", + "expression": "ManufacturedItemDefinition.manufacturedDoseForm", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "ManufacturedItemDefinition-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Unique identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "ManufacturedItemDefinition" + ], + "type": "token", + "expression": "ManufacturedItemDefinition.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-ingredient", + "resource": { + "resourceType": "SearchParameter", + "id": "ManufacturedItemDefinition-ingredient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-ingredient", + "version": "5.0.0", + "name": "ingredient", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "An ingredient of this item", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "ingredient", + "base": [ + "ManufacturedItemDefinition" + ], + "type": "token", + "expression": "ManufacturedItemDefinition.ingredient", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-name", + "resource": { + "resourceType": "SearchParameter", + "id": "ManufacturedItemDefinition-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A descriptive name applied to this item", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "ManufacturedItemDefinition" + ], + "type": "token", + "expression": "ManufacturedItemDefinition.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ManufacturedItemDefinition-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The status of this item. Enables tracking the life-cycle of the content.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ManufacturedItemDefinition" + ], + "type": "token", + "expression": "ManufacturedItemDefinition.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource", + "resource": { + "resourceType": "SearchParameter", + "id": "MeasureReport-evaluated-resource", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource", + "version": "5.0.0", + "name": "evaluated-resource", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Quality Information)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm" + } + ] + } + ], + "description": "An evaluated resource referenced by the measure report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "evaluated-resource", + "base": [ + "MeasureReport" + ], + "type": "reference", + "expression": "MeasureReport.evaluatedResource", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MeasureReport-location", + "resource": { + "resourceType": "SearchParameter", + "id": "MeasureReport-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Quality Information)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm" + } + ] + } + ], + "description": "The location to return measure report results for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "MeasureReport" + ], + "type": "reference", + "expression": "MeasureReport.location", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MeasureReport-measure", + "resource": { + "resourceType": "SearchParameter", + "id": "MeasureReport-measure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-measure", + "version": "5.0.0", + "name": "measure", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Quality Information)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm" + } + ] + } + ], + "description": "The measure to return measure report results for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "measure", + "base": [ + "MeasureReport" + ], + "type": "reference", + "expression": "MeasureReport.measure", + "processingMode": "normal", + "target": [ + "Measure" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MeasureReport-period", + "resource": { + "resourceType": "SearchParameter", + "id": "MeasureReport-period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-period", + "version": "5.0.0", + "name": "period", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Quality Information)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm" + } + ] + } + ], + "description": "The period of the measure report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "period", + "base": [ + "MeasureReport" + ], + "type": "date", + "expression": "MeasureReport.period", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MeasureReport-reporter", + "resource": { + "resourceType": "SearchParameter", + "id": "MeasureReport-reporter", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-reporter", + "version": "5.0.0", + "name": "reporter", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Quality Information)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm" + } + ] + } + ], + "description": "The reporter to return measure report results for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reporter", + "base": [ + "MeasureReport" + ], + "type": "reference", + "expression": "MeasureReport.reporter", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner", + "Group" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MeasureReport-status", + "resource": { + "resourceType": "SearchParameter", + "id": "MeasureReport-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Quality Information)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm" + } + ] + } + ], + "description": "The status of the measure report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "MeasureReport" + ], + "type": "token", + "expression": "MeasureReport.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MeasureReport-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "MeasureReport-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Quality Information)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm" + } + ] + } + ], + "description": "The identity of a subject to search for individual measure report results for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "MeasureReport" + ], + "type": "reference", + "expression": "MeasureReport.subject", + "processingMode": "normal", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Medication-expiration-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Medication-expiration-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Medication-expiration-date", + "version": "5.0.0", + "name": "expiration-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns medications in a batch with this expiration date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "expiration-date", + "base": [ + "Medication" + ], + "type": "date", + "expression": "Medication.batch.expirationDate", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Medication-form", + "resource": { + "resourceType": "SearchParameter", + "id": "Medication-form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Medication-form", + "version": "5.0.0", + "name": "form", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns medications for a specific dose form", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "form", + "base": [ + "Medication" + ], + "type": "token", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Medication-ingredient", + "resource": { + "resourceType": "SearchParameter", + "id": "Medication-ingredient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Medication-ingredient", + "version": "5.0.0", + "name": "ingredient", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns medications for this ingredient reference", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "ingredient", + "base": [ + "Medication" + ], + "type": "reference", + "expression": "Medication.ingredient.item.reference", + "processingMode": "normal", + "target": [ + "Substance", + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Medication-ingredient-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", + "version": "5.0.0", + "name": "ingredient-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns medications for this ingredient code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "ingredient-code", + "base": [ + "Medication" + ], + "type": "token", + "expression": "Medication.ingredient.item.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Medication-lot-number", + "resource": { + "resourceType": "SearchParameter", + "id": "Medication-lot-number", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Medication-lot-number", + "version": "5.0.0", + "name": "lot-number", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns medications in a batch with this lot number", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "lot-number", + "base": [ + "Medication" + ], + "type": "token", + "expression": "Medication.batch.lotNumber", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Medication-marketingauthorizationholder", + "resource": { + "resourceType": "SearchParameter", + "id": "Medication-marketingauthorizationholder", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Medication-marketingauthorizationholder", + "version": "5.0.0", + "name": "marketingauthorizationholder", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns medications made or sold for this marketing authorization holder", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "marketingauthorizationholder", + "base": [ + "Medication" + ], + "type": "reference", + "expression": "Medication.marketingAuthorizationHolder", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Medication-serial-number", + "resource": { + "resourceType": "SearchParameter", + "id": "Medication-serial-number", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Medication-serial-number", + "version": "5.0.0", + "name": "serial-number", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns medications in a batch with this lot number", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "serial-number", + "base": [ + "Medication" + ], + "type": "token", + "expression": "Medication.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Medication-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Medication-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Medication-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns medications for this status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Medication" + ], + "type": "token", + "expression": "Medication.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/medications-date", + "resource": { + "resourceType": "SearchParameter", + "id": "medications-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/medications-date", + "version": "5.0.0", + "name": "date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): Date administration happened (or did not happen)\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "date", + "base": [ + "MedicationAdministration" + ], + "type": "date", + "expression": "MedicationAdministration.occurence.ofType(dateTime) | MedicationAdministration.occurence.ofType(Period)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-device", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationAdministration-device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-device", + "version": "5.0.0", + "name": "device", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Return administrations with this administration device identity", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "device", + "base": [ + "MedicationAdministration" + ], + "type": "reference", + "expression": "MedicationAdministration.device.reference", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/medications-encounter", + "resource": { + "resourceType": "SearchParameter", + "id": "medications-encounter", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/medications-encounter", + "version": "5.0.0", + "name": "encounter", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): Return administrations that share this encounter\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "encounter", + "base": [ + "MedicationAdministration", + "MedicationRequest" + ], + "type": "reference", + "expression": "MedicationAdministration.encounter | MedicationRequest.encounter", + "processingMode": "normal", + "target": [ + "Encounter" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/medications-medication", + "resource": { + "resourceType": "SearchParameter", + "id": "medications-medication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/medications-medication", + "version": "5.0.0", + "name": "medication", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): Return administrations of this medication reference\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference\r\n* [MedicationStatement](medicationstatement.html): Return statements of this medication reference\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "medication", + "base": [ + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement" + ], + "type": "reference", + "expression": "MedicationAdministration.medication.reference | MedicationDispense.medication.reference | MedicationRequest.medication.reference | MedicationStatement.medication.reference", + "processingMode": "normal", + "target": [ + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationAdministration-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The identity of the individual who administered the medication", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "MedicationAdministration" + ], + "type": "reference", + "expression": "MedicationAdministration.performer.actor.reference", + "processingMode": "normal", + "target": [ + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer-device-code", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationAdministration-performer-device-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer-device-code", + "version": "5.0.0", + "name": "performer-device-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The identity of the individual who administered the medication", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer-device-code", + "base": [ + "MedicationAdministration" + ], + "type": "token", + "expression": "MedicationAdministration.performer.actor.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationAdministration-reason-given", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given", + "version": "5.0.0", + "name": "reason-given", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (by instance)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-given", + "base": [ + "MedicationAdministration" + ], + "type": "reference", + "expression": "MedicationAdministration.reason.reference", + "processingMode": "normal", + "target": [ + "Observation", + "DiagnosticReport", + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given-code", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationAdministration-reason-given-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given-code", + "version": "5.0.0", + "name": "reason-given-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Reasons for administering the medication", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-given-code", + "base": [ + "MedicationAdministration" + ], + "type": "token", + "expression": "MedicationAdministration.reason.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationAdministration-reason-not-given", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given", + "version": "5.0.0", + "name": "reason-not-given", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Reasons for not administering the medication", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-not-given", + "base": [ + "MedicationAdministration" + ], + "type": "token", + "expression": "MedicationAdministration.statusReason", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-request", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationAdministration-request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-request", + "version": "5.0.0", + "name": "request", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The identity of a request to list administrations from", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "request", + "base": [ + "MedicationAdministration" + ], + "type": "reference", + "expression": "MedicationAdministration.request", + "processingMode": "normal", + "target": [ + "MedicationRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/medications-status", + "resource": { + "resourceType": "SearchParameter", + "id": "medications-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/medications-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status\r\n* [MedicationRequest](medicationrequest.html): Status of the prescription\r\n* [MedicationStatement](medicationstatement.html): Return statements that match the given status\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement" + ], + "type": "token", + "expression": "MedicationAdministration.status | MedicationDispense.status | MedicationRequest.status | MedicationStatement.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationAdministration-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The identity of the individual or group to list administrations for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "MedicationAdministration" + ], + "type": "reference", + "expression": "MedicationAdministration.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationDispense-destination", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationDispense-destination", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-destination", + "version": "5.0.0", + "name": "destination", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns dispenses that should be sent to a specific destination", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "destination", + "base": [ + "MedicationDispense" + ], + "type": "reference", + "expression": "MedicationDispense.destination", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationDispense-location", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationDispense-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns dispense for a given location", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "MedicationDispense" + ], + "type": "reference", + "expression": "MedicationDispense.location", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationDispense-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationDispense-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns dispenses performed by a specific individual", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "MedicationDispense" + ], + "type": "reference", + "expression": "MedicationDispense.performer.actor", + "processingMode": "normal", + "target": [ + "Organization", + "Device", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/medications-prescription", + "resource": { + "resourceType": "SearchParameter", + "id": "medications-prescription", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/medications-prescription", + "version": "5.0.0", + "name": "prescription", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [MedicationDispense](medicationdispense.html): The identity of a prescription to list dispenses from\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "prescription", + "base": [ + "MedicationDispense" + ], + "type": "reference", + "expression": "MedicationDispense.authorizingPrescription", + "processingMode": "normal", + "target": [ + "MedicationRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationDispense-receiver", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationDispense-receiver", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-receiver", + "version": "5.0.0", + "name": "receiver", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The identity of a receiver to list dispenses for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "receiver", + "base": [ + "MedicationDispense" + ], + "type": "reference", + "expression": "MedicationDispense.receiver", + "processingMode": "normal", + "target": [ + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationDispense-recorded", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationDispense-recorded", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-recorded", + "version": "5.0.0", + "name": "recorded", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns dispenses where dispensing activity began on this date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "recorded", + "base": [ + "MedicationDispense" + ], + "type": "date", + "expression": "MedicationDispense.recorded", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationDispense-responsibleparty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty", + "version": "5.0.0", + "name": "responsibleparty", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns dispenses with the specified responsible party", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "responsibleparty", + "base": [ + "MedicationDispense" + ], + "type": "reference", + "expression": "MedicationDispense.substitution.responsibleParty", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationDispense-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationDispense-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The identity of a patient for whom to list dispenses", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "MedicationDispense" + ], + "type": "reference", + "expression": "MedicationDispense.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationDispense-whenhandedover", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover", + "version": "5.0.0", + "name": "whenhandedover", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns dispenses handed over on this date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "whenhandedover", + "base": [ + "MedicationDispense" + ], + "type": "date", + "expression": "MedicationDispense.whenHandedOver", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationDispense-whenprepared", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared", + "version": "5.0.0", + "name": "whenprepared", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns dispenses prepared on this date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "whenprepared", + "base": [ + "MedicationDispense" + ], + "type": "date", + "expression": "MedicationDispense.whenPrepared", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-classification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification", + "version": "5.0.0", + "name": "classification", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Specific category assigned to the medication", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "classification", + "base": [ + "MedicationKnowledge" + ], + "type": "token", + "expression": "MedicationKnowledge.medicineClassification.classification", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification-type", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-classification-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification-type", + "version": "5.0.0", + "name": "classification-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "classification-type", + "base": [ + "MedicationKnowledge" + ], + "type": "token", + "expression": "MedicationKnowledge.medicineClassification.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-code", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Code that identifies this medication", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "MedicationKnowledge" + ], + "type": "token", + "expression": "MedicationKnowledge.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-doseform", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-doseform", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-doseform", + "version": "5.0.0", + "name": "doseform", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "powder | tablets | capsule +", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "doseform", + "base": [ + "MedicationKnowledge" + ], + "type": "token", + "expression": "MedicationKnowledge.definitional.doseForm", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-ingredient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient", + "version": "5.0.0", + "name": "ingredient", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (by instance)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "ingredient", + "base": [ + "MedicationKnowledge" + ], + "type": "reference", + "expression": "MedicationKnowledge.definitional.ingredient.item.reference", + "processingMode": "normal", + "target": [ + "Substance" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient-code", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-ingredient-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient-code", + "version": "5.0.0", + "name": "ingredient-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Reference to a concept (by class)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "ingredient-code", + "base": [ + "MedicationKnowledge" + ], + "type": "token", + "expression": "MedicationKnowledge.definitional.ingredient.item.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-name", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-monitoring-program-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-name", + "version": "5.0.0", + "name": "monitoring-program-name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Name of the reviewing program", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "monitoring-program-name", + "base": [ + "MedicationKnowledge" + ], + "type": "token", + "expression": "MedicationKnowledge.monitoringProgram.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-type", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-monitoring-program-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-type", + "version": "5.0.0", + "name": "monitoring-program-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Type of program under which the medication is monitored", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "monitoring-program-type", + "base": [ + "MedicationKnowledge" + ], + "type": "token", + "expression": "MedicationKnowledge.monitoringProgram.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-monograph", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph", + "version": "5.0.0", + "name": "monograph", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Associated documentation about the medication", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "monograph", + "base": [ + "MedicationKnowledge" + ], + "type": "reference", + "expression": "MedicationKnowledge.monograph.source", + "processingMode": "normal", + "target": [ + "DocumentReference" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph-type", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-monograph-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph-type", + "version": "5.0.0", + "name": "monograph-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The category of medication document", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "monograph-type", + "base": [ + "MedicationKnowledge" + ], + "type": "token", + "expression": "MedicationKnowledge.monograph.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-packaging-cost", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost", + "version": "5.0.0", + "name": "packaging-cost", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The cost of the packaged medication, if the cost is Money", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "packaging-cost", + "base": [ + "MedicationKnowledge" + ], + "type": "quantity", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost-concept", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-packaging-cost-concept", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost-concept", + "version": "5.0.0", + "name": "packaging-cost-concept", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The cost of the packaged medication, if the cost is a CodeableConcept", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "packaging-cost-concept", + "base": [ + "MedicationKnowledge" + ], + "type": "token", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-product-type", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-product-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-product-type", + "version": "5.0.0", + "name": "product-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Category of the medication or product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "product-type", + "base": [ + "MedicationKnowledge" + ], + "type": "token", + "expression": "MedicationKnowledge.productType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-source-cost", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationKnowledge-source-cost", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-source-cost", + "version": "5.0.0", + "name": "source-cost", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The source or owner for the price information", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source-cost", + "base": [ + "MedicationKnowledge" + ], + "type": "token", + "expression": "MedicationKnowledge.cost.source", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationRequest-authoredon", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon", + "version": "5.0.0", + "name": "authoredon", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Return prescriptions written on this date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "authoredon", + "base": [ + "MedicationRequest" + ], + "type": "date", + "expression": "MedicationRequest.authoredOn", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationRequest-category", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationRequest-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns prescriptions with different categories", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "MedicationRequest" + ], + "type": "token", + "expression": "MedicationRequest.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationRequest-combo-date", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationRequest-combo-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-combo-date", + "version": "5.0.0", + "name": "combo-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns medication request to be administered on a specific date or within a date range", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "combo-date", + "base": [ + "MedicationRequest" + ], + "type": "date", + "expression": "MedicationRequest.dosageInstruction.timing.event | (MedicationRequest.dosageInstruction.timing.repeat.bounds.ofType(Period))", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationRequest-group-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationRequest-group-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-group-identifier", + "version": "5.0.0", + "name": "group-identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Composite request this is part of", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "group-identifier", + "base": [ + "MedicationRequest" + ], + "type": "token", + "expression": "MedicationRequest.groupIdentifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationRequest-intended-dispenser", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser", + "version": "5.0.0", + "name": "intended-dispenser", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns prescriptions intended to be dispensed by this Organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "intended-dispenser", + "base": [ + "MedicationRequest" + ], + "type": "reference", + "expression": "MedicationRequest.dispenseRequest.dispenser", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationRequest-intended-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer", + "version": "5.0.0", + "name": "intended-performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns the intended performer of the administration of the medication request", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "intended-performer", + "base": [ + "MedicationRequest" + ], + "type": "reference", + "expression": "MedicationRequest.performer", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "DeviceDefinition", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationRequest-intended-performertype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype", + "version": "5.0.0", + "name": "intended-performertype", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns requests for a specific type of performer", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "intended-performertype", + "base": [ + "MedicationRequest" + ], + "type": "token", + "expression": "MedicationRequest.performerType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationRequest-intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent", + "version": "5.0.0", + "name": "intent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns prescriptions with different intents", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "intent", + "base": [ + "MedicationRequest" + ], + "type": "token", + "expression": "MedicationRequest.intent", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationRequest-priority", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationRequest-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-priority", + "version": "5.0.0", + "name": "priority", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns prescriptions with different priorities", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "priority", + "base": [ + "MedicationRequest" + ], + "type": "token", + "expression": "MedicationRequest.priority", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationRequest-requester", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester", + "version": "5.0.0", + "name": "requester", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns prescriptions prescribed by this prescriber", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requester", + "base": [ + "MedicationRequest" + ], + "type": "reference", + "expression": "MedicationRequest.requester", + "processingMode": "normal", + "target": [ + "Organization", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationRequest-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationRequest-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The identity of a patient to list orders for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "MedicationRequest" + ], + "type": "reference", + "expression": "MedicationRequest.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationStatement-adherence", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationStatement-adherence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-adherence", + "version": "5.0.0", + "name": "adherence", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns statements based on adherence or compliance", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "adherence", + "base": [ + "MedicationStatement" + ], + "type": "token", + "expression": "MedicationStatement.adherence.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationStatement-category", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationStatement-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Returns statements of this category of MedicationStatement", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "MedicationStatement" + ], + "type": "token", + "expression": "MedicationStatement.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationStatement-effective", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationStatement-effective", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-effective", + "version": "5.0.0", + "name": "effective", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Date when patient was taking (or not taking) the medication", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "effective", + "base": [ + "MedicationStatement" + ], + "type": "date", + "expression": "MedicationStatement.effective.ofType(dateTime) | MedicationStatement.effective.ofType(Period)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationStatement-source", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationStatement-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-source", + "version": "5.0.0", + "name": "source", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "Who or where the information in the statement came from", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source", + "base": [ + "MedicationStatement" + ], + "type": "reference", + "expression": "MedicationStatement.informationSource", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicationStatement-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicationStatement-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "description": "The identity of a patient, animal or group to list statements for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "MedicationStatement" + ], + "type": "reference", + "expression": "MedicationStatement.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-characteristic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic", + "version": "5.0.0", + "name": "characteristic", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Allows the key product features to be recorded, such as \"sugar free\", \"modified release\", \"parallel import\"", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "characteristic", + "base": [ + "MedicinalProductDefinition" + ], + "type": "token", + "expression": "MedicinalProductDefinition.characteristic.value.ofType(Quantity) | MedicinalProductDefinition.characteristic.value.ofType(CodeableConcept)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic-type", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-characteristic-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic-type", + "version": "5.0.0", + "name": "characteristic-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A category for the characteristic", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "characteristic-type", + "base": [ + "MedicinalProductDefinition" + ], + "type": "token", + "expression": "MedicinalProductDefinition.characteristic.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-contact", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-contact", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-contact", + "version": "5.0.0", + "name": "contact", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A product specific contact, person (in a role), or an organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "contact", + "base": [ + "MedicinalProductDefinition" + ], + "type": "reference", + "expression": "MedicinalProductDefinition.contact.contact", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-domain", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-domain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-domain", + "version": "5.0.0", + "name": "domain", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "If this medicine applies to human or veterinary uses", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "domain", + "base": [ + "MedicinalProductDefinition" + ], + "type": "token", + "expression": "MedicinalProductDefinition.domain", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Business identifier for this product. Could be an MPID", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "MedicinalProductDefinition" + ], + "type": "token", + "expression": "MedicinalProductDefinition.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-ingredient", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-ingredient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-ingredient", + "version": "5.0.0", + "name": "ingredient", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "An ingredient of this product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "ingredient", + "base": [ + "MedicinalProductDefinition" + ], + "type": "token", + "expression": "MedicinalProductDefinition.ingredient", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-master-file", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-master-file", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-master-file", + "version": "5.0.0", + "name": "master-file", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A master file for to the medicinal product (e.g. Pharmacovigilance System Master File)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "master-file", + "base": [ + "MedicinalProductDefinition" + ], + "type": "reference", + "expression": "MedicinalProductDefinition.masterFile", + "processingMode": "normal", + "target": [ + "DocumentReference" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The full product name", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "MedicinalProductDefinition" + ], + "type": "string", + "expression": "MedicinalProductDefinition.name.productName", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name-language", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-name-language", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name-language", + "version": "5.0.0", + "name": "name-language", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Language code for this name", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name-language", + "base": [ + "MedicinalProductDefinition" + ], + "type": "token", + "expression": "MedicinalProductDefinition.name.usage.language", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-product-classification", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-product-classification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-product-classification", + "version": "5.0.0", + "name": "product-classification", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Allows the product to be classified by various systems", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "product-classification", + "base": [ + "MedicinalProductDefinition" + ], + "type": "token", + "expression": "MedicinalProductDefinition.classification", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-status", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The status within the lifecycle of this product record. A high-level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "MedicinalProductDefinition" + ], + "type": "token", + "expression": "MedicinalProductDefinition.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-type", + "resource": { + "resourceType": "SearchParameter", + "id": "MedicinalProductDefinition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Regulatory type, e.g. Investigational or Authorized", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "MedicinalProductDefinition" + ], + "type": "token", + "expression": "MedicinalProductDefinition.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageDefinition-category", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageDefinition-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "The behavior associated with the message", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "MessageDefinition" + ], + "type": "token", + "expression": "MessageDefinition.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageDefinition-event", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageDefinition-event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-event", + "version": "5.0.0", + "name": "event", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "The event that triggers the message or link to the event definition.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "event", + "base": [ + "MessageDefinition" + ], + "type": "token", + "expression": "MessageDefinition.event.ofType(Coding)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageDefinition-focus", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageDefinition-focus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-focus", + "version": "5.0.0", + "name": "focus", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "A resource that is a permitted focus of the message", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "focus", + "base": [ + "MessageDefinition" + ], + "type": "token", + "expression": "MessageDefinition.focus.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageDefinition-parent", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageDefinition-parent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-parent", + "version": "5.0.0", + "name": "parent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "A resource that is the parent of the definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "parent", + "base": [ + "MessageDefinition" + ], + "type": "reference", + "expression": "MessageDefinition.parent", + "processingMode": "normal", + "target": [ + "ActivityDefinition", + "PlanDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageHeader-author", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageHeader-author", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-author", + "version": "5.0.0", + "name": "author", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "The source of the decision", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "author", + "base": [ + "MessageHeader" + ], + "type": "reference", + "expression": "MessageHeader.author", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageHeader-code", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageHeader-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "ok | transient-error | fatal-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "MessageHeader" + ], + "type": "token", + "expression": "MessageHeader.response.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageHeader-destination", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageHeader-destination", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-destination", + "version": "5.0.0", + "name": "destination", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "Name of system", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "destination", + "base": [ + "MessageHeader" + ], + "type": "string", + "expression": "MessageHeader.destination.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageHeader-event", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageHeader-event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-event", + "version": "5.0.0", + "name": "event", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "Code for the event this message represents or link to event definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "event", + "base": [ + "MessageHeader" + ], + "type": "token", + "expression": "MessageHeader.event.ofType(Coding) | MessageHeader.event.ofType(canonical)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageHeader-focus", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageHeader-focus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-focus", + "version": "5.0.0", + "name": "focus", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "The actual content of the message", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "focus", + "base": [ + "MessageHeader" + ], + "type": "reference", + "expression": "MessageHeader.focus", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageHeader-receiver", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageHeader-receiver", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-receiver", + "version": "5.0.0", + "name": "receiver", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "Intended \"real-world\" recipient for the data", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "receiver", + "base": [ + "MessageHeader" + ], + "type": "reference", + "expression": "MessageHeader.destination.receiver", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageHeader-response-id", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageHeader-response-id", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-response-id", + "version": "5.0.0", + "name": "response-id", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "Id of original message", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "response-id", + "base": [ + "MessageHeader" + ], + "type": "token", + "expression": "MessageHeader.response.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageHeader-responsible", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageHeader-responsible", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-responsible", + "version": "5.0.0", + "name": "responsible", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "Final responsibility for event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "responsible", + "base": [ + "MessageHeader" + ], + "type": "reference", + "expression": "MessageHeader.responsible", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageHeader-sender", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageHeader-sender", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-sender", + "version": "5.0.0", + "name": "sender", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "Real world sender of the message", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "sender", + "base": [ + "MessageHeader" + ], + "type": "reference", + "expression": "MessageHeader.sender", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageHeader-source", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageHeader-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-source", + "version": "5.0.0", + "name": "source", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "Name of system", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source", + "base": [ + "MessageHeader" + ], + "type": "string", + "expression": "MessageHeader.source.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MessageHeader-target", + "resource": { + "resourceType": "SearchParameter", + "id": "MessageHeader-target", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-target", + "version": "5.0.0", + "name": "target", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/special/committees/inm/index.cfm" + } + ] + } + ], + "description": "Particular delivery destination within the destination", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target", + "base": [ + "MessageHeader" + ], + "type": "reference", + "expression": "MessageHeader.destination.target", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MolecularSequence-focus", + "resource": { + "resourceType": "SearchParameter", + "id": "MolecularSequence-focus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-focus", + "version": "5.0.0", + "name": "focus", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Genomics)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/clingenomics/index.cfm" + } + ] + } + ], + "description": "What the molecular sequence is about, when it is not about the subject of record", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "focus", + "base": [ + "MolecularSequence" + ], + "type": "reference", + "expression": "MolecularSequence.focus", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/MolecularSequence-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "MolecularSequence-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Genomics)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/clingenomics/index.cfm" + } + ] + } + ], + "description": "The subject that the sequence is about", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "MolecularSequence" + ], + "type": "reference", + "expression": "MolecularSequence.subject", + "processingMode": "normal", + "target": [ + "NutritionProduct", + "Group", + "BiologicallyDerivedProduct", + "Substance", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NamingSystem-contact", + "resource": { + "resourceType": "SearchParameter", + "id": "NamingSystem-contact", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-contact", + "version": "5.0.0", + "name": "contact", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "Name of an individual to contact", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "contact", + "base": [ + "NamingSystem" + ], + "type": "string", + "expression": "NamingSystem.contact.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NamingSystem-id-type", + "resource": { + "resourceType": "SearchParameter", + "id": "NamingSystem-id-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-id-type", + "version": "5.0.0", + "name": "id-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "oid | uuid | uri | other", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "id-type", + "base": [ + "NamingSystem" + ], + "type": "token", + "expression": "NamingSystem.uniqueId.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NamingSystem-kind", + "resource": { + "resourceType": "SearchParameter", + "id": "NamingSystem-kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-kind", + "version": "5.0.0", + "name": "kind", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "codesystem | identifier | root", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "kind", + "base": [ + "NamingSystem" + ], + "type": "token", + "expression": "NamingSystem.kind", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NamingSystem-period", + "resource": { + "resourceType": "SearchParameter", + "id": "NamingSystem-period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-period", + "version": "5.0.0", + "name": "period", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "When is identifier valid?", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "period", + "base": [ + "NamingSystem" + ], + "type": "date", + "expression": "NamingSystem.uniqueId.period", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NamingSystem-responsible", + "resource": { + "resourceType": "SearchParameter", + "id": "NamingSystem-responsible", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-responsible", + "version": "5.0.0", + "name": "responsible", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "Who maintains system namespace?", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "responsible", + "base": [ + "NamingSystem" + ], + "type": "string", + "expression": "NamingSystem.responsible", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NamingSystem-telecom", + "resource": { + "resourceType": "SearchParameter", + "id": "NamingSystem-telecom", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-telecom", + "version": "5.0.0", + "name": "telecom", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "Contact details for individual or organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "telecom", + "base": [ + "NamingSystem" + ], + "type": "token", + "expression": "NamingSystem.contact.telecom", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NamingSystem-type", + "resource": { + "resourceType": "SearchParameter", + "id": "NamingSystem-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "e.g. driver, provider, patient, bank etc.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "NamingSystem" + ], + "type": "token", + "expression": "NamingSystem.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NamingSystem-value", + "resource": { + "resourceType": "SearchParameter", + "id": "NamingSystem-value", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-value", + "version": "5.0.0", + "name": "value", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "The unique identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "value", + "base": [ + "NamingSystem" + ], + "type": "string", + "expression": "NamingSystem.uniqueId.value", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionIntake-nutrition", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionIntake-nutrition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionIntake-nutrition", + "version": "5.0.0", + "name": "nutrition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Return intakes for a specific consumed item", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "nutrition", + "base": [ + "NutritionIntake" + ], + "type": "token", + "expression": "NutritionIntake.consumedItem.nutritionProduct.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionIntake-source", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionIntake-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionIntake-source", + "version": "5.0.0", + "name": "source", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who or where the information in the statement came from", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source", + "base": [ + "NutritionIntake" + ], + "type": "reference", + "expression": "(NutritionIntake.reported as Reference)", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionIntake-status", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionIntake-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionIntake-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Return statements that match the given status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "NutritionIntake" + ], + "type": "token", + "expression": "NutritionIntake.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionIntake-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionIntake-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionIntake-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identity of a patient, animal or group to list statements for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "NutritionIntake" + ], + "type": "reference", + "expression": "NutritionIntake.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionOrder-additive", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionOrder-additive", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-additive", + "version": "5.0.0", + "name": "additive", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Type of module component to add to the feeding", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "additive", + "base": [ + "NutritionOrder" + ], + "type": "token", + "expression": "NutritionOrder.enteralFormula.additive.type.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionOrder-datetime", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime", + "version": "5.0.0", + "name": "datetime", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Return nutrition orders requested on this date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "datetime", + "base": [ + "NutritionOrder" + ], + "type": "date", + "expression": "NutritionOrder.dateTime", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionOrder-formula", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionOrder-formula", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-formula", + "version": "5.0.0", + "name": "formula", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Type of enteral or infant formula", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "formula", + "base": [ + "NutritionOrder" + ], + "type": "token", + "expression": "NutritionOrder.enteralFormula.baseFormulaType.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionOrder-group-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionOrder-group-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-group-identifier", + "version": "5.0.0", + "name": "group-identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Composite Request ID", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "group-identifier", + "base": [ + "NutritionOrder" + ], + "type": "token", + "expression": "NutritionOrder.groupIdentifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionOrder-oraldiet", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionOrder-oraldiet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-oraldiet", + "version": "5.0.0", + "name": "oraldiet", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Type of diet that can be consumed orally (i.e., take via the mouth).", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "oraldiet", + "base": [ + "NutritionOrder" + ], + "type": "token", + "expression": "NutritionOrder.oralDiet.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionOrder-provider", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionOrder-provider", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-provider", + "version": "5.0.0", + "name": "provider", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identity of the provider who placed the nutrition order", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "provider", + "base": [ + "NutritionOrder" + ], + "type": "reference", + "expression": "NutritionOrder.orderer", + "processingMode": "normal", + "target": [ + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionOrder-status", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionOrder-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Status of the nutrition order.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "NutritionOrder" + ], + "type": "token", + "expression": "NutritionOrder.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionOrder-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionOrder-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identity of the individual or set of individuals who requires the diet, formula or nutritional supplement", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "NutritionOrder" + ], + "type": "reference", + "expression": "NutritionOrder.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionOrder-supplement", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionOrder-supplement", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-supplement", + "version": "5.0.0", + "name": "supplement", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Type of supplement product requested", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "supplement", + "base": [ + "NutritionOrder" + ], + "type": "token", + "expression": "NutritionOrder.supplement.type.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionProduct-code", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionProduct-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionProduct-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The code identifying a specific nutrition product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "NutritionProduct" + ], + "type": "token", + "expression": "NutritionProduct.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionProduct-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionProduct-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionProduct-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The identifier for the physical instance, typically a serial number", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "NutritionProduct" + ], + "type": "token", + "expression": "NutritionProduct.instance.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionProduct-lot-number", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionProduct-lot-number", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionProduct-lot-number", + "version": "5.0.0", + "name": "lot-number", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The lot number", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "lot-number", + "base": [ + "NutritionProduct" + ], + "type": "token", + "expression": "NutritionProduct.instance.lotNumber", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionProduct-serial-number", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionProduct-serial-number", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionProduct-serial-number", + "version": "5.0.0", + "name": "serial-number", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The serial number", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "serial-number", + "base": [ + "NutritionProduct" + ], + "type": "token", + "expression": "NutritionProduct.instance.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/NutritionProduct-status", + "resource": { + "resourceType": "SearchParameter", + "id": "NutritionProduct-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/NutritionProduct-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The broad product group or category of the nutrition product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "NutritionProduct" + ], + "type": "token", + "expression": "NutritionProduct.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Reference to the service request.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "Observation" + ], + "type": "reference", + "expression": "Observation.basedOn", + "processingMode": "normal", + "target": [ + "DeviceRequest", + "ServiceRequest", + "CarePlan", + "MedicationRequest", + "ImmunizationRecommendation", + "NutritionOrder" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-category", + "version": "5.0.0", + "name": "category", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The classification of the type of observation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "Observation" + ], + "type": "token", + "expression": "Observation.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-combo-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-combo-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-code", + "version": "5.0.0", + "name": "combo-code", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The code of the observation type or component type", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "combo-code", + "base": [ + "Observation" + ], + "type": "token", + "expression": "Observation.code | Observation.component.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-combo-data-absent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason", + "version": "5.0.0", + "name": "combo-data-absent-reason", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "combo-data-absent-reason", + "base": [ + "Observation" + ], + "type": "token", + "expression": "Observation.dataAbsentReason | Observation.component.dataAbsentReason", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-combo-value-concept", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept", + "version": "5.0.0", + "name": "combo-value-concept", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The value or component value of the observation, if the value is a CodeableConcept", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "combo-value-concept", + "base": [ + "Observation" + ], + "type": "token", + "expression": "Observation.value.ofType(CodeableConcept) | Observation.component.value.ofType(CodeableConcept)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-combo-value-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity", + "version": "5.0.0", + "name": "combo-value-quantity", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "combo-value-quantity", + "base": [ + "Observation" + ], + "type": "quantity", + "expression": "Observation.value.ofType(Quantity) | Observation.value.ofType(SampledData) | Observation.component.value.ofType(Quantity) | Observation.component.value.ofType(SampledData)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-component-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-component-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-code", + "version": "5.0.0", + "name": "component-code", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The component code of the observation type", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "component-code", + "base": [ + "Observation" + ], + "type": "token", + "expression": "Observation.component.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-component-data-absent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason", + "version": "5.0.0", + "name": "component-data-absent-reason", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The reason why the expected value in the element Observation.component.value[x] is missing.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "component-data-absent-reason", + "base": [ + "Observation" + ], + "type": "token", + "expression": "Observation.component.dataAbsentReason", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-component-value-canonical", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-component-value-canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-value-canonical", + "version": "5.0.0", + "name": "component-value-canonical", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "URL contained in valueCanonical.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "component-value-canonical", + "base": [ + "Observation" + ], + "type": "uri", + "expression": "Observation.component.value.ofType(canonical)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-component-value-concept", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept", + "version": "5.0.0", + "name": "component-value-concept", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The value of the component observation, if the value is a CodeableConcept", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "component-value-concept", + "base": [ + "Observation" + ], + "type": "token", + "expression": "Observation.component.value.ofType(CodeableConcept)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-component-value-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", + "version": "5.0.0", + "name": "component-value-quantity", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "component-value-quantity", + "base": [ + "Observation" + ], + "type": "quantity", + "expression": "Observation.component.value.ofType(Quantity) | Observation.component.value.ofType(SampledData)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-component-value-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-component-value-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-value-reference", + "version": "5.0.0", + "name": "component-value-reference", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Reference contained in valueReference.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "component-value-reference", + "base": [ + "Observation" + ], + "type": "reference", + "expression": "Observation.component.value.ofType(Reference)", + "processingMode": "normal", + "target": [ + "MolecularSequence" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-data-absent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason", + "version": "5.0.0", + "name": "data-absent-reason", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The reason why the expected value in the element Observation.value[x] is missing.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "data-absent-reason", + "base": [ + "Observation" + ], + "type": "token", + "expression": "Observation.dataAbsentReason", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-derived-from", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-derived-from", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-derived-from", + "version": "5.0.0", + "name": "derived-from", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Related measurements the observation is made from", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "derived-from", + "base": [ + "Observation" + ], + "type": "reference", + "expression": "Observation.derivedFrom", + "processingMode": "normal", + "target": [ + "ImagingStudy", + "DocumentReference", + "Observation", + "MolecularSequence", + "GenomicStudy", + "ImagingSelection", + "QuestionnaireResponse" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-device", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-device", + "version": "5.0.0", + "name": "device", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The Device that generated the observation data.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "device", + "base": [ + "Observation" + ], + "type": "reference", + "expression": "Observation.device", + "processingMode": "normal", + "target": [ + "Device", + "DeviceMetric" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-focus", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-focus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-focus", + "version": "5.0.0", + "name": "focus", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The focus of an observation when the focus is not the patient of record.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "focus", + "base": [ + "Observation" + ], + "type": "reference", + "expression": "Observation.focus", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-has-member", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-has-member", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-has-member", + "version": "5.0.0", + "name": "has-member", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Related resource that belongs to the Observation group", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "has-member", + "base": [ + "Observation" + ], + "type": "reference", + "expression": "Observation.hasMember", + "processingMode": "normal", + "target": [ + "Observation", + "MolecularSequence", + "QuestionnaireResponse" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-method", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-method", + "version": "5.0.0", + "name": "method", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The method used for the observation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "method", + "base": [ + "Observation" + ], + "type": "token", + "expression": "Observation.method", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-part-of", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-part-of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-part-of", + "version": "5.0.0", + "name": "part-of", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Part of referenced event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "part-of", + "base": [ + "Observation" + ], + "type": "reference", + "expression": "Observation.partOf", + "processingMode": "normal", + "target": [ + "ImagingStudy", + "Procedure", + "MedicationStatement", + "MedicationAdministration", + "GenomicStudy", + "Immunization", + "MedicationDispense" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-performer", + "version": "5.0.0", + "name": "performer", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who performed the observation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "Observation" + ], + "type": "reference", + "expression": "Observation.performer", + "processingMode": "normal", + "target": [ + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-specimen", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-specimen", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-specimen", + "version": "5.0.0", + "name": "specimen", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Specimen used for this observation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specimen", + "base": [ + "Observation" + ], + "type": "reference", + "expression": "Observation.specimen", + "processingMode": "normal", + "target": [ + "Group", + "Specimen" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-status", + "version": "5.0.0", + "name": "status", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The status of the observation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Observation" + ], + "type": "token", + "expression": "Observation.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-subject", + "version": "5.0.0", + "name": "subject", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The subject that the observation is about", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Observation" + ], + "type": "reference", + "expression": "Observation.subject", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "Procedure", + "NutritionProduct", + "Group", + "Practitioner", + "BiologicallyDerivedProduct", + "Substance", + "Location", + "Patient", + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-value-canonical", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-value-canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-canonical", + "version": "5.0.0", + "name": "value-canonical", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "URL contained in valueCanonical.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "value-canonical", + "base": [ + "Observation" + ], + "type": "uri", + "expression": "Observation.value.ofType(canonical)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-value-concept", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-value-concept", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-concept", + "version": "5.0.0", + "name": "value-concept", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The value of the observation, if the value is a CodeableConcept", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "value-concept", + "base": [ + "Observation" + ], + "type": "token", + "expression": "Observation.value.ofType(CodeableConcept)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-value-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-value-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-date", + "version": "5.0.0", + "name": "value-date", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The value of the observation, if the value is a date or period of time", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "value-date", + "base": [ + "Observation" + ], + "type": "date", + "expression": "Observation.value.ofType(dateTime) | Observation.value.ofType(Period)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-value-markdown", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-value-markdown", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-markdown", + "version": "5.0.0", + "name": "value-markdown", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The value of the observation, if the value is a string, and also searches in CodeableConcept.text", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "value-markdown", + "base": [ + "Observation" + ], + "type": "string", + "expression": "Observation.value.ofType(markdown) | Observation.value.ofType(CodeableConcept).text", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-value-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", + "version": "5.0.0", + "name": "value-quantity", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "value-quantity", + "base": [ + "Observation" + ], + "type": "quantity", + "expression": "Observation.value.ofType(Quantity) | Observation.value.ofType(SampledData)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-value-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-value-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-reference", + "version": "5.0.0", + "name": "value-reference", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Reference contained in valueReference.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "value-reference", + "base": [ + "Observation" + ], + "type": "reference", + "expression": "Observation.value.ofType(Reference)", + "processingMode": "normal", + "target": [ + "MolecularSequence" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-code-value-concept", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-code-value-concept", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-concept", + "version": "5.0.0", + "name": "code-value-concept", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Code and coded value parameter pair", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code-value-concept", + "base": [ + "Observation" + ], + "type": "composite", + "expression": "Observation", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-concept", + "expression": "value.ofType(CodeableConcept)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-code-value-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-code-value-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-date", + "version": "5.0.0", + "name": "code-value-date", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Code and date/time value parameter pair", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code-value-date", + "base": [ + "Observation" + ], + "type": "composite", + "expression": "Observation", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-date", + "expression": "value.ofType(dateTime) | value.ofType(Period)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-code-value-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity", + "version": "5.0.0", + "name": "code-value-quantity", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Code and quantity value parameter pair", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code-value-quantity", + "base": [ + "Observation" + ], + "type": "composite", + "expression": "Observation", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", + "expression": "value.ofType(Quantity)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-code-value-string", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-code-value-string", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-string", + "version": "5.0.0", + "name": "code-value-string", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Code and string value parameter pair", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code-value-string", + "base": [ + "Observation" + ], + "type": "composite", + "expression": "Observation", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-string", + "expression": "value.ofType(string)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-value-string", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-value-string", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-string", + "version": "6.0.0-ballot2", + "name": "value-string", + "status": "active", + "experimental": false, + "date": "2025-01-05T11:55:13+00:00", + "publisher": "HL7 International / Orders and Observations", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders" + } + ] + } + ], + "description": "String in valueString.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "value-string", + "base": [ + "Observation" + ], + "type": "string", + "expression": "value.ofType(string)", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-combo-code-value-concept", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept", + "version": "5.0.0", + "name": "combo-code-value-concept", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Code and coded value parameter pair, including in components", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "combo-code-value-concept", + "base": [ + "Observation" + ], + "type": "composite", + "expression": "Observation | Observation.component", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept", + "expression": "value.ofType(CodeableConcept)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-combo-code-value-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity", + "version": "5.0.0", + "name": "combo-code-value-quantity", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Code and quantity value parameter pair, including in components", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "combo-code-value-quantity", + "base": [ + "Observation" + ], + "type": "composite", + "expression": "Observation | Observation.component", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity", + "expression": "value.ofType(Quantity)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-component-code-value-concept", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept", + "version": "5.0.0", + "name": "component-code-value-concept", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Component code and component coded value parameter pair", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "component-code-value-concept", + "base": [ + "Observation" + ], + "type": "composite", + "expression": "Observation.component", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept", + "expression": "value.ofType(CodeableConcept)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "Observation-component-code-value-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity", + "version": "5.0.0", + "name": "component-code-value-quantity", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Component code and component quantity value parameter pair", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "component-code-value-quantity", + "base": [ + "Observation" + ], + "type": "composite", + "expression": "Observation.component", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", + "expression": "value.ofType(Quantity)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-category", + "resource": { + "resourceType": "SearchParameter", + "id": "ObservationDefinition-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Category (class) of observation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "ObservationDefinition" + ], + "type": "token", + "expression": "ObservationDefinition.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-code", + "resource": { + "resourceType": "SearchParameter", + "id": "ObservationDefinition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Observation code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "ObservationDefinition" + ], + "type": "token", + "expression": "ObservationDefinition.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-experimental", + "resource": { + "resourceType": "SearchParameter", + "id": "ObservationDefinition-experimental", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-experimental", + "version": "5.0.0", + "name": "experimental", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Not for genuine usage (true)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "experimental", + "base": [ + "ObservationDefinition" + ], + "type": "token", + "expression": "ObservationDefinition.experimental", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-method", + "resource": { + "resourceType": "SearchParameter", + "id": "ObservationDefinition-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-method", + "version": "5.0.0", + "name": "method", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Method of observation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "method", + "base": [ + "ObservationDefinition" + ], + "type": "token", + "expression": "ObservationDefinition.method", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OperationDefinition-base", + "resource": { + "resourceType": "SearchParameter", + "id": "OperationDefinition-base", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-base", + "version": "5.0.0", + "name": "base", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Marks this as a profile of the base", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "base", + "base": [ + "OperationDefinition" + ], + "type": "reference", + "expression": "OperationDefinition.base", + "processingMode": "normal", + "target": [ + "OperationDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OperationDefinition-code", + "resource": { + "resourceType": "SearchParameter", + "id": "OperationDefinition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-code", + "version": "5.0.0", + "name": "code", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Name used to invoke the operation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "OperationDefinition" + ], + "type": "token", + "expression": "OperationDefinition.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile", + "resource": { + "resourceType": "SearchParameter", + "id": "OperationDefinition-input-profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile", + "version": "5.0.0", + "name": "input-profile", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Validation information for in parameters", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "input-profile", + "base": [ + "OperationDefinition" + ], + "type": "reference", + "expression": "OperationDefinition.inputProfile", + "processingMode": "normal", + "target": [ + "StructureDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OperationDefinition-instance", + "resource": { + "resourceType": "SearchParameter", + "id": "OperationDefinition-instance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-instance", + "version": "5.0.0", + "name": "instance", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Invoke on an instance?", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instance", + "base": [ + "OperationDefinition" + ], + "type": "token", + "expression": "OperationDefinition.instance", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OperationDefinition-kind", + "resource": { + "resourceType": "SearchParameter", + "id": "OperationDefinition-kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-kind", + "version": "5.0.0", + "name": "kind", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "operation | query", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "kind", + "base": [ + "OperationDefinition" + ], + "type": "token", + "expression": "OperationDefinition.kind", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile", + "resource": { + "resourceType": "SearchParameter", + "id": "OperationDefinition-output-profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile", + "version": "5.0.0", + "name": "output-profile", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Validation information for out parameters", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "output-profile", + "base": [ + "OperationDefinition" + ], + "type": "reference", + "expression": "OperationDefinition.outputProfile", + "processingMode": "normal", + "target": [ + "StructureDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OperationDefinition-system", + "resource": { + "resourceType": "SearchParameter", + "id": "OperationDefinition-system", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-system", + "version": "5.0.0", + "name": "system", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Invoke at the system level?", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "system", + "base": [ + "OperationDefinition" + ], + "type": "token", + "expression": "OperationDefinition.system", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OperationDefinition-type", + "resource": { + "resourceType": "SearchParameter", + "id": "OperationDefinition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-type", + "version": "5.0.0", + "name": "type", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Invoke at the type level?", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "OperationDefinition" + ], + "type": "token", + "expression": "OperationDefinition.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-active", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-active", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-active", + "version": "5.0.0", + "name": "active", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Is the Organization record active", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "active", + "base": [ + "Organization" + ], + "type": "token", + "expression": "Organization.active", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-address", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-address", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-address", + "version": "5.0.0", + "name": "address", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address", + "base": [ + "Organization" + ], + "type": "string", + "expression": "Organization.contact.address", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-address-city", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-address-city", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-city", + "version": "5.0.0", + "name": "address-city", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A city specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-city", + "base": [ + "Organization" + ], + "type": "string", + "expression": "Organization.contact.address.city", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-address-country", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-address-country", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-country", + "version": "5.0.0", + "name": "address-country", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A country specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-country", + "base": [ + "Organization" + ], + "type": "string", + "expression": "Organization.contact.address.country", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-address-postalcode", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-address-postalcode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-postalcode", + "version": "5.0.0", + "name": "address-postalcode", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A postal code specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-postalcode", + "base": [ + "Organization" + ], + "type": "string", + "expression": "Organization.contact.address.postalCode", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-address-state", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-address-state", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-state", + "version": "5.0.0", + "name": "address-state", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A state specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-state", + "base": [ + "Organization" + ], + "type": "string", + "expression": "Organization.contact.address.state", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-address-use", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-address-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-use", + "version": "5.0.0", + "name": "address-use", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A use code specified in an address", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-use", + "base": [ + "Organization" + ], + "type": "token", + "expression": "Organization.contact.address.use", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-endpoint", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-endpoint", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-endpoint", + "version": "5.0.0", + "name": "endpoint", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Technical endpoints providing access to services operated for the organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "endpoint", + "base": [ + "Organization" + ], + "type": "reference", + "expression": "Organization.endpoint", + "processingMode": "normal", + "target": [ + "Endpoint" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Any identifier for the organization (not the accreditation issuer's identifier)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Organization" + ], + "type": "token", + "expression": "Organization.identifier | Organization.qualification.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-name", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A portion of the organization's name or alias", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "Organization" + ], + "type": "string", + "expression": "Organization.name | Organization.alias", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-partof", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-partof", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-partof", + "version": "5.0.0", + "name": "partof", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "An organization of which this organization forms a part", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "partof", + "base": [ + "Organization" + ], + "type": "reference", + "expression": "Organization.partOf", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-phonetic", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-phonetic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-phonetic", + "version": "5.0.0", + "name": "phonetic", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A portion of the organization's name using some kind of phonetic matching algorithm", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "phonetic", + "base": [ + "Organization" + ], + "type": "string", + "expression": "Organization.name", + "processingMode": "phonetic" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Organization-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Organization-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Organization-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A code for the type of organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "Organization" + ], + "type": "token", + "expression": "Organization.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-active", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-active", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-active", + "version": "5.0.0", + "name": "active", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Whether this organization affiliation record is in active use", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "active", + "base": [ + "OrganizationAffiliation" + ], + "type": "token", + "expression": "OrganizationAffiliation.active", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-date", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-date", + "version": "5.0.0", + "name": "date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The period during which the participatingOrganization is affiliated with the primary organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "date", + "base": [ + "OrganizationAffiliation" + ], + "type": "date", + "expression": "OrganizationAffiliation.period", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-email", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-email", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-email", + "version": "5.0.0", + "name": "email", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A value in an email contact", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "email", + "base": [ + "OrganizationAffiliation" + ], + "type": "token", + "expression": "OrganizationAffiliation.contact.telecom.where(system='email')", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-endpoint", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-endpoint", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-endpoint", + "version": "5.0.0", + "name": "endpoint", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Technical endpoints providing access to services operated for this role", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "endpoint", + "base": [ + "OrganizationAffiliation" + ], + "type": "reference", + "expression": "OrganizationAffiliation.endpoint", + "processingMode": "normal", + "target": [ + "Endpoint" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "An organization affiliation's Identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "OrganizationAffiliation" + ], + "type": "token", + "expression": "OrganizationAffiliation.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-location", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The location(s) at which the role occurs", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "OrganizationAffiliation" + ], + "type": "reference", + "expression": "OrganizationAffiliation.location", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-network", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-network", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-network", + "version": "5.0.0", + "name": "network", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "network", + "base": [ + "OrganizationAffiliation" + ], + "type": "reference", + "expression": "OrganizationAffiliation.network", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-participating-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-participating-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-participating-organization", + "version": "5.0.0", + "name": "participating-organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The organization that provides services to the primary organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "participating-organization", + "base": [ + "OrganizationAffiliation" + ], + "type": "reference", + "expression": "OrganizationAffiliation.participatingOrganization", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-phone", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-phone", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-phone", + "version": "5.0.0", + "name": "phone", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A value in a phone contact", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "phone", + "base": [ + "OrganizationAffiliation" + ], + "type": "token", + "expression": "OrganizationAffiliation.contact.telecom.where(system='phone')", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-primary-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-primary-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-primary-organization", + "version": "5.0.0", + "name": "primary-organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The organization that receives the services from the participating organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "primary-organization", + "base": [ + "OrganizationAffiliation" + ], + "type": "reference", + "expression": "OrganizationAffiliation.organization", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-role", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-role", + "version": "5.0.0", + "name": "role", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Definition of the role the participatingOrganization plays", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "role", + "base": [ + "OrganizationAffiliation" + ], + "type": "token", + "expression": "OrganizationAffiliation.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-service", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-service", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-service", + "version": "5.0.0", + "name": "service", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Healthcare services provided through the role", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service", + "base": [ + "OrganizationAffiliation" + ], + "type": "reference", + "expression": "OrganizationAffiliation.healthcareService", + "processingMode": "normal", + "target": [ + "HealthcareService" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-specialty", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-specialty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-specialty", + "version": "5.0.0", + "name": "specialty", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Specific specialty of the participatingOrganization in the context of the role", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specialty", + "base": [ + "OrganizationAffiliation" + ], + "type": "token", + "expression": "OrganizationAffiliation.specialty", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-telecom", + "resource": { + "resourceType": "SearchParameter", + "id": "OrganizationAffiliation-telecom", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-telecom", + "version": "5.0.0", + "name": "telecom", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The value in any kind of contact", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "telecom", + "base": [ + "OrganizationAffiliation" + ], + "type": "token", + "expression": "OrganizationAffiliation.contact.telecom", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-biological", + "resource": { + "resourceType": "SearchParameter", + "id": "PackagedProductDefinition-biological", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-biological", + "version": "5.0.0", + "name": "biological", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A biologically derived product within this packaged product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "biological", + "base": [ + "PackagedProductDefinition" + ], + "type": "reference", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "processingMode": "normal", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-contained-item", + "resource": { + "resourceType": "SearchParameter", + "id": "PackagedProductDefinition-contained-item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-contained-item", + "version": "5.0.0", + "name": "contained-item", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Any of the contained items within this packaged product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "contained-item", + "base": [ + "PackagedProductDefinition" + ], + "type": "reference", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "processingMode": "normal", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-device", + "resource": { + "resourceType": "SearchParameter", + "id": "PackagedProductDefinition-device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-device", + "version": "5.0.0", + "name": "device", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A device within this packaged product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "device", + "base": [ + "PackagedProductDefinition" + ], + "type": "reference", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "processingMode": "normal", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "PackagedProductDefinition-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Unique identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "PackagedProductDefinition" + ], + "type": "token", + "expression": "PackagedProductDefinition.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-manufactured-item", + "resource": { + "resourceType": "SearchParameter", + "id": "PackagedProductDefinition-manufactured-item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-manufactured-item", + "version": "5.0.0", + "name": "manufactured-item", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A manufactured item of medication within this packaged product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "manufactured-item", + "base": [ + "PackagedProductDefinition" + ], + "type": "reference", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "processingMode": "normal", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-medication", + "resource": { + "resourceType": "SearchParameter", + "id": "PackagedProductDefinition-medication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-medication", + "version": "5.0.0", + "name": "medication", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A manufactured item of medication within this packaged product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "medication", + "base": [ + "PackagedProductDefinition" + ], + "type": "reference", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "processingMode": "normal", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-name", + "resource": { + "resourceType": "SearchParameter", + "id": "PackagedProductDefinition-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "PackagedProductDefinition" + ], + "type": "token", + "expression": "PackagedProductDefinition.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-nutrition", + "resource": { + "resourceType": "SearchParameter", + "id": "PackagedProductDefinition-nutrition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-nutrition", + "version": "5.0.0", + "name": "nutrition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A nutrition product within this packaged product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "nutrition", + "base": [ + "PackagedProductDefinition" + ], + "type": "reference", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "processingMode": "normal", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package", + "resource": { + "resourceType": "SearchParameter", + "id": "PackagedProductDefinition-package", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package", + "version": "5.0.0", + "name": "package", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A complete packaged product within this packaged product", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "package", + "base": [ + "PackagedProductDefinition" + ], + "type": "reference", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "processingMode": "normal", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package-for", + "resource": { + "resourceType": "SearchParameter", + "id": "PackagedProductDefinition-package-for", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package-for", + "version": "5.0.0", + "name": "package-for", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The product that this is a pack for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "package-for", + "base": [ + "PackagedProductDefinition" + ], + "type": "reference", + "expression": "PackagedProductDefinition.packageFor", + "processingMode": "normal", + "target": [ + "MedicinalProductDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-status", + "resource": { + "resourceType": "SearchParameter", + "id": "PackagedProductDefinition-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "PackagedProductDefinition" + ], + "type": "token", + "expression": "PackagedProductDefinition.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Patient-active", + "resource": { + "resourceType": "SearchParameter", + "id": "Patient-active", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Patient-active", + "version": "5.0.0", + "name": "active", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Whether the patient record is active", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "active", + "base": [ + "Patient" + ], + "type": "token", + "expression": "Patient.active", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-address", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-address", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-address", + "version": "5.0.0", + "name": "address", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address", + "base": [ + "Patient", + "Person", + "Practitioner", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "string", + "expression": "Patient.address | Person.address | Practitioner.address | RelatedPerson.address", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-address-city", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-address-city", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-address-city", + "version": "5.0.0", + "name": "address-city", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A city specified in an address\r\n* [Person](person.html): A city specified in an address\r\n* [Practitioner](practitioner.html): A city specified in an address\r\n* [RelatedPerson](relatedperson.html): A city specified in an address\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-city", + "base": [ + "Patient", + "Person", + "Practitioner", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "string", + "expression": "Patient.address.city | Person.address.city | Practitioner.address.city | RelatedPerson.address.city", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-address-country", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-address-country", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-address-country", + "version": "5.0.0", + "name": "address-country", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A country specified in an address\r\n* [Person](person.html): A country specified in an address\r\n* [Practitioner](practitioner.html): A country specified in an address\r\n* [RelatedPerson](relatedperson.html): A country specified in an address\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-country", + "base": [ + "Patient", + "Person", + "Practitioner", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "string", + "expression": "Patient.address.country | Person.address.country | Practitioner.address.country | RelatedPerson.address.country", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-address-postalcode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", + "version": "5.0.0", + "name": "address-postalcode", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A postalCode specified in an address\r\n* [Person](person.html): A postal code specified in an address\r\n* [Practitioner](practitioner.html): A postalCode specified in an address\r\n* [RelatedPerson](relatedperson.html): A postal code specified in an address\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-postalcode", + "base": [ + "Patient", + "Person", + "Practitioner", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "string", + "expression": "Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCode", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-address-state", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-address-state", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-address-state", + "version": "5.0.0", + "name": "address-state", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A state specified in an address\r\n* [Person](person.html): A state specified in an address\r\n* [Practitioner](practitioner.html): A state specified in an address\r\n* [RelatedPerson](relatedperson.html): A state specified in an address\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-state", + "base": [ + "Patient", + "Person", + "Practitioner", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "string", + "expression": "Patient.address.state | Person.address.state | Practitioner.address.state | RelatedPerson.address.state", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-address-use", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-address-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-address-use", + "version": "5.0.0", + "name": "address-use", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A use code specified in an address\r\n* [Person](person.html): A use code specified in an address\r\n* [Practitioner](practitioner.html): A use code specified in an address\r\n* [RelatedPerson](relatedperson.html): A use code specified in an address\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "address-use", + "base": [ + "Patient", + "Person", + "Practitioner", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "token", + "expression": "Patient.address.use | Person.address.use | Practitioner.address.use | RelatedPerson.address.use", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-birthdate", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-birthdate", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-birthdate", + "version": "5.0.0", + "name": "birthdate", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): The patient's date of birth\r\n* [Person](person.html): The person's date of birth\r\n* [RelatedPerson](relatedperson.html): The Related Person's date of birth\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "birthdate", + "base": [ + "Patient", + "Person", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "date", + "expression": "Patient.birthDate | Person.birthDate | RelatedPerson.birthDate", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Patient-death-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Patient-death-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Patient-death-date", + "version": "5.0.0", + "name": "death-date", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The date of death has been provided and satisfies this search value", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "death-date", + "base": [ + "Patient" + ], + "type": "date", + "expression": "(Patient.deceased.ofType(dateTime))", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Patient-deceased", + "resource": { + "resourceType": "SearchParameter", + "id": "Patient-deceased", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Patient-deceased", + "version": "5.0.0", + "name": "deceased", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "This patient has been marked as deceased, or has a death date entered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "deceased", + "base": [ + "Patient" + ], + "type": "token", + "expression": "Patient.deceased.exists() and Patient.deceased != false", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-email", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-email", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-email", + "version": "5.0.0", + "name": "email", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A value in an email contact\r\n* [Person](person.html): A value in an email contact\r\n* [Practitioner](practitioner.html): A value in an email contact\r\n* [PractitionerRole](practitionerrole.html): A value in an email contact\r\n* [RelatedPerson](relatedperson.html): A value in an email contact\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "email", + "base": [ + "Patient", + "Person", + "Practitioner", + "PractitionerRole", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "token", + "expression": "Patient.telecom.where(system='email') | Person.telecom.where(system='email') | Practitioner.telecom.where(system='email') | PractitionerRole.contact.telecom.where(system='email') | RelatedPerson.telecom.where(system='email')", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-family", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-family", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-family", + "version": "5.0.0", + "name": "family", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of the family name of the patient\r\n* [Practitioner](practitioner.html): A portion of the family name\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "family", + "base": [ + "Patient", + "Practitioner" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "string", + "expression": "Patient.name.family | Practitioner.name.family", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-gender", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-gender", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-gender", + "version": "5.0.0", + "name": "gender", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): Gender of the patient\r\n* [Person](person.html): The gender of the person\r\n* [Practitioner](practitioner.html): Gender of the practitioner\r\n* [RelatedPerson](relatedperson.html): Gender of the related person\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "gender", + "base": [ + "Patient", + "Person", + "Practitioner", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "token", + "expression": "Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.gender", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner", + "resource": { + "resourceType": "SearchParameter", + "id": "Patient-general-practitioner", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner", + "version": "5.0.0", + "name": "general-practitioner", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Patient's nominated general practitioner, not the organization that manages the record", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "general-practitioner", + "base": [ + "Patient" + ], + "type": "reference", + "expression": "Patient.generalPractitioner", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-given", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-given", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-given", + "version": "5.0.0", + "name": "given", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of the given name of the patient\r\n* [Practitioner](practitioner.html): A portion of the given name\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "given", + "base": [ + "Patient", + "Practitioner" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "string", + "expression": "Patient.name.given | Practitioner.name.given", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Patient-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Patient-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Patient-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A patient identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Patient" + ], + "type": "token", + "expression": "Patient.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Patient-language", + "resource": { + "resourceType": "SearchParameter", + "id": "Patient-language", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Patient-language", + "version": "5.0.0", + "name": "language", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Language code (irrespective of use value)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "language", + "base": [ + "Patient" + ], + "type": "token", + "expression": "Patient.communication.language", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Patient-link", + "resource": { + "resourceType": "SearchParameter", + "id": "Patient-link", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Patient-link", + "version": "5.0.0", + "name": "link", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "All patients/related persons linked to the given patient", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "link", + "base": [ + "Patient" + ], + "type": "reference", + "expression": "Patient.link.other", + "processingMode": "normal", + "target": [ + "RelatedPerson", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Patient-name", + "resource": { + "resourceType": "SearchParameter", + "id": "Patient-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Patient-name", + "version": "5.0.0", + "name": "name", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A server defined search that may match any of the string fields in the HumanName, including family, given, prefix, suffix, and/or text", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "Patient" + ], + "type": "string", + "expression": "Patient.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Patient-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "Patient-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Patient-organization", + "version": "5.0.0", + "name": "organization", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The organization that is the custodian of the patient record", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "organization", + "base": [ + "Patient" + ], + "type": "reference", + "expression": "Patient.managingOrganization", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-phone", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-phone", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-phone", + "version": "5.0.0", + "name": "phone", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A value in a phone contact\r\n* [Person](person.html): A value in a phone contact\r\n* [Practitioner](practitioner.html): A value in a phone contact\r\n* [PractitionerRole](practitionerrole.html): A value in a phone contact\r\n* [RelatedPerson](relatedperson.html): A value in a phone contact\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "phone", + "base": [ + "Patient", + "Person", + "Practitioner", + "PractitionerRole", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "token", + "expression": "Patient.telecom.where(system='phone') | Person.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | PractitionerRole.contact.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone')", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-phonetic", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-phonetic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-phonetic", + "version": "5.0.0", + "name": "phonetic", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [Person](person.html): A portion of name using some kind of phonetic matching algorithm\r\n* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "phonetic", + "base": [ + "Patient", + "Person", + "Practitioner", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "string", + "expression": "Patient.name | Person.name | Practitioner.name | RelatedPerson.name", + "processingMode": "phonetic" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/individual-telecom", + "resource": { + "resourceType": "SearchParameter", + "id": "individual-telecom", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/individual-telecom", + "version": "5.0.0", + "name": "telecom", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): The value in any kind of telecom details of the patient\r\n* [Person](person.html): The value in any kind of contact\r\n* [Practitioner](practitioner.html): The value in any kind of contact\r\n* [PractitionerRole](practitionerrole.html): The value in any kind of contact\r\n* [RelatedPerson](relatedperson.html): The value in any kind of contact\r\n", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "telecom", + "base": [ + "Patient", + "Person", + "Practitioner", + "PractitionerRole", + "RelatedPerson" + ], + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "type": "token", + "expression": "Patient.telecom | Person.telecom | Practitioner.telecom | PractitionerRole.contact.telecom | RelatedPerson.telecom", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentNotice-created", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentNotice-created", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-created", + "version": "5.0.0", + "name": "created", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "Creation date for the notice", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "created", + "base": [ + "PaymentNotice" + ], + "type": "date", + "expression": "PaymentNotice.created", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentNotice-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentNotice-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The business identifier of the notice", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "PaymentNotice" + ], + "type": "token", + "expression": "PaymentNotice.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentNotice-payment-status", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentNotice-payment-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-payment-status", + "version": "5.0.0", + "name": "payment-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The type of payment notice", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "payment-status", + "base": [ + "PaymentNotice" + ], + "type": "token", + "expression": "PaymentNotice.paymentStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentNotice-reporter", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentNotice-reporter", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-reporter", + "version": "5.0.0", + "name": "reporter", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The reference to the reporter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reporter", + "base": [ + "PaymentNotice" + ], + "type": "reference", + "expression": "PaymentNotice.reporter", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentNotice-request", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentNotice-request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-request", + "version": "5.0.0", + "name": "request", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The Claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "request", + "base": [ + "PaymentNotice" + ], + "type": "reference", + "expression": "PaymentNotice.request", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentNotice-response", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentNotice-response", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-response", + "version": "5.0.0", + "name": "response", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The ClaimResponse", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "response", + "base": [ + "PaymentNotice" + ], + "type": "reference", + "expression": "PaymentNotice.response", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentNotice-status", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentNotice-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The status of the payment notice", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "PaymentNotice" + ], + "type": "token", + "expression": "PaymentNotice.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-allocation-account", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentReconciliation-allocation-account", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-allocation-account", + "version": "5.0.0", + "name": "allocation-account", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The account to which payment or adjustment was applied.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "allocation-account", + "base": [ + "PaymentReconciliation" + ], + "type": "reference", + "expression": "PaymentReconciliation.allocation.account", + "processingMode": "normal", + "target": [ + "Account" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-allocation-encounter", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentReconciliation-allocation-encounter", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-allocation-encounter", + "version": "5.0.0", + "name": "allocation-encounter", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The encounter to which payment or adjustment was applied.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "allocation-encounter", + "base": [ + "PaymentReconciliation" + ], + "type": "reference", + "expression": "PaymentReconciliation.allocation.encounter", + "processingMode": "normal", + "target": [ + "Encounter" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-created", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentReconciliation-created", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-created", + "version": "5.0.0", + "name": "created", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The creation date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "created", + "base": [ + "PaymentReconciliation" + ], + "type": "date", + "expression": "PaymentReconciliation.created", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-disposition", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentReconciliation-disposition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-disposition", + "version": "5.0.0", + "name": "disposition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The contents of the disposition message", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "disposition", + "base": [ + "PaymentReconciliation" + ], + "type": "string", + "expression": "PaymentReconciliation.disposition", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentReconciliation-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The business identifier of the ExplanationOfBenefit", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "PaymentReconciliation" + ], + "type": "token", + "expression": "PaymentReconciliation.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-outcome", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentReconciliation-outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-outcome", + "version": "5.0.0", + "name": "outcome", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The processing outcome", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "outcome", + "base": [ + "PaymentReconciliation" + ], + "type": "token", + "expression": "PaymentReconciliation.outcome", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-payment-issuer", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentReconciliation-payment-issuer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-payment-issuer", + "version": "5.0.0", + "name": "payment-issuer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The organization which generated this resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "payment-issuer", + "base": [ + "PaymentReconciliation" + ], + "type": "reference", + "expression": "PaymentReconciliation.paymentIssuer", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentReconciliation-request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request", + "version": "5.0.0", + "name": "request", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The reference to the claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "request", + "base": [ + "PaymentReconciliation" + ], + "type": "reference", + "expression": "PaymentReconciliation.request", + "processingMode": "normal", + "target": [ + "Task" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-requestor", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentReconciliation-requestor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-requestor", + "version": "5.0.0", + "name": "requestor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The reference to the provider who submitted the claim", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requestor", + "base": [ + "PaymentReconciliation" + ], + "type": "reference", + "expression": "PaymentReconciliation.requestor", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-status", + "resource": { + "resourceType": "SearchParameter", + "id": "PaymentReconciliation-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Financial Management)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fm/index.cfm" + } + ] + } + ], + "description": "The status of the payment reconciliation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "PaymentReconciliation" + ], + "type": "token", + "expression": "PaymentReconciliation.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Permission-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Permission-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Permission-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "active | entered-in-error | draft | rejected", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Permission" + ], + "type": "token", + "expression": "Permission.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Person-death-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Person-death-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Person-death-date", + "version": "5.0.0", + "name": "death-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The date of death has been provided and satisfies this search value", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "death-date", + "base": [ + "Person" + ], + "type": "date", + "expression": "(Person.deceased.ofType(dateTime))", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Person-deceased", + "resource": { + "resourceType": "SearchParameter", + "id": "Person-deceased", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Person-deceased", + "version": "5.0.0", + "name": "deceased", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "This person has been marked as deceased, or has a death date entered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "deceased", + "base": [ + "Person" + ], + "type": "token", + "expression": "Person.deceased.exists() and Person.deceased != false", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Person-family", + "resource": { + "resourceType": "SearchParameter", + "id": "Person-family", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Person-family", + "version": "5.0.0", + "name": "family", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A portion of the family name of the person", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "family", + "base": [ + "Person" + ], + "type": "string", + "expression": "Person.name.family", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Person-given", + "resource": { + "resourceType": "SearchParameter", + "id": "Person-given", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Person-given", + "version": "5.0.0", + "name": "given", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A portion of the given name of the person", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "given", + "base": [ + "Person" + ], + "type": "string", + "expression": "Person.name.given", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Person-link", + "resource": { + "resourceType": "SearchParameter", + "id": "Person-link", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Person-link", + "version": "5.0.0", + "name": "link", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Any link has this Patient, Person, RelatedPerson or Practitioner reference", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "link", + "base": [ + "Person" + ], + "type": "reference", + "expression": "Person.link.target", + "processingMode": "normal", + "target": [ + "RelatedPerson", + "Practitioner", + "Person", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Person-name", + "resource": { + "resourceType": "SearchParameter", + "id": "Person-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Person-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "Person" + ], + "type": "string", + "expression": "Person.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Person-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "Person-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Person-organization", + "version": "5.0.0", + "name": "organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The organization at which this person record is being managed", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "organization", + "base": [ + "Person" + ], + "type": "reference", + "expression": "Person.managingOrganization", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Person-practitioner", + "resource": { + "resourceType": "SearchParameter", + "id": "Person-practitioner", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Person-practitioner", + "version": "5.0.0", + "name": "practitioner", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The Person links to this Practitioner", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "practitioner", + "base": [ + "Person" + ], + "type": "reference", + "expression": "Person.link.target.where(resolve() is Practitioner)", + "processingMode": "normal", + "target": [ + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Person-relatedperson", + "resource": { + "resourceType": "SearchParameter", + "id": "Person-relatedperson", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Person-relatedperson", + "version": "5.0.0", + "name": "relatedperson", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The Person links to this RelatedPerson", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "relatedperson", + "base": [ + "Person" + ], + "type": "reference", + "expression": "Person.link.target.where(resolve() is RelatedPerson)", + "processingMode": "normal", + "target": [ + "RelatedPerson" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PlanDefinition-definition", + "resource": { + "resourceType": "SearchParameter", + "id": "PlanDefinition-definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-definition", + "version": "5.0.0", + "name": "definition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Activity or plan definitions used by plan definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "definition", + "base": [ + "PlanDefinition" + ], + "type": "reference", + "expression": "PlanDefinition.action.definition.ofType(canonical) | PlanDefinition.action.definition.ofType(uri)", + "processingMode": "normal", + "target": [ + "ObservationDefinition", + "ActivityDefinition", + "PlanDefinition", + "MessageDefinition", + "Questionnaire", + "SpecimenDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PlanDefinition-type", + "resource": { + "resourceType": "SearchParameter", + "id": "PlanDefinition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The type of artifact the plan (e.g. order-set, eca-rule, protocol)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "PlanDefinition" + ], + "type": "token", + "expression": "PlanDefinition.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Practitioner-active", + "resource": { + "resourceType": "SearchParameter", + "id": "Practitioner-active", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-active", + "version": "5.0.0", + "name": "active", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Whether the practitioner record is active", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "active", + "base": [ + "Practitioner" + ], + "type": "token", + "expression": "Practitioner.active", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Practitioner-communication", + "resource": { + "resourceType": "SearchParameter", + "id": "Practitioner-communication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-communication", + "version": "5.0.0", + "name": "communication", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A language to communicate with the practitioner", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "communication", + "base": [ + "Practitioner" + ], + "type": "token", + "expression": "Practitioner.communication.language", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Practitioner-death-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Practitioner-death-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-death-date", + "version": "5.0.0", + "name": "death-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The date of death has been provided and satisfies this search value", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "death-date", + "base": [ + "Practitioner" + ], + "type": "date", + "expression": "(Practitioner.deceased.ofType(dateTime))", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Practitioner-deceased", + "resource": { + "resourceType": "SearchParameter", + "id": "Practitioner-deceased", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-deceased", + "version": "5.0.0", + "name": "deceased", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "This Practitioner has been marked as deceased, or has a death date entered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "deceased", + "base": [ + "Practitioner" + ], + "type": "token", + "expression": "Practitioner.deceased.exists() and Practitioner.deceased != false", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Practitioner-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A practitioner's Identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Practitioner" + ], + "type": "token", + "expression": "Practitioner.identifier | Practitioner.qualification.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Practitioner-name", + "resource": { + "resourceType": "SearchParameter", + "id": "Practitioner-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "Practitioner" + ], + "type": "string", + "expression": "Practitioner.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Practitioner-qualification-period", + "resource": { + "resourceType": "SearchParameter", + "id": "Practitioner-qualification-period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-qualification-period", + "version": "5.0.0", + "name": "qualification-period", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The date(s) a qualification is valid for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "qualification-period", + "base": [ + "Practitioner" + ], + "type": "date", + "expression": "Practitioner.qualification.period", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-active", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-active", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-active", + "version": "5.0.0", + "name": "active", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Whether this practitioner role record is in active use", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "active", + "base": [ + "PractitionerRole" + ], + "type": "token", + "expression": "PractitionerRole.active", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-characteristic", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-characteristic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-characteristic", + "version": "5.0.0", + "name": "characteristic", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "One of the PractitionerRole's characteristics", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "characteristic", + "base": [ + "PractitionerRole" + ], + "type": "token", + "expression": "PractitionerRole.characteristic", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-communication", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-communication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-communication", + "version": "5.0.0", + "name": "communication", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "One of the languages that the practitioner can communicate with", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "communication", + "base": [ + "PractitionerRole" + ], + "type": "token", + "expression": "PractitionerRole.communication", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-date", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-date", + "version": "5.0.0", + "name": "date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The period during which the practitioner is authorized to perform in these role(s)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "date", + "base": [ + "PractitionerRole" + ], + "type": "date", + "expression": "PractitionerRole.period", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-endpoint", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint", + "version": "5.0.0", + "name": "endpoint", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Technical endpoints providing access to services operated for the practitioner with this role", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "endpoint", + "base": [ + "PractitionerRole" + ], + "type": "reference", + "expression": "PractitionerRole.endpoint", + "processingMode": "normal", + "target": [ + "Endpoint" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A practitioner's Identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "PractitionerRole" + ], + "type": "token", + "expression": "PractitionerRole.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-location", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "One of the locations at which this practitioner provides care", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "PractitionerRole" + ], + "type": "reference", + "expression": "PractitionerRole.location", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-organization", + "version": "5.0.0", + "name": "organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The identity of the organization the practitioner represents / acts on behalf of", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "organization", + "base": [ + "PractitionerRole" + ], + "type": "reference", + "expression": "PractitionerRole.organization", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-practitioner", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner", + "version": "5.0.0", + "name": "practitioner", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Practitioner that is able to provide the defined services for the organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "practitioner", + "base": [ + "PractitionerRole" + ], + "type": "reference", + "expression": "PractitionerRole.practitioner", + "processingMode": "normal", + "target": [ + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-role", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-role", + "version": "5.0.0", + "name": "role", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The practitioner can perform this role at for the organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "role", + "base": [ + "PractitionerRole" + ], + "type": "token", + "expression": "PractitionerRole.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-service", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-service", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-service", + "version": "5.0.0", + "name": "service", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The list of healthcare services that this worker provides for this role's Organization/Location(s)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service", + "base": [ + "PractitionerRole" + ], + "type": "reference", + "expression": "PractitionerRole.healthcareService", + "processingMode": "normal", + "target": [ + "HealthcareService" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty", + "resource": { + "resourceType": "SearchParameter", + "id": "PractitionerRole-specialty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty", + "version": "5.0.0", + "name": "specialty", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The practitioner has this specialty at an organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specialty", + "base": [ + "PractitionerRole" + ], + "type": "token", + "expression": "PractitionerRole.specialty", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "A request for this procedure", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "Procedure" + ], + "type": "reference", + "expression": "Procedure.basedOn", + "processingMode": "normal", + "target": [ + "ServiceRequest", + "CarePlan" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Classification of the procedure", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "Procedure" + ], + "type": "token", + "expression": "Procedure.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-canonical", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-instantiates-canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-canonical", + "version": "5.0.0", + "name": "instantiates-canonical", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Instantiates FHIR protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-canonical", + "base": [ + "Procedure" + ], + "type": "reference", + "expression": "Procedure.instantiatesCanonical", + "processingMode": "normal", + "target": [ + "Measure", + "OperationDefinition", + "ActivityDefinition", + "PlanDefinition", + "Questionnaire" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-uri", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-instantiates-uri", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-uri", + "version": "5.0.0", + "name": "instantiates-uri", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Instantiates external protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-uri", + "base": [ + "Procedure" + ], + "type": "uri", + "expression": "Procedure.instantiatesUri", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-location", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Where the procedure happened", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "Procedure" + ], + "type": "reference", + "expression": "Procedure.location", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-part-of", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-part-of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-part-of", + "version": "5.0.0", + "name": "part-of", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Part of referenced event", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "part-of", + "base": [ + "Procedure" + ], + "type": "reference", + "expression": "Procedure.partOf", + "processingMode": "normal", + "target": [ + "Procedure", + "Observation", + "MedicationAdministration" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Who performed the procedure", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "Procedure" + ], + "type": "reference", + "expression": "Procedure.performer.actor", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Organization", + "Device", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-reason-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-reason-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-reason-code", + "version": "5.0.0", + "name": "reason-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Reference to a concept (by class)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-code", + "base": [ + "Procedure" + ], + "type": "token", + "expression": "Procedure.reason.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-reason-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-reason-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-reason-reference", + "version": "5.0.0", + "name": "reason-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (by instance)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reason-reference", + "base": [ + "Procedure" + ], + "type": "reference", + "expression": "Procedure.reason.reference", + "processingMode": "normal", + "target": [ + "Procedure", + "DocumentReference", + "Observation", + "DiagnosticReport", + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-report", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-report", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-report", + "version": "5.0.0", + "name": "report", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Any report resulting from the procedure", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "report", + "base": [ + "Procedure" + ], + "type": "reference", + "expression": "Procedure.report", + "processingMode": "normal", + "target": [ + "Composition", + "DocumentReference", + "DiagnosticReport" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Procedure" + ], + "type": "token", + "expression": "Procedure.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Procedure-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Procedure-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Procedure-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Care)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm" + } + ] + } + ], + "description": "Search by subject", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Procedure" + ], + "type": "reference", + "expression": "Procedure.subject", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "Group", + "Practitioner", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Provenance-activity", + "resource": { + "resourceType": "SearchParameter", + "id": "Provenance-activity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Provenance-activity", + "version": "5.0.0", + "name": "activity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Activity that occurred", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "activity", + "base": [ + "Provenance" + ], + "type": "token", + "expression": "Provenance.activity", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Provenance-agent", + "resource": { + "resourceType": "SearchParameter", + "id": "Provenance-agent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Provenance-agent", + "version": "5.0.0", + "name": "agent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Who participated", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "agent", + "base": [ + "Provenance" + ], + "type": "reference", + "expression": "Provenance.agent.who", + "processingMode": "normal", + "target": [ + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Provenance-agent-role", + "resource": { + "resourceType": "SearchParameter", + "id": "Provenance-agent-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Provenance-agent-role", + "version": "5.0.0", + "name": "agent-role", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "What the agents role was", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "agent-role", + "base": [ + "Provenance" + ], + "type": "token", + "expression": "Provenance.agent.role", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Provenance-agent-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Provenance-agent-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Provenance-agent-type", + "version": "5.0.0", + "name": "agent-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "How the agent participated", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "agent-type", + "base": [ + "Provenance" + ], + "type": "token", + "expression": "Provenance.agent.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Provenance-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "Provenance-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Provenance-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Reference to the service request.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "Provenance" + ], + "type": "reference", + "expression": "Provenance.basedOn", + "processingMode": "normal", + "target": [ + "DeviceRequest", + "ServiceRequest", + "CarePlan", + "Task", + "MedicationRequest", + "ImmunizationRecommendation", + "NutritionOrder" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Provenance-entity", + "resource": { + "resourceType": "SearchParameter", + "id": "Provenance-entity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Provenance-entity", + "version": "5.0.0", + "name": "entity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Identity of entity", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "entity", + "base": [ + "Provenance" + ], + "type": "reference", + "expression": "Provenance.entity.what", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Provenance-location", + "resource": { + "resourceType": "SearchParameter", + "id": "Provenance-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Provenance-location", + "version": "5.0.0", + "name": "location", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Where the activity occurred, if relevant", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "location", + "base": [ + "Provenance" + ], + "type": "reference", + "expression": "Provenance.location", + "processingMode": "normal", + "target": [ + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Provenance-recorded", + "resource": { + "resourceType": "SearchParameter", + "id": "Provenance-recorded", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Provenance-recorded", + "version": "5.0.0", + "name": "recorded", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "When the activity was recorded / updated", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "recorded", + "base": [ + "Provenance" + ], + "type": "date", + "expression": "Provenance.recorded", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Provenance-signature-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Provenance-signature-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Provenance-signature-type", + "version": "5.0.0", + "name": "signature-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Indication of the reason the entity signed the object(s)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "signature-type", + "base": [ + "Provenance" + ], + "type": "token", + "expression": "Provenance.signature.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Provenance-target", + "resource": { + "resourceType": "SearchParameter", + "id": "Provenance-target", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Provenance-target", + "version": "5.0.0", + "name": "target", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "Target Reference(s) (usually version specific)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target", + "base": [ + "Provenance" + ], + "type": "reference", + "expression": "Provenance.target", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Provenance-when", + "resource": { + "resourceType": "SearchParameter", + "id": "Provenance-when", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Provenance-when", + "version": "5.0.0", + "name": "when", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Security)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/secure/index.cfm" + } + ] + } + ], + "description": "When the activity occurred", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "when", + "base": [ + "Provenance" + ], + "type": "date", + "expression": "(Provenance.occurred.ofType(dateTime))", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Questionnaire-combo-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Questionnaire-combo-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-combo-code", + "version": "5.0.0", + "name": "combo-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A code that corresponds to one of its items in the questionnaire", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "combo-code", + "base": [ + "Questionnaire" + ], + "type": "token", + "expression": "Questionnaire.code | Questionnaire.item.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Questionnaire-definition", + "resource": { + "resourceType": "SearchParameter", + "id": "Questionnaire-definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-definition", + "version": "5.0.0", + "name": "definition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "ElementDefinition - details for the item", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "definition", + "base": [ + "Questionnaire" + ], + "type": "uri", + "expression": "Questionnaire.item.definition", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Questionnaire-item-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Questionnaire-item-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-item-code", + "version": "5.0.0", + "name": "item-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A code that corresponds to one of the items in the questionnaire", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "item-code", + "base": [ + "Questionnaire" + ], + "type": "token", + "expression": "Questionnaire.item.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Questionnaire-questionnaire-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Questionnaire-questionnaire-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-questionnaire-code", + "version": "5.0.0", + "name": "questionnaire-code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A code that matches one of the Questionnaire.code codings", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "questionnaire-code", + "base": [ + "Questionnaire" + ], + "type": "token", + "expression": "Questionnaire.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Questionnaire-subject-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Questionnaire-subject-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-subject-type", + "version": "5.0.0", + "name": "subject-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Resource that can be subject of QuestionnaireResponse", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject-type", + "base": [ + "Questionnaire" + ], + "type": "token", + "expression": "Questionnaire.subjectType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author", + "resource": { + "resourceType": "SearchParameter", + "id": "QuestionnaireResponse-author", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author", + "version": "5.0.0", + "name": "author", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The author of the questionnaire response", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "author", + "base": [ + "QuestionnaireResponse" + ], + "type": "reference", + "expression": "QuestionnaireResponse.author", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored", + "resource": { + "resourceType": "SearchParameter", + "id": "QuestionnaireResponse-authored", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored", + "version": "5.0.0", + "name": "authored", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "When the questionnaire response was last changed", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "authored", + "base": [ + "QuestionnaireResponse" + ], + "type": "date", + "expression": "QuestionnaireResponse.authored", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "QuestionnaireResponse-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Plan/proposal/order fulfilled by this questionnaire response", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "QuestionnaireResponse" + ], + "type": "reference", + "expression": "QuestionnaireResponse.basedOn", + "processingMode": "normal", + "target": [ + "ServiceRequest", + "CarePlan" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-item-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "QuestionnaireResponse-item-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-item-subject", + "version": "5.0.0", + "name": "item-subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Allows searching for QuestionnaireResponses by item value where the item has isSubject=true", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "item-subject", + "base": [ + "QuestionnaireResponse" + ], + "type": "reference", + "expression": "QuestionnaireResponse.item.where(extension('http://hl7.org/fhir/StructureDefinition/questionnaireresponse-isSubject').exists()).answer.value.ofType(Reference)", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-part-of", + "resource": { + "resourceType": "SearchParameter", + "id": "QuestionnaireResponse-part-of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-part-of", + "version": "5.0.0", + "name": "part-of", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Procedure or observation this questionnaire response was performed as a part of", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "part-of", + "base": [ + "QuestionnaireResponse" + ], + "type": "reference", + "expression": "QuestionnaireResponse.partOf", + "processingMode": "normal", + "target": [ + "Procedure", + "Observation" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire", + "resource": { + "resourceType": "SearchParameter", + "id": "QuestionnaireResponse-questionnaire", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire", + "version": "5.0.0", + "name": "questionnaire", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The questionnaire the answers are provided for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "questionnaire", + "base": [ + "QuestionnaireResponse" + ], + "type": "reference", + "expression": "QuestionnaireResponse.questionnaire", + "processingMode": "normal", + "target": [ + "Questionnaire" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source", + "resource": { + "resourceType": "SearchParameter", + "id": "QuestionnaireResponse-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source", + "version": "5.0.0", + "name": "source", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The individual providing the information reflected in the questionnaire respose", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "source", + "base": [ + "QuestionnaireResponse" + ], + "type": "reference", + "expression": "QuestionnaireResponse.source", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status", + "resource": { + "resourceType": "SearchParameter", + "id": "QuestionnaireResponse-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The status of the questionnaire response", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "QuestionnaireResponse" + ], + "type": "token", + "expression": "QuestionnaireResponse.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "QuestionnaireResponse-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The subject of the questionnaire response", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "QuestionnaireResponse" + ], + "type": "reference", + "expression": "QuestionnaireResponse.subject", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case", + "resource": { + "resourceType": "SearchParameter", + "id": "RegulatedAuthorization-case", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case", + "version": "5.0.0", + "name": "case", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The case or procedure number", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "case", + "base": [ + "RegulatedAuthorization" + ], + "type": "token", + "expression": "RegulatedAuthorization.case.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case-type", + "resource": { + "resourceType": "SearchParameter", + "id": "RegulatedAuthorization-case-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case-type", + "version": "5.0.0", + "name": "case-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The defining type of case", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "case-type", + "base": [ + "RegulatedAuthorization" + ], + "type": "token", + "expression": "RegulatedAuthorization.case.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-holder", + "resource": { + "resourceType": "SearchParameter", + "id": "RegulatedAuthorization-holder", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-holder", + "version": "5.0.0", + "name": "holder", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The organization that holds the granted authorization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "holder", + "base": [ + "RegulatedAuthorization" + ], + "type": "reference", + "expression": "RegulatedAuthorization.holder", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "RegulatedAuthorization-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Business identifier for the authorization, typically assigned by the authorizing body", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "RegulatedAuthorization" + ], + "type": "token", + "expression": "RegulatedAuthorization.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-region", + "resource": { + "resourceType": "SearchParameter", + "id": "RegulatedAuthorization-region", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-region", + "version": "5.0.0", + "name": "region", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The territory (e.g., country, jurisdiction etc.) in which the authorization has been granted", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "region", + "base": [ + "RegulatedAuthorization" + ], + "type": "token", + "expression": "RegulatedAuthorization.region", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-status", + "resource": { + "resourceType": "SearchParameter", + "id": "RegulatedAuthorization-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The status that is authorised e.g. approved. Intermediate states can be tracked with cases and applications", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "RegulatedAuthorization" + ], + "type": "token", + "expression": "RegulatedAuthorization.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "RegulatedAuthorization-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The type of regulated product, treatment, facility or activity that is being authorized", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "RegulatedAuthorization" + ], + "type": "reference", + "expression": "RegulatedAuthorization.subject", + "processingMode": "normal", + "target": [ + "Ingredient", + "Organization", + "ObservationDefinition", + "ActivityDefinition", + "PlanDefinition", + "BiologicallyDerivedProduct", + "Practitioner", + "PackagedProductDefinition", + "SubstanceDefinition", + "Location", + "MedicinalProductDefinition", + "NutritionProduct", + "DeviceDefinition", + "ResearchStudy", + "ManufacturedItemDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RelatedPerson-active", + "resource": { + "resourceType": "SearchParameter", + "id": "RelatedPerson-active", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-active", + "version": "5.0.0", + "name": "active", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Indicates if the related person record is active", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "active", + "base": [ + "RelatedPerson" + ], + "type": "token", + "expression": "RelatedPerson.active", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RelatedPerson-family", + "resource": { + "resourceType": "SearchParameter", + "id": "RelatedPerson-family", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-family", + "version": "5.0.0", + "name": "family", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A portion of the family name of the related person", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "family", + "base": [ + "RelatedPerson" + ], + "type": "string", + "expression": "RelatedPerson.name.family", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RelatedPerson-given", + "resource": { + "resourceType": "SearchParameter", + "id": "RelatedPerson-given", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-given", + "version": "5.0.0", + "name": "given", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A portion of the given name of the related person", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "given", + "base": [ + "RelatedPerson" + ], + "type": "string", + "expression": "RelatedPerson.name.given", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RelatedPerson-name", + "resource": { + "resourceType": "SearchParameter", + "id": "RelatedPerson-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "RelatedPerson" + ], + "type": "string", + "expression": "RelatedPerson.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RelatedPerson-relationship", + "resource": { + "resourceType": "SearchParameter", + "id": "RelatedPerson-relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-relationship", + "version": "5.0.0", + "name": "relationship", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The relationship between the patient and the relatedperson", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "relationship", + "base": [ + "RelatedPerson" + ], + "type": "token", + "expression": "RelatedPerson.relationship", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-author", + "resource": { + "resourceType": "SearchParameter", + "id": "RequestOrchestration-author", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-author", + "version": "5.0.0", + "name": "author", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The author of the request orchestration", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "author", + "base": [ + "RequestOrchestration" + ], + "type": "reference", + "expression": "RequestOrchestration.author", + "processingMode": "normal", + "target": [ + "Device", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-authored", + "resource": { + "resourceType": "SearchParameter", + "id": "RequestOrchestration-authored", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-authored", + "version": "5.0.0", + "name": "authored", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The date the request orchestration was authored", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "authored", + "base": [ + "RequestOrchestration" + ], + "type": "date", + "expression": "RequestOrchestration.authoredOn", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "RequestOrchestration-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "What this request fullfills.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "RequestOrchestration" + ], + "type": "reference", + "expression": "RequestOrchestration.basedOn", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-group-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "RequestOrchestration-group-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-group-identifier", + "version": "5.0.0", + "name": "group-identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The group identifier for the request orchestration", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "group-identifier", + "base": [ + "RequestOrchestration" + ], + "type": "token", + "expression": "RequestOrchestration.groupIdentifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-instantiates-canonical", + "resource": { + "resourceType": "SearchParameter", + "id": "RequestOrchestration-instantiates-canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-instantiates-canonical", + "version": "5.0.0", + "name": "instantiates-canonical", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The FHIR-based definition from which the request orchestration is realized", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-canonical", + "base": [ + "RequestOrchestration" + ], + "type": "reference", + "expression": "RequestOrchestration.instantiatesCanonical", + "processingMode": "normal", + "target": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "ConditionDefinition", + "Contract", + "Device", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "ResearchStudy", + "SearchParameter", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestPlan", + "TestScript", + "ValueSet" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-instantiates-uri", + "resource": { + "resourceType": "SearchParameter", + "id": "RequestOrchestration-instantiates-uri", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-instantiates-uri", + "version": "5.0.0", + "name": "instantiates-uri", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The external definition from which the request orchestration is realized", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-uri", + "base": [ + "RequestOrchestration" + ], + "type": "uri", + "expression": "RequestOrchestration.instantiatesUri", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-intent", + "resource": { + "resourceType": "SearchParameter", + "id": "RequestOrchestration-intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-intent", + "version": "5.0.0", + "name": "intent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The intent of the request orchestration", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "intent", + "base": [ + "RequestOrchestration" + ], + "type": "token", + "expression": "RequestOrchestration.intent", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-participant", + "resource": { + "resourceType": "SearchParameter", + "id": "RequestOrchestration-participant", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-participant", + "version": "5.0.0", + "name": "participant", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The participant in the requests in the orchestration", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "participant", + "base": [ + "RequestOrchestration" + ], + "type": "reference", + "expression": "RequestOrchestration.action.participant.actor.ofType(Reference) | RequestOrchestration.action.participant.actor.ofType(canonical)", + "processingMode": "normal", + "target": [ + "CareTeam", + "Device", + "Organization", + "RelatedPerson", + "Group", + "Practitioner", + "CapabilityStatement", + "Location", + "HealthcareService", + "Endpoint", + "DeviceDefinition", + "PractitionerRole", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-priority", + "resource": { + "resourceType": "SearchParameter", + "id": "RequestOrchestration-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-priority", + "version": "5.0.0", + "name": "priority", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The priority of the request orchestration", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "priority", + "base": [ + "RequestOrchestration" + ], + "type": "token", + "expression": "RequestOrchestration.priority", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-status", + "resource": { + "resourceType": "SearchParameter", + "id": "RequestOrchestration-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The status of the request orchestration", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "RequestOrchestration" + ], + "type": "token", + "expression": "RequestOrchestration.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "RequestOrchestration-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "The subject that the request orchestration is about", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "RequestOrchestration" + ], + "type": "reference", + "expression": "RequestOrchestration.subject", + "processingMode": "normal", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Requirements-actor", + "resource": { + "resourceType": "SearchParameter", + "id": "Requirements-actor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Requirements-actor", + "version": "5.0.0", + "name": "actor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "An actor these requirements are for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "actor", + "base": [ + "Requirements" + ], + "type": "reference", + "expression": "Requirements.actor", + "processingMode": "normal", + "target": [ + "ActorDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Requirements-derived-from", + "resource": { + "resourceType": "SearchParameter", + "id": "Requirements-derived-from", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Requirements-derived-from", + "version": "5.0.0", + "name": "derived-from", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The requirements these are derived from", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "derived-from", + "base": [ + "Requirements" + ], + "type": "reference", + "expression": "Requirements.derivedFrom", + "processingMode": "normal", + "target": [ + "Requirements" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-classifier", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-classifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-classifier", + "version": "5.0.0", + "name": "classifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Classification for the study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "classifier", + "base": [ + "ResearchStudy" + ], + "type": "token", + "expression": "ResearchStudy.classifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-condition", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-condition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-condition", + "version": "5.0.0", + "name": "condition", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Condition being studied", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "condition", + "base": [ + "ResearchStudy" + ], + "type": "token", + "expression": "ResearchStudy.condition", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-date", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-date", + "version": "5.0.0", + "name": "date", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "When the study began and ended", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "date", + "base": [ + "ResearchStudy" + ], + "type": "date", + "expression": "ResearchStudy.period", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-description", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-description", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-description", + "version": "5.0.0", + "name": "description", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Detailed narrative of the study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "description", + "base": [ + "ResearchStudy" + ], + "type": "string", + "expression": "ResearchStudy.description", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-eligibility", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-eligibility", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-eligibility", + "version": "5.0.0", + "name": "eligibility", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Inclusion and exclusion criteria", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "eligibility", + "base": [ + "ResearchStudy" + ], + "type": "reference", + "expression": "ResearchStudy.recruitment.eligibility", + "processingMode": "normal", + "target": [ + "Group", + "EvidenceVariable" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-code", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-focus-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-code", + "version": "5.0.0", + "name": "focus-code", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Drugs, devices, etc. under study, as a code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "focus-code", + "base": [ + "ResearchStudy" + ], + "type": "token", + "expression": "ResearchStudy.focus.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-focus-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-reference", + "version": "5.0.0", + "name": "focus-reference", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Drugs, devices, etc. under study, as a reference", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "focus-reference", + "base": [ + "ResearchStudy" + ], + "type": "reference", + "expression": "ResearchStudy.focus.reference", + "processingMode": "normal", + "target": [ + "MedicinalProductDefinition", + "EvidenceVariable", + "SubstanceDefinition", + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Business Identifier for study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "ResearchStudy" + ], + "type": "token", + "expression": "ResearchStudy.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-keyword", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword", + "version": "5.0.0", + "name": "keyword", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Used to search for the study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "keyword", + "base": [ + "ResearchStudy" + ], + "type": "token", + "expression": "ResearchStudy.keyword", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-name", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Name for this study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "ResearchStudy" + ], + "type": "string", + "expression": "ResearchStudy.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-description", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-objective-description", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-description", + "version": "5.0.0", + "name": "objective-description", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Free text description of the objective of the study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "objective-description", + "base": [ + "ResearchStudy" + ], + "type": "string", + "expression": "ResearchStudy.objective.description", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-type", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-objective-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-type", + "version": "5.0.0", + "name": "objective-type", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The kind of study objective", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "objective-type", + "base": [ + "ResearchStudy" + ], + "type": "token", + "expression": "ResearchStudy.objective.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-part-of", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-part-of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-part-of", + "version": "5.0.0", + "name": "part-of", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Part of larger study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "part-of", + "base": [ + "ResearchStudy" + ], + "type": "reference", + "expression": "ResearchStudy.partOf", + "processingMode": "normal", + "target": [ + "ResearchStudy" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-phase", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-phase", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-phase", + "version": "5.0.0", + "name": "phase", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The stage in the progression of a study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "phase", + "base": [ + "ResearchStudy" + ], + "type": "token", + "expression": "ResearchStudy.phase", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-protocol", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol", + "version": "5.0.0", + "name": "protocol", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Steps followed in executing study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "protocol", + "base": [ + "ResearchStudy" + ], + "type": "reference", + "expression": "ResearchStudy.protocol", + "processingMode": "normal", + "target": [ + "PlanDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-actual", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-recruitment-actual", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-actual", + "version": "5.0.0", + "name": "recruitment-actual", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Actual number of participants enrolled in study across all groups", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "recruitment-actual", + "base": [ + "ResearchStudy" + ], + "type": "number", + "expression": "ResearchStudy.recruitment.actualNumber", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-target", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-recruitment-target", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-target", + "version": "5.0.0", + "name": "recruitment-target", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Target number of participants enrolled in study across all groups", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "recruitment-target", + "base": [ + "ResearchStudy" + ], + "type": "number", + "expression": "ResearchStudy.recruitment.targetNumber", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-region", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-region", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-region", + "version": "5.0.0", + "name": "region", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Geographic area for the study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "region", + "base": [ + "ResearchStudy" + ], + "type": "token", + "expression": "ResearchStudy.region", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-site", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-site", + "version": "5.0.0", + "name": "site", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Facility where study activities are conducted", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "site", + "base": [ + "ResearchStudy" + ], + "type": "reference", + "expression": "ResearchStudy.site", + "processingMode": "normal", + "target": [ + "Organization", + "ResearchStudy", + "Location" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "active | active-but-not-recruiting | administratively-completed | approved | closed-to-accrual | closed-to-accrual-and-intervention | completed | disapproved | enrolling-by-invitation | in-review | not-yet-recruiting | recruiting | temporarily-closed-to-accrual | temporarily-closed-to-accrual-and-intervention | terminated | withdrawn", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ResearchStudy" + ], + "type": "token", + "expression": "ResearchStudy.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-study-design", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-study-design", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-study-design", + "version": "5.0.0", + "name": "study-design", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Classifications of the study design characteristics", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "study-design", + "base": [ + "ResearchStudy" + ], + "type": "token", + "expression": "ResearchStudy.studyDesign", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchStudy-title", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchStudy-title", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-title", + "version": "5.0.0", + "name": "title", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The human readable name of the research study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "title", + "base": [ + "ResearchStudy" + ], + "type": "string", + "expression": "ResearchStudy.title", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchSubject-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchSubject-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "draft | active | retired | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ResearchSubject" + ], + "type": "token", + "expression": "ResearchSubject.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchSubject-study", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchSubject-study", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-study", + "version": "5.0.0", + "name": "study", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Study subject is part of", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "study", + "base": [ + "ResearchSubject" + ], + "type": "reference", + "expression": "ResearchSubject.study", + "processingMode": "normal", + "target": [ + "ResearchStudy" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchSubject-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchSubject-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Who or what is part of study", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "ResearchSubject" + ], + "type": "reference", + "expression": "ResearchSubject.subject", + "processingMode": "normal", + "target": [ + "Device", + "Group", + "BiologicallyDerivedProduct", + "Specimen", + "Substance", + "Patient", + "Medication" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ResearchSubject-subjectstate", + "resource": { + "resourceType": "SearchParameter", + "id": "ResearchSubject-subjectstate", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-subjectstate", + "version": "5.0.0", + "name": "subject_state", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject_state", + "base": [ + "ResearchSubject" + ], + "type": "token", + "expression": "ResearchSubject.progress.subjectState", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RiskAssessment-condition", + "resource": { + "resourceType": "SearchParameter", + "id": "RiskAssessment-condition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-condition", + "version": "5.0.0", + "name": "condition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Condition assessed", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "condition", + "base": [ + "RiskAssessment" + ], + "type": "reference", + "expression": "RiskAssessment.condition", + "processingMode": "normal", + "target": [ + "Condition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RiskAssessment-method", + "resource": { + "resourceType": "SearchParameter", + "id": "RiskAssessment-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-method", + "version": "5.0.0", + "name": "method", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Evaluation mechanism", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "method", + "base": [ + "RiskAssessment" + ], + "type": "token", + "expression": "RiskAssessment.method", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RiskAssessment-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "RiskAssessment-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Who did assessment?", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "RiskAssessment" + ], + "type": "reference", + "expression": "RiskAssessment.performer", + "processingMode": "normal", + "target": [ + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RiskAssessment-probability", + "resource": { + "resourceType": "SearchParameter", + "id": "RiskAssessment-probability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-probability", + "version": "5.0.0", + "name": "probability", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Likelihood of specified outcome", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "probability", + "base": [ + "RiskAssessment" + ], + "type": "number", + "expression": "RiskAssessment.prediction.probability.ofType(decimal)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RiskAssessment-risk", + "resource": { + "resourceType": "SearchParameter", + "id": "RiskAssessment-risk", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-risk", + "version": "5.0.0", + "name": "risk", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Likelihood of specified outcome as a qualitative value", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "risk", + "base": [ + "RiskAssessment" + ], + "type": "token", + "expression": "RiskAssessment.prediction.qualitativeRisk", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/RiskAssessment-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "RiskAssessment-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Clinical Decision Support)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/dss/index.cfm" + } + ] + } + ], + "description": "Who/what does assessment apply to?", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "RiskAssessment" + ], + "type": "reference", + "expression": "RiskAssessment.subject", + "processingMode": "normal", + "target": [ + "Group", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Schedule-active", + "resource": { + "resourceType": "SearchParameter", + "id": "Schedule-active", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Schedule-active", + "version": "5.0.0", + "name": "active", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Is the schedule in active use", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "active", + "base": [ + "Schedule" + ], + "type": "token", + "expression": "Schedule.active", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Schedule-actor", + "resource": { + "resourceType": "SearchParameter", + "id": "Schedule-actor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Schedule-actor", + "version": "5.0.0", + "name": "actor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule for", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "actor", + "base": [ + "Schedule" + ], + "type": "reference", + "expression": "Schedule.actor", + "processingMode": "normal", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Schedule-date", + "resource": { + "resourceType": "SearchParameter", + "id": "Schedule-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Schedule-date", + "version": "5.0.0", + "name": "date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Search for Schedule resources that have a period that contains this date specified", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "date", + "base": [ + "Schedule" + ], + "type": "date", + "expression": "Schedule.planningHorizon", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Schedule-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Schedule-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Schedule-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A Schedule Identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Schedule" + ], + "type": "token", + "expression": "Schedule.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Schedule-name", + "resource": { + "resourceType": "SearchParameter", + "id": "Schedule-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Schedule-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A portion of the Schedule name", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "Schedule" + ], + "type": "string", + "expression": "Schedule.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Schedule-service-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Schedule-service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Schedule-service-category", + "version": "5.0.0", + "name": "service-category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "High-level category", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-category", + "base": [ + "Schedule" + ], + "type": "token", + "expression": "Schedule.serviceCategory", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Schedule-service-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Schedule-service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Schedule-service-type", + "version": "5.0.0", + "name": "service-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The type (by coding) of appointments that can be booked into associated slot(s)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-type", + "base": [ + "Schedule" + ], + "type": "token", + "expression": "Schedule.serviceType.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Schedule-service-type-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Schedule-service-type-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Schedule-service-type-reference", + "version": "5.0.0", + "name": "service-type-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The type (by HealthcareService) of appointments that can be booked into associated slot(s)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-type-reference", + "base": [ + "Schedule" + ], + "type": "reference", + "expression": "Schedule.serviceType.reference", + "processingMode": "normal", + "target": [ + "HealthcareService" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Schedule-specialty", + "resource": { + "resourceType": "SearchParameter", + "id": "Schedule-specialty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Schedule-specialty", + "version": "5.0.0", + "name": "specialty", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Type of specialty needed", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specialty", + "base": [ + "Schedule" + ], + "type": "token", + "expression": "Schedule.specialty", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SearchParameter-base", + "resource": { + "resourceType": "SearchParameter", + "id": "SearchParameter-base", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-base", + "version": "5.0.0", + "name": "base", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The resource type(s) this search parameter applies to", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "base", + "base": [ + "SearchParameter" + ], + "type": "token", + "expression": "SearchParameter.base", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SearchParameter-code", + "resource": { + "resourceType": "SearchParameter", + "id": "SearchParameter-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Code used in URL", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "SearchParameter" + ], + "type": "token", + "expression": "SearchParameter.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SearchParameter-component", + "resource": { + "resourceType": "SearchParameter", + "id": "SearchParameter-component", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-component", + "version": "5.0.0", + "name": "component", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Defines how the part works", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "component", + "base": [ + "SearchParameter" + ], + "type": "reference", + "expression": "SearchParameter.component.definition", + "processingMode": "normal", + "target": [ + "SearchParameter" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from", + "resource": { + "resourceType": "SearchParameter", + "id": "SearchParameter-derived-from", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from", + "version": "5.0.0", + "name": "derived-from", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Original definition for the search parameter", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "derived-from", + "base": [ + "SearchParameter" + ], + "type": "reference", + "expression": "SearchParameter.derivedFrom", + "processingMode": "normal", + "target": [ + "SearchParameter" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SearchParameter-target", + "resource": { + "resourceType": "SearchParameter", + "id": "SearchParameter-target", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-target", + "version": "5.0.0", + "name": "target", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Types of resource (if a resource reference)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target", + "base": [ + "SearchParameter" + ], + "type": "token", + "expression": "SearchParameter.target", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SearchParameter-type", + "resource": { + "resourceType": "SearchParameter", + "id": "SearchParameter-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "number | date | string | token | reference | composite | quantity | uri | special", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "SearchParameter" + ], + "type": "token", + "expression": "SearchParameter.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-authored", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-authored", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-authored", + "version": "5.0.0", + "name": "authored", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Date request signed", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "authored", + "base": [ + "ServiceRequest" + ], + "type": "date", + "expression": "ServiceRequest.authoredOn", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "What request fulfills", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "ServiceRequest" + ], + "type": "reference", + "expression": "ServiceRequest.basedOn", + "processingMode": "normal", + "target": [ + "ServiceRequest", + "CarePlan", + "MedicationRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site", + "version": "5.0.0", + "name": "body-site", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Where procedure is going to be done", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "body-site", + "base": [ + "ServiceRequest" + ], + "type": "token", + "expression": "ServiceRequest.bodySite", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-structure", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-body-structure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-structure", + "version": "5.0.0", + "name": "body-structure", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Body structure Where procedure is going to be done", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "body-structure", + "base": [ + "ServiceRequest" + ], + "type": "reference", + "expression": "ServiceRequest.bodyStructure", + "processingMode": "normal", + "target": [ + "BodyStructure" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-category", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Classification of service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "ServiceRequest" + ], + "type": "token", + "expression": "ServiceRequest.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-code-concept", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-code-concept", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-code-concept", + "version": "5.0.0", + "name": "code-concept", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "What is being requested/ordered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code-concept", + "base": [ + "ServiceRequest" + ], + "type": "token", + "expression": "ServiceRequest.code.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-code-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-code-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-code-reference", + "version": "5.0.0", + "name": "code-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "What is being requested/ordered", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code-reference", + "base": [ + "ServiceRequest" + ], + "type": "reference", + "expression": "ServiceRequest.code.reference", + "processingMode": "normal", + "target": [ + "ActivityDefinition", + "PlanDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-canonical", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-instantiates-canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-canonical", + "version": "5.0.0", + "name": "instantiates-canonical", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Instantiates FHIR protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-canonical", + "base": [ + "ServiceRequest" + ], + "type": "reference", + "expression": "ServiceRequest.instantiatesCanonical", + "processingMode": "normal", + "target": [ + "ActivityDefinition", + "PlanDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-uri", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-instantiates-uri", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-uri", + "version": "5.0.0", + "name": "instantiates-uri", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Instantiates external protocol or definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "instantiates-uri", + "base": [ + "ServiceRequest" + ], + "type": "uri", + "expression": "ServiceRequest.instantiatesUri", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-intent", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-intent", + "version": "5.0.0", + "name": "intent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "proposal | plan | directive | order +", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "intent", + "base": [ + "ServiceRequest" + ], + "type": "token", + "expression": "ServiceRequest.intent", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-occurrence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence", + "version": "5.0.0", + "name": "occurrence", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "When service should occur", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "occurrence", + "base": [ + "ServiceRequest" + ], + "type": "date", + "expression": "ServiceRequest.occurrence.ofType(dateTime) | ServiceRequest.occurrence.ofType(Period) | ServiceRequest.occurrence.ofType(Timing)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Requested performer", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "ServiceRequest" + ], + "type": "reference", + "expression": "ServiceRequest.performer", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-performer-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type", + "version": "5.0.0", + "name": "performer-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Performer role", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer-type", + "base": [ + "ServiceRequest" + ], + "type": "token", + "expression": "ServiceRequest.performerType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-priority", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-priority", + "version": "5.0.0", + "name": "priority", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "routine | urgent | asap | stat", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "priority", + "base": [ + "ServiceRequest" + ], + "type": "token", + "expression": "ServiceRequest.priority", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-replaces", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces", + "version": "5.0.0", + "name": "replaces", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "What request replaces", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "replaces", + "base": [ + "ServiceRequest" + ], + "type": "reference", + "expression": "ServiceRequest.replaces", + "processingMode": "normal", + "target": [ + "ServiceRequest" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-requester", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-requester", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-requester", + "version": "5.0.0", + "name": "requester", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who/what is requesting service", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requester", + "base": [ + "ServiceRequest" + ], + "type": "reference", + "expression": "ServiceRequest.requester", + "processingMode": "normal", + "target": [ + "Organization", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-requisition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition", + "version": "5.0.0", + "name": "requisition", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Composite Request ID", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requisition", + "base": [ + "ServiceRequest" + ], + "type": "token", + "expression": "ServiceRequest.requisition", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-specimen", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen", + "version": "5.0.0", + "name": "specimen", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Specimen to be tested", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specimen", + "base": [ + "ServiceRequest" + ], + "type": "reference", + "expression": "ServiceRequest.specimen", + "processingMode": "normal", + "target": [ + "Specimen" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-status", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "ServiceRequest" + ], + "type": "token", + "expression": "ServiceRequest.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ServiceRequest-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "ServiceRequest-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by subject", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "ServiceRequest" + ], + "type": "reference", + "expression": "ServiceRequest.subject", + "processingMode": "normal", + "target": [ + "Device", + "Group", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Slot-appointment-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Slot-appointment-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Slot-appointment-type", + "version": "5.0.0", + "name": "appointment-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The style of appointment or patient that may be booked in the slot (not service type)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "appointment-type", + "base": [ + "Slot" + ], + "type": "token", + "expression": "Slot.appointmentType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Slot-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Slot-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Slot-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A Slot Identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Slot" + ], + "type": "token", + "expression": "Slot.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Slot-schedule", + "resource": { + "resourceType": "SearchParameter", + "id": "Slot-schedule", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Slot-schedule", + "version": "5.0.0", + "name": "schedule", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The Schedule Resource that we are seeking a slot within", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "schedule", + "base": [ + "Slot" + ], + "type": "reference", + "expression": "Slot.schedule", + "processingMode": "normal", + "target": [ + "Schedule" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Slot-service-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Slot-service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Slot-service-category", + "version": "5.0.0", + "name": "service-category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A broad categorization of the service that is to be performed during this appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-category", + "base": [ + "Slot" + ], + "type": "token", + "expression": "Slot.serviceCategory", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Slot-service-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Slot-service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Slot-service-type", + "version": "5.0.0", + "name": "service-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The type (by coding) of appointments that can be booked into the slot", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-type", + "base": [ + "Slot" + ], + "type": "token", + "expression": "Slot.serviceType.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Slot-service-type-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Slot-service-type-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Slot-service-type-reference", + "version": "5.0.0", + "name": "service-type-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The type (by HealthcareService) of appointments that can be booked into the slot", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "service-type-reference", + "base": [ + "Slot" + ], + "type": "reference", + "expression": "Slot.serviceType.reference", + "processingMode": "normal", + "target": [ + "HealthcareService" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Slot-specialty", + "resource": { + "resourceType": "SearchParameter", + "id": "Slot-specialty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Slot-specialty", + "version": "5.0.0", + "name": "specialty", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The specialty of a practitioner that would be required to perform the service requested in this appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "specialty", + "base": [ + "Slot" + ], + "type": "token", + "expression": "Slot.specialty", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Slot-start", + "resource": { + "resourceType": "SearchParameter", + "id": "Slot-start", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Slot-start", + "version": "5.0.0", + "name": "start", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Appointment date/time.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "start", + "base": [ + "Slot" + ], + "type": "date", + "expression": "Slot.start", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Slot-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Slot-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Slot-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The free/busy status of the appointment", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Slot" + ], + "type": "token", + "expression": "Slot.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Specimen-accession", + "resource": { + "resourceType": "SearchParameter", + "id": "Specimen-accession", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Specimen-accession", + "version": "5.0.0", + "name": "accession", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The accession number associated with the specimen", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "accession", + "base": [ + "Specimen" + ], + "type": "token", + "expression": "Specimen.accessionIdentifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Specimen-bodysite", + "resource": { + "resourceType": "SearchParameter", + "id": "Specimen-bodysite", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Specimen-bodysite", + "version": "5.0.0", + "name": "bodysite", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Reference to a resource (by instance)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "bodysite", + "base": [ + "Specimen" + ], + "type": "reference", + "expression": "Specimen.collection.bodySite.reference", + "processingMode": "normal", + "target": [ + "BodyStructure" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Specimen-collected", + "resource": { + "resourceType": "SearchParameter", + "id": "Specimen-collected", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Specimen-collected", + "version": "5.0.0", + "name": "collected", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The date the specimen was collected", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "collected", + "base": [ + "Specimen" + ], + "type": "date", + "expression": "Specimen.collection.collected.ofType(dateTime) | Specimen.collection.collected.ofType(Period)", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Specimen-collector", + "resource": { + "resourceType": "SearchParameter", + "id": "Specimen-collector", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Specimen-collector", + "version": "5.0.0", + "name": "collector", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who collected the specimen", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "collector", + "base": [ + "Specimen" + ], + "type": "reference", + "expression": "Specimen.collection.collector", + "processingMode": "normal", + "target": [ + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Specimen-container-device", + "resource": { + "resourceType": "SearchParameter", + "id": "Specimen-container-device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Specimen-container-device", + "version": "5.0.0", + "name": "container-device", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The unique identifier associated with the specimen container", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "container-device", + "base": [ + "Specimen" + ], + "type": "reference", + "expression": "Specimen.container.device.where(resolve() is Device)", + "processingMode": "normal", + "target": [ + "Device" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Specimen-parent", + "resource": { + "resourceType": "SearchParameter", + "id": "Specimen-parent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Specimen-parent", + "version": "5.0.0", + "name": "parent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The parent of the specimen", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "parent", + "base": [ + "Specimen" + ], + "type": "reference", + "expression": "Specimen.parent", + "processingMode": "normal", + "target": [ + "Specimen" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Specimen-procedure", + "resource": { + "resourceType": "SearchParameter", + "id": "Specimen-procedure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Specimen-procedure", + "version": "5.0.0", + "name": "procedure", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The procedure that collected the specimen", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "procedure", + "base": [ + "Specimen" + ], + "type": "reference", + "expression": "Specimen.collection.procedure", + "processingMode": "normal", + "target": [ + "Procedure" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Specimen-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Specimen-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Specimen-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "available | unavailable | unsatisfactory | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Specimen" + ], + "type": "token", + "expression": "Specimen.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Specimen-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Specimen-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Specimen-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The subject of the specimen", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Specimen" + ], + "type": "reference", + "expression": "Specimen.subject", + "processingMode": "normal", + "target": [ + "Device", + "Group", + "BiologicallyDerivedProduct", + "Substance", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-container", + "resource": { + "resourceType": "SearchParameter", + "id": "SpecimenDefinition-container", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-container", + "version": "5.0.0", + "name": "container", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The type of specimen conditioned in container expected by the lab", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "container", + "base": [ + "SpecimenDefinition" + ], + "type": "token", + "expression": "SpecimenDefinition.typeTested.container.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-experimental", + "resource": { + "resourceType": "SearchParameter", + "id": "SpecimenDefinition-experimental", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-experimental", + "version": "5.0.0", + "name": "experimental", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Not for genuine usage (true)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "experimental", + "base": [ + "SpecimenDefinition" + ], + "type": "token", + "expression": "SpecimenDefinition.experimental", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-is-derived", + "resource": { + "resourceType": "SearchParameter", + "id": "SpecimenDefinition-is-derived", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-is-derived", + "version": "5.0.0", + "name": "is-derived", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Primary specimen (false) or derived specimen (true)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "is-derived", + "base": [ + "SpecimenDefinition" + ], + "type": "token", + "expression": "SpecimenDefinition.typeTested.isDerived", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type", + "resource": { + "resourceType": "SearchParameter", + "id": "SpecimenDefinition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The type of collected specimen", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "SpecimenDefinition" + ], + "type": "token", + "expression": "SpecimenDefinition.typeCollected", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type-tested", + "resource": { + "resourceType": "SearchParameter", + "id": "SpecimenDefinition-type-tested", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type-tested", + "version": "5.0.0", + "name": "type-tested", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The type of specimen conditioned for testing", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type-tested", + "base": [ + "SpecimenDefinition" + ], + "type": "token", + "expression": "SpecimenDefinition.typeTested.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-abstract", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-abstract", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-abstract", + "version": "5.0.0", + "name": "abstract", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Whether the structure is abstract", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "abstract", + "base": [ + "StructureDefinition" + ], + "type": "token", + "expression": "StructureDefinition.abstract", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-base", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-base", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-base", + "version": "5.0.0", + "name": "base", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Definition that this type is constrained/specialized from", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "base", + "base": [ + "StructureDefinition" + ], + "type": "reference", + "expression": "StructureDefinition.baseDefinition", + "processingMode": "normal", + "target": [ + "StructureDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-base-path", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-base-path", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-base-path", + "version": "5.0.0", + "name": "base-path", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Path that identifies the base element", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "base-path", + "base": [ + "StructureDefinition" + ], + "type": "token", + "expression": "StructureDefinition.snapshot.element.base.path | StructureDefinition.differential.element.base.path", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-derivation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation", + "version": "5.0.0", + "name": "derivation", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "specialization | constraint - How relates to base definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "derivation", + "base": [ + "StructureDefinition" + ], + "type": "token", + "expression": "StructureDefinition.derivation", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-experimental", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental", + "version": "5.0.0", + "name": "experimental", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "For testing purposes, not real usage", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "experimental", + "base": [ + "StructureDefinition" + ], + "type": "token", + "expression": "StructureDefinition.experimental", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-expression", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-ext-context-expression", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-expression", + "version": "5.0.0", + "name": "ext-context-expression", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "An expression of extension context assigned to the structure definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "ext-context-expression", + "base": [ + "StructureDefinition" + ], + "type": "token", + "expression": "StructureDefinition.context.expression", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-type", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-ext-context-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-type", + "version": "5.0.0", + "name": "ext-context-type", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A type of extension context assigned to the structure definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "ext-context-type", + "base": [ + "StructureDefinition" + ], + "type": "token", + "expression": "StructureDefinition.context.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-keyword", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-keyword", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-keyword", + "version": "5.0.0", + "name": "keyword", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A code for the StructureDefinition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "keyword", + "base": [ + "StructureDefinition" + ], + "type": "token", + "expression": "StructureDefinition.keyword", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-kind", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-kind", + "version": "5.0.0", + "name": "kind", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "primitive-type | complex-type | resource | logical", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "kind", + "base": [ + "StructureDefinition" + ], + "type": "token", + "expression": "StructureDefinition.kind", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-path", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-path", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-path", + "version": "5.0.0", + "name": "path", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A path that is constrained in the StructureDefinition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "path", + "base": [ + "StructureDefinition" + ], + "type": "token", + "expression": "StructureDefinition.snapshot.element.path | StructureDefinition.differential.element.path", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-type", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-type", + "version": "5.0.0", + "name": "type", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Type defined or constrained by this structure", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "StructureDefinition" + ], + "type": "uri", + "expression": "StructureDefinition.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-valueset", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset", + "version": "5.0.0", + "name": "valueset", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A vocabulary binding reference", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "valueset", + "base": [ + "StructureDefinition" + ], + "type": "reference", + "expression": "StructureDefinition.snapshot.element.binding.valueSet", + "processingMode": "normal", + "target": [ + "ValueSet" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context", + "resource": { + "resourceType": "SearchParameter", + "id": "StructureDefinition-ext-context", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context", + "version": "5.0.0", + "name": "ext-context", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "An extension context assigned to the structure definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "ext-context", + "base": [ + "StructureDefinition" + ], + "type": "composite", + "expression": "StructureDefinition.context", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-type", + "expression": "type" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-expression", + "expression": "expression" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Subscription-contact", + "resource": { + "resourceType": "SearchParameter", + "id": "Subscription-contact", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Subscription-contact", + "version": "5.0.0", + "name": "contact", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Contact details for the subscription", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "contact", + "base": [ + "Subscription" + ], + "type": "token", + "expression": "Subscription.contact", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Subscription-content-level", + "resource": { + "resourceType": "SearchParameter", + "id": "Subscription-content-level", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Subscription-content-level", + "version": "5.0.0", + "name": "content-level", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Content level included in notifications", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "content-level", + "base": [ + "Subscription" + ], + "type": "token", + "expression": "Subscription.content", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Subscription-filter-value", + "resource": { + "resourceType": "SearchParameter", + "id": "Subscription-filter-value", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Subscription-filter-value", + "version": "5.0.0", + "name": "filter-value", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Filter value used to narrow notifications", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "filter-value", + "base": [ + "Subscription" + ], + "type": "string", + "expression": "Subscription.filterBy.value", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Subscription-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Subscription-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Subscription-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A subscription identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Subscription" + ], + "type": "token", + "expression": "Subscription.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Subscription-name", + "resource": { + "resourceType": "SearchParameter", + "id": "Subscription-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Subscription-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A human-readable name", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "Subscription" + ], + "type": "string", + "expression": "Subscription.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Subscription-owner", + "resource": { + "resourceType": "SearchParameter", + "id": "Subscription-owner", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Subscription-owner", + "version": "5.0.0", + "name": "owner", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The managing entity", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "owner", + "base": [ + "Subscription" + ], + "type": "reference", + "expression": "Subscription.managingEntity", + "processingMode": "normal", + "target": [ + "HealthcareService", + "CareTeam", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Subscription-payload", + "resource": { + "resourceType": "SearchParameter", + "id": "Subscription-payload", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Subscription-payload", + "version": "5.0.0", + "name": "payload", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The mime-type of notifications", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "payload", + "base": [ + "Subscription" + ], + "type": "token", + "expression": "Subscription.contentType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Subscription-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Subscription-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Subscription-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The current state of the subscription", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Subscription" + ], + "type": "token", + "expression": "Subscription.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Subscription-topic", + "resource": { + "resourceType": "SearchParameter", + "id": "Subscription-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Subscription-topic", + "version": "5.0.0", + "name": "topic", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The canonical topic url that triggers notifications", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "topic", + "base": [ + "Subscription" + ], + "type": "uri", + "expression": "Subscription.topic", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Subscription-type", + "resource": { + "resourceType": "SearchParameter", + "id": "Subscription-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Subscription-type", + "version": "5.0.0", + "name": "type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The type of channel for the sent notifications", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "type", + "base": [ + "Subscription" + ], + "type": "token", + "expression": "Subscription.channelType", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Subscription-url", + "resource": { + "resourceType": "SearchParameter", + "id": "Subscription-url", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Subscription-url", + "version": "5.0.0", + "name": "url", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The uri that will receive the notifications", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "url", + "base": [ + "Subscription" + ], + "type": "uri", + "expression": "Subscription.endpoint", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-derived-or-self", + "resource": { + "resourceType": "SearchParameter", + "id": "SubscriptionTopic-derived-or-self", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-derived-or-self", + "version": "5.0.0", + "name": "derived-or-self", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "A server defined search that matches either the url or derivedFrom", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "derived-or-self", + "base": [ + "SubscriptionTopic" + ], + "type": "uri", + "expression": "SubscriptionTopic.url | SubscriptionTopic.derivedFrom", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-effective", + "resource": { + "resourceType": "SearchParameter", + "id": "SubscriptionTopic-effective", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-effective", + "version": "5.0.0", + "name": "effective", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Effective period", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "effective", + "base": [ + "SubscriptionTopic" + ], + "type": "date", + "expression": "SubscriptionTopic.effectivePeriod", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-event", + "resource": { + "resourceType": "SearchParameter", + "id": "SubscriptionTopic-event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-event", + "version": "5.0.0", + "name": "event", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Event trigger", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "event", + "base": [ + "SubscriptionTopic" + ], + "type": "token", + "expression": "SubscriptionTopic.eventTrigger.event", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-resource", + "resource": { + "resourceType": "SearchParameter", + "id": "SubscriptionTopic-resource", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-resource", + "version": "5.0.0", + "name": "resource", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Allowed resource for this definition", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "resource", + "base": [ + "SubscriptionTopic" + ], + "type": "uri", + "expression": "SubscriptionTopic.resourceTrigger.resource | SubscriptionTopic.eventTrigger.resource | SubscriptionTopic.canFilterBy.resource | SubscriptionTopic.notificationShape.resource", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-trigger-description", + "resource": { + "resourceType": "SearchParameter", + "id": "SubscriptionTopic-trigger-description", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-trigger-description", + "version": "5.0.0", + "name": "trigger-description", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Text representation of the trigger", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "trigger-description", + "base": [ + "SubscriptionTopic" + ], + "type": "string", + "expression": "SubscriptionTopic.resourceTrigger.description", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Substance-category", + "resource": { + "resourceType": "SearchParameter", + "id": "Substance-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Substance-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The category of the substance", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "Substance" + ], + "type": "token", + "expression": "Substance.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Substance-code", + "resource": { + "resourceType": "SearchParameter", + "id": "Substance-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Substance-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The code of the substance or ingredient", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "Substance" + ], + "type": "token", + "expression": "Substance.code.concept | (Substance.ingredient.substance.ofType(CodeableConcept))", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Substance-code-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Substance-code-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Substance-code-reference", + "version": "5.0.0", + "name": "code-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A reference to the defining substance", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code-reference", + "base": [ + "Substance" + ], + "type": "reference", + "expression": "Substance.code.reference", + "processingMode": "normal", + "target": [ + "SubstanceDefinition" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Substance-expiry", + "resource": { + "resourceType": "SearchParameter", + "id": "Substance-expiry", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Substance-expiry", + "version": "5.0.0", + "name": "expiry", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Expiry date of package or container of substance", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "expiry", + "base": [ + "Substance" + ], + "type": "date", + "expression": "Substance.expiry", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Substance-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Substance-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Substance-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Unique identifier for the substance", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Substance" + ], + "type": "token", + "expression": "Substance.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Substance-quantity", + "resource": { + "resourceType": "SearchParameter", + "id": "Substance-quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Substance-quantity", + "version": "5.0.0", + "name": "quantity", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Amount of substance in the package", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "quantity", + "base": [ + "Substance" + ], + "type": "quantity", + "expression": "Substance.quantity", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Substance-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Substance-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Substance-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "active | inactive | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Substance" + ], + "type": "token", + "expression": "Substance.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Substance-substance-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Substance-substance-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Substance-substance-reference", + "version": "5.0.0", + "name": "substance-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "A component of the substance", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "substance-reference", + "base": [ + "Substance" + ], + "type": "reference", + "expression": "(Substance.ingredient.substance.ofType(Reference))", + "processingMode": "normal", + "target": [ + "Substance" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-classification", + "resource": { + "resourceType": "SearchParameter", + "id": "SubstanceDefinition-classification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-classification", + "version": "5.0.0", + "name": "classification", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "High or low level categorization, e.g. polymer vs. nucleic acid or linear vs. branch chain", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "classification", + "base": [ + "SubstanceDefinition" + ], + "type": "token", + "expression": "SubstanceDefinition.classification", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-code", + "resource": { + "resourceType": "SearchParameter", + "id": "SubstanceDefinition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-code", + "version": "5.0.0", + "name": "code", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The specific code", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "SubstanceDefinition" + ], + "type": "token", + "expression": "SubstanceDefinition.code.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-domain", + "resource": { + "resourceType": "SearchParameter", + "id": "SubstanceDefinition-domain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-domain", + "version": "5.0.0", + "name": "domain", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "If the substance applies to only human or veterinary use", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "domain", + "base": [ + "SubstanceDefinition" + ], + "type": "token", + "expression": "SubstanceDefinition.domain", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "SubstanceDefinition-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "Identifier by which this substance is known", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "SubstanceDefinition" + ], + "type": "token", + "expression": "SubstanceDefinition.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-name", + "resource": { + "resourceType": "SearchParameter", + "id": "SubstanceDefinition-name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-name", + "version": "5.0.0", + "name": "name", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm" + } + ] + } + ], + "description": "The actual name", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "name", + "base": [ + "SubstanceDefinition" + ], + "type": "string", + "expression": "SubstanceDefinition.name.name", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-receiver", + "resource": { + "resourceType": "SearchParameter", + "id": "SupplyDelivery-receiver", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-receiver", + "version": "5.0.0", + "name": "receiver", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who collected the Supply", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "receiver", + "base": [ + "SupplyDelivery" + ], + "type": "reference", + "expression": "SupplyDelivery.receiver", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-status", + "resource": { + "resourceType": "SearchParameter", + "id": "SupplyDelivery-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "in-progress | completed | abandoned | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "SupplyDelivery" + ], + "type": "token", + "expression": "SupplyDelivery.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-supplier", + "resource": { + "resourceType": "SearchParameter", + "id": "SupplyDelivery-supplier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-supplier", + "version": "5.0.0", + "name": "supplier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Dispenser", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "supplier", + "base": [ + "SupplyDelivery" + ], + "type": "reference", + "expression": "SupplyDelivery.supplier", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SupplyRequest-category", + "resource": { + "resourceType": "SearchParameter", + "id": "SupplyRequest-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-category", + "version": "5.0.0", + "name": "category", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The kind of supply (central, non-stock, etc.)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "category", + "base": [ + "SupplyRequest" + ], + "type": "token", + "expression": "SupplyRequest.category", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SupplyRequest-requester", + "resource": { + "resourceType": "SearchParameter", + "id": "SupplyRequest-requester", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-requester", + "version": "5.0.0", + "name": "requester", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Individual making the request", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requester", + "base": [ + "SupplyRequest" + ], + "type": "reference", + "expression": "SupplyRequest.requester", + "processingMode": "normal", + "target": [ + "Organization", + "Device", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SupplyRequest-status", + "resource": { + "resourceType": "SearchParameter", + "id": "SupplyRequest-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "draft | active | suspended +", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "SupplyRequest" + ], + "type": "token", + "expression": "SupplyRequest.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SupplyRequest-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "SupplyRequest-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The destination of the supply", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "SupplyRequest" + ], + "type": "reference", + "expression": "SupplyRequest.deliverTo", + "processingMode": "normal", + "target": [ + "Organization", + "RelatedPerson", + "Location", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier", + "resource": { + "resourceType": "SearchParameter", + "id": "SupplyRequest-supplier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier", + "version": "5.0.0", + "name": "supplier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who is intended to fulfill the request", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "supplier", + "base": [ + "SupplyRequest" + ], + "type": "reference", + "expression": "SupplyRequest.supplier", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-actor", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-actor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-actor", + "version": "5.0.0", + "name": "actor", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by specific performer.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "actor", + "base": [ + "Task" + ], + "type": "reference", + "expression": "Task.performer.actor", + "processingMode": "normal", + "target": [ + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-authored-on", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-authored-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-authored-on", + "version": "5.0.0", + "name": "authored-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by creation date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "authored-on", + "base": [ + "Task" + ], + "type": "date", + "expression": "Task.authoredOn", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-based-on", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-based-on", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-based-on", + "version": "5.0.0", + "name": "based-on", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by requests this task is based on", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "based-on", + "base": [ + "Task" + ], + "type": "reference", + "expression": "Task.basedOn", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-business-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-business-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-business-status", + "version": "5.0.0", + "name": "business-status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by business status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "business-status", + "base": [ + "Task" + ], + "type": "token", + "expression": "Task.businessStatus", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-focus", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-focus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-focus", + "version": "5.0.0", + "name": "focus", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by task focus", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "focus", + "base": [ + "Task" + ], + "type": "reference", + "expression": "Task.focus", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-group-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-group-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-group-identifier", + "version": "5.0.0", + "name": "group-identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by group identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "group-identifier", + "base": [ + "Task" + ], + "type": "token", + "expression": "Task.groupIdentifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-intent", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-intent", + "version": "5.0.0", + "name": "intent", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by task intent", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "intent", + "base": [ + "Task" + ], + "type": "token", + "expression": "Task.intent", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-modified", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-modified", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-modified", + "version": "5.0.0", + "name": "modified", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by last modification date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "modified", + "base": [ + "Task" + ], + "type": "date", + "expression": "Task.lastModified", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-output", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-output", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-output", + "version": "5.0.0", + "name": "output", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by task output", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "output", + "base": [ + "Task" + ], + "type": "reference", + "expression": "Task.output.value.ofType(Reference)", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-owner", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-owner", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-owner", + "version": "5.0.0", + "name": "owner", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by task owner", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "owner", + "base": [ + "Task" + ], + "type": "reference", + "expression": "Task.owner", + "processingMode": "normal", + "target": [ + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-part-of", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-part-of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-part-of", + "version": "5.0.0", + "name": "part-of", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by task this task is part of", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "part-of", + "base": [ + "Task" + ], + "type": "reference", + "expression": "Task.partOf", + "processingMode": "normal", + "target": [ + "Task" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-performer", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-performer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-performer", + "version": "5.0.0", + "name": "performer", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by recommended type of performer (e.g., Requester, Performer, Scheduler).", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "performer", + "base": [ + "Task" + ], + "type": "token", + "expression": "Task.requestedPerformer.concept", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-period", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-period", + "version": "5.0.0", + "name": "period", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by period Task is/was underway", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "period", + "base": [ + "Task" + ], + "type": "date", + "expression": "Task.executionPeriod", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-priority", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-priority", + "version": "5.0.0", + "name": "priority", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by task priority", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "priority", + "base": [ + "Task" + ], + "type": "token", + "expression": "Task.priority", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-requestedperformer-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-requestedperformer-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-requestedperformer-reference", + "version": "5.0.0", + "name": "requestedperformer-reference", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by specific requested performer.", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requestedperformer-reference", + "base": [ + "Task" + ], + "type": "reference", + "expression": "Task.requestedPerformer.reference", + "processingMode": "normal", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-requester", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-requester", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-requester", + "version": "5.0.0", + "name": "requester", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by task requester", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "requester", + "base": [ + "Task" + ], + "type": "reference", + "expression": "Task.requester", + "processingMode": "normal", + "target": [ + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by task status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Task" + ], + "type": "token", + "expression": "Task.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Task-subject", + "resource": { + "resourceType": "SearchParameter", + "id": "Task-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Task-subject", + "version": "5.0.0", + "name": "subject", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Search by subject", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "subject", + "base": [ + "Task" + ], + "type": "reference", + "expression": "Task.for", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestPlan-scope", + "resource": { + "resourceType": "SearchParameter", + "id": "TestPlan-scope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestPlan-scope", + "version": "5.0.0", + "name": "scope", + "status": "draft", + "experimental": true, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The scope that is to be tested with this test plan", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "scope", + "base": [ + "TestPlan" + ], + "type": "reference", + "expression": "TestPlan.scope", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestReport-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "TestReport-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestReport-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "An external identifier for the test report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "TestReport" + ], + "type": "token", + "expression": "TestReport.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestReport-issued", + "resource": { + "resourceType": "SearchParameter", + "id": "TestReport-issued", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestReport-issued", + "version": "5.0.0", + "name": "issued", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The test report generation date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "issued", + "base": [ + "TestReport" + ], + "type": "date", + "expression": "TestReport.issued", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestReport-participant", + "resource": { + "resourceType": "SearchParameter", + "id": "TestReport-participant", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestReport-participant", + "version": "5.0.0", + "name": "participant", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The reference to a participant in the test execution", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "participant", + "base": [ + "TestReport" + ], + "type": "uri", + "expression": "TestReport.participant.uri", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestReport-result", + "resource": { + "resourceType": "SearchParameter", + "id": "TestReport-result", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestReport-result", + "version": "5.0.0", + "name": "result", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The result disposition of the test execution", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "result", + "base": [ + "TestReport" + ], + "type": "token", + "expression": "TestReport.result", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestReport-status", + "resource": { + "resourceType": "SearchParameter", + "id": "TestReport-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestReport-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The current status of the test report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "TestReport" + ], + "type": "token", + "expression": "TestReport.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestReport-tester", + "resource": { + "resourceType": "SearchParameter", + "id": "TestReport-tester", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestReport-tester", + "version": "5.0.0", + "name": "tester", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The name of the testing organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "tester", + "base": [ + "TestReport" + ], + "type": "string", + "expression": "TestReport.tester", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestReport-testscript", + "resource": { + "resourceType": "SearchParameter", + "id": "TestReport-testscript", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestReport-testscript", + "version": "5.0.0", + "name": "testscript", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The test script executed to produce this report", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "testscript", + "base": [ + "TestReport" + ], + "type": "reference", + "expression": "TestReport.testScript", + "processingMode": "normal", + "target": [ + "TestScript" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact", + "resource": { + "resourceType": "SearchParameter", + "id": "TestScript-scope-artifact", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact", + "version": "5.0.0", + "name": "scope-artifact", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The artifact under test", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "scope-artifact", + "base": [ + "TestScript" + ], + "type": "reference", + "expression": "TestScript.scope.artifact", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability", + "resource": { + "resourceType": "SearchParameter", + "id": "TestScript-testscript-capability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability", + "version": "5.0.0", + "name": "testscript-capability", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "TestScript required and validated capability", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "testscript-capability", + "base": [ + "TestScript" + ], + "type": "string", + "expression": "TestScript.metadata.capability.description", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-conformance", + "resource": { + "resourceType": "SearchParameter", + "id": "TestScript-scope-artifact-conformance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-conformance", + "version": "5.0.0", + "name": "scope-artifact-conformance", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The artifact under test and conformance testing expectation", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "scope-artifact-conformance", + "base": [ + "TestScript" + ], + "type": "composite", + "expression": "TestScript.scope", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-artifact", + "expression": "artifact" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-conformance", + "expression": "conformance.ofType(CodeableConcept)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-phase", + "resource": { + "resourceType": "SearchParameter", + "id": "TestScript-scope-artifact-phase", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-phase", + "version": "5.0.0", + "name": "scope-artifact-phase", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "The artifact under test and phase of testing", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "scope-artifact-phase", + "base": [ + "TestScript" + ], + "type": "composite", + "expression": "TestScript.scope", + "processingMode": "normal", + "multipleOr": false, + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-artifact", + "expression": "artifact" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-phase", + "expression": "phase.ofType(CodeableConcept)" + } + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Transport-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Transport-identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Transport-identifier", + "version": "5.0.0", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "External identifier", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "identifier", + "base": [ + "Transport" + ], + "type": "token", + "expression": "Transport.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Transport-status", + "resource": { + "resourceType": "SearchParameter", + "id": "Transport-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Transport-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "in-progress | completed | entered-in-error", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "Transport" + ], + "type": "token", + "expression": "Transport.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ValueSet-code", + "resource": { + "resourceType": "SearchParameter", + "id": "ValueSet-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ValueSet-code", + "version": "5.0.0", + "name": "code", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "This special parameter searches for codes in the value set. See additional notes on the ValueSet resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "code", + "base": [ + "ValueSet" + ], + "type": "token", + "expression": "ValueSet.expansion.contains.code | ValueSet.compose.include.concept.code", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ValueSet-expansion", + "resource": { + "resourceType": "SearchParameter", + "id": "ValueSet-expansion", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ValueSet-expansion", + "version": "5.0.0", + "name": "expansion", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "Identifies the value set expansion (business identifier)", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "expansion", + "base": [ + "ValueSet" + ], + "type": "uri", + "expression": "ValueSet.expansion.identifier", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/ValueSet-reference", + "resource": { + "resourceType": "SearchParameter", + "id": "ValueSet-reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/ValueSet-reference", + "version": "5.0.0", + "name": "reference", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm" + } + ] + } + ], + "description": "A code system included or excluded in the value set or an imported value set", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "reference", + "base": [ + "ValueSet" + ], + "type": "uri", + "expression": "ValueSet.compose.include.system", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-method", + "resource": { + "resourceType": "SearchParameter", + "id": "VerificationResult-attestation-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-method", + "version": "5.0.0", + "name": "attestation-method", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Select validation information for data that was attested to using the specified method", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "attestation-method", + "base": [ + "VerificationResult" + ], + "type": "token", + "expression": "VerificationResult.attestation.communicationMethod", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-onbehalfof", + "resource": { + "resourceType": "SearchParameter", + "id": "VerificationResult-attestation-onbehalfof", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-onbehalfof", + "version": "5.0.0", + "name": "attestation-onbehalfof", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Select validation information for data that was attested to on behalf of the specified source", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "attestation-onbehalfof", + "base": [ + "VerificationResult" + ], + "type": "reference", + "expression": "VerificationResult.attestation.onBehalfOf", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-who", + "resource": { + "resourceType": "SearchParameter", + "id": "VerificationResult-attestation-who", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-who", + "version": "5.0.0", + "name": "attestation-who", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Select validation information for data that was attested to by the specified source", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "attestation-who", + "base": [ + "VerificationResult" + ], + "type": "reference", + "expression": "VerificationResult.attestation.who", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-date", + "resource": { + "resourceType": "SearchParameter", + "id": "VerificationResult-primarysource-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-date", + "version": "5.0.0", + "name": "primarysource-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Select validation information for data that was validated against a primary source on the specified date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "primarysource-date", + "base": [ + "VerificationResult" + ], + "type": "date", + "expression": "VerificationResult.primarySource.validationDate", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-type", + "resource": { + "resourceType": "SearchParameter", + "id": "VerificationResult-primarysource-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-type", + "version": "5.0.0", + "name": "primarysource-type", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Select validation information for data that was validated against the specified type of primary source organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "primarysource-type", + "base": [ + "VerificationResult" + ], + "type": "token", + "expression": "VerificationResult.primarySource.type", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-who", + "resource": { + "resourceType": "SearchParameter", + "id": "VerificationResult-primarysource-who", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-who", + "version": "5.0.0", + "name": "primarysource-who", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Select validation information for data that was validated against the specified primary source", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "primarysource-who", + "base": [ + "VerificationResult" + ], + "type": "reference", + "expression": "VerificationResult.primarySource.who", + "processingMode": "normal", + "target": [ + "Organization", + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VerificationResult-status", + "resource": { + "resourceType": "SearchParameter", + "id": "VerificationResult-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Select validation information with the specified status", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "VerificationResult" + ], + "type": "token", + "expression": "VerificationResult.status", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VerificationResult-status-date", + "resource": { + "resourceType": "SearchParameter", + "id": "VerificationResult-status-date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-status-date", + "version": "5.0.0", + "name": "status-date", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Select validation information with a validation status that occurred at the specified date/time", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status-date", + "base": [ + "VerificationResult" + ], + "type": "date", + "expression": "VerificationResult.statusDate", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VerificationResult-target", + "resource": { + "resourceType": "SearchParameter", + "id": "VerificationResult-target", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-target", + "version": "5.0.0", + "name": "target", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "A resource that was validated", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "target", + "base": [ + "VerificationResult" + ], + "type": "reference", + "expression": "VerificationResult.target", + "processingMode": "normal", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VerificationResult-validator-organization", + "resource": { + "resourceType": "SearchParameter", + "id": "VerificationResult-validator-organization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-validator-organization", + "version": "5.0.0", + "name": "validator-organization", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "Select validation information for data that was validated by the specified organization", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "validator-organization", + "base": [ + "VerificationResult" + ], + "type": "reference", + "expression": "VerificationResult.validator.organization", + "processingMode": "normal", + "target": [ + "Organization" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VisionPrescription-datewritten", + "resource": { + "resourceType": "SearchParameter", + "id": "VisionPrescription-datewritten", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VisionPrescription-datewritten", + "version": "5.0.0", + "name": "datewritten", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Return prescriptions written on this date", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "datewritten", + "base": [ + "VisionPrescription" + ], + "type": "date", + "expression": "VisionPrescription.dateWritten", + "processingMode": "normal", + "comparator": [ + "eq", + "ne", + "gt", + "ge", + "lt", + "le", + "sa", + "eb", + "ap" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VisionPrescription-prescriber", + "resource": { + "resourceType": "SearchParameter", + "id": "VisionPrescription-prescriber", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VisionPrescription-prescriber", + "version": "5.0.0", + "name": "prescriber", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "Who authorized the vision prescription", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "prescriber", + "base": [ + "VisionPrescription" + ], + "type": "reference", + "expression": "VisionPrescription.prescriber", + "processingMode": "normal", + "target": [ + "PractitionerRole", + "Practitioner" + ] + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/VisionPrescription-status", + "resource": { + "resourceType": "SearchParameter", + "id": "VisionPrescription-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/VisionPrescription-status", + "version": "5.0.0", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "The status of the vision prescription", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "status", + "base": [ + "VisionPrescription" + ], + "type": "token", + "expression": "VisionPrescription.status", + "processingMode": "normal" + } + } + ] } diff --git a/src/Microsoft.Health.Fhir.Core/Data/R5/unsupported-search-parameters.json b/src/Microsoft.Health.Fhir.Core/Data/R5/unsupported-search-parameters.json index f98d600f17..027f895b78 100644 --- a/src/Microsoft.Health.Fhir.Core/Data/R5/unsupported-search-parameters.json +++ b/src/Microsoft.Health.Fhir.Core/Data/R5/unsupported-search-parameters.json @@ -1,94 +1,66 @@ { "Unsupported": [ - "http://hl7.org/fhir/SearchParameter/ActivityDefinition-composed-of", - "http://hl7.org/fhir/SearchParameter/ActivityDefinition-derived-from", - "http://hl7.org/fhir/SearchParameter/ActivityDefinition-successor", - "http://hl7.org/fhir/SearchParameter/ActivityDefinition-depends-on", - "http://hl7.org/fhir/SearchParameter/ActivityDefinition-predecessor", "http://hl7.org/fhir/SearchParameter/Bundle-message", "http://hl7.org/fhir/SearchParameter/Bundle-composition", "http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide", "http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile", "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile", - "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-guide", - "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-supported-profile", - "http://hl7.org/fhir/SearchParameter/CapabilityStatement2-resource-profile", "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-canonical", + "http://hl7.org/fhir/SearchParameter/CareTeam-name", "http://hl7.org/fhir/SearchParameter/CodeSystem-supplements", "http://hl7.org/fhir/SearchParameter/Communication-instantiates-canonical", - "http://hl7.org/fhir/SearchParameter/ConceptMap-other", - "http://hl7.org/fhir/SearchParameter/ConceptMap-source", - "http://hl7.org/fhir/SearchParameter/ConceptMap-target", - "http://hl7.org/fhir/SearchParameter/ConceptMap2-other", - "http://hl7.org/fhir/SearchParameter/ConceptMap2-source", - "http://hl7.org/fhir/SearchParameter/ConceptMap2-target", + "http://hl7.org/fhir/SearchParameter/Composition-section-code-text", + "http://hl7.org/fhir/SearchParameter/Composition-section-text", + "http://hl7.org/fhir/SearchParameter/ConceptMap-other-map", + "http://hl7.org/fhir/SearchParameter/ConceptMap-source-scope", + "http://hl7.org/fhir/SearchParameter/ConceptMap-target-scope", "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-canonical", + "http://hl7.org/fhir/SearchParameter/DocumentReference-format-canonical", "http://hl7.org/fhir/SearchParameter/Encounter-length", - "http://hl7.org/fhir/SearchParameter/EventDefinition-depends-on", - "http://hl7.org/fhir/SearchParameter/EventDefinition-composed-of", - "http://hl7.org/fhir/SearchParameter/EventDefinition-derived-from", - "http://hl7.org/fhir/SearchParameter/EventDefinition-successor", - "http://hl7.org/fhir/SearchParameter/EventDefinition-predecessor", - "http://hl7.org/fhir/SearchParameter/EvidenceVariable-depends-on", - "http://hl7.org/fhir/SearchParameter/EvidenceVariable-composed-of", - "http://hl7.org/fhir/SearchParameter/EvidenceVariable-derived-from", - "http://hl7.org/fhir/SearchParameter/EvidenceVariable-successor", - "http://hl7.org/fhir/SearchParameter/EvidenceVariable-predecessor", "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-canonical", "http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on", "http://hl7.org/fhir/SearchParameter/ImplementationGuide-global", "http://hl7.org/fhir/SearchParameter/Ingredient-manufacturer", - "http://hl7.org/fhir/SearchParameter/Library-depends-on", - "http://hl7.org/fhir/SearchParameter/Library-composed-of", - "http://hl7.org/fhir/SearchParameter/Library-derived-from", - "http://hl7.org/fhir/SearchParameter/Library-successor", - "http://hl7.org/fhir/SearchParameter/Library-predecessor", + "http://hl7.org/fhir/SearchParameter/Location-contains", "http://hl7.org/fhir/SearchParameter/Location-near", - "http://hl7.org/fhir/SearchParameter/Measure-depends-on", - "http://hl7.org/fhir/SearchParameter/Measure-composed-of", - "http://hl7.org/fhir/SearchParameter/Measure-derived-from", - "http://hl7.org/fhir/SearchParameter/Measure-successor", - "http://hl7.org/fhir/SearchParameter/Measure-predecessor", "http://hl7.org/fhir/SearchParameter/MeasureReport-measure", - "http://hl7.org/fhir/SearchParameter/MedicationUsage-adherence", + "http://hl7.org/fhir/SearchParameter/MetadataResource-composed-of", + "http://hl7.org/fhir/SearchParameter/MetadataResource-depends-on", + "http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from", + "http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor", + "http://hl7.org/fhir/SearchParameter/MetadataResource-successor", "http://hl7.org/fhir/SearchParameter/MessageDefinition-parent", - "http://hl7.org/fhir/SearchParameter/NutritionOrder-instantiates-canonical", "http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile", "http://hl7.org/fhir/SearchParameter/OperationDefinition-base", "http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile", - "http://hl7.org/fhir/SearchParameter/PlanDefinition-depends-on", - "http://hl7.org/fhir/SearchParameter/PlanDefinition-composed-of", - "http://hl7.org/fhir/SearchParameter/PlanDefinition-derived-from", - "http://hl7.org/fhir/SearchParameter/PlanDefinition-successor", - "http://hl7.org/fhir/SearchParameter/PlanDefinition-predecessor", "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-canonical", "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire", - "http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-canonical", - "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus", + "http://hl7.org/fhir/SearchParameter/RequestOrchestration-instantiates-canonical", + "http://hl7.org/fhir/SearchParameter/RequestOrchestration-participant", + "http://hl7.org/fhir/SearchParameter/Requirements-actor", + "http://hl7.org/fhir/SearchParameter/Requirements-derived-from", + "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-code", "http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from", "http://hl7.org/fhir/SearchParameter/SearchParameter-component", "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-canonical", "http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset", "http://hl7.org/fhir/SearchParameter/StructureDefinition-base", "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context", - "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact" + "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact", + "http://hl7.org/fhir/SearchParameter/TestReport-testscript" ], "PartialSupport": [ - "http://hl7.org/fhir/SearchParameter/AdverseEvent-date", - "http://hl7.org/fhir/SearchParameter/clinical-date", - "http://hl7.org/fhir/SearchParameter/CarePlan-activity-scheduled-date", "http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence", + "http://hl7.org/fhir/SearchParameter/clinical-date", "http://hl7.org/fhir/SearchParameter/Condition-onset-age", "http://hl7.org/fhir/SearchParameter/Condition-abatement-age", "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic", - "http://hl7.org/fhir/SearchParameter/MessageDefinition-event", "http://hl7.org/fhir/SearchParameter/MessageHeader-event", "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity", "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", "http://hl7.org/fhir/SearchParameter/Patient-deceased", "http://hl7.org/fhir/SearchParameter/Person-deceased", - "http://hl7.org/fhir/SearchParameter/PlanDefinition-definition", "http://hl7.org/fhir/SearchParameter/Practitioner-deceased", "http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence" ] diff --git a/src/Microsoft.Health.Fhir.Core/Features/Search/Converters/CanonicalToReferenceSearchValueConverter.cs b/src/Microsoft.Health.Fhir.Core/Features/Search/Converters/CanonicalToReferenceSearchValueConverter.cs new file mode 100644 index 0000000000..125e5e0153 --- /dev/null +++ b/src/Microsoft.Health.Fhir.Core/Features/Search/Converters/CanonicalToReferenceSearchValueConverter.cs @@ -0,0 +1,36 @@ +// ------------------------------------------------------------------------------------------------- +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. +// ------------------------------------------------------------------------------------------------- + +using System.Collections.Generic; +using EnsureThat; +using Hl7.Fhir.ElementModel; +using Microsoft.Health.Fhir.Core.Features.Search.SearchValues; + +namespace Microsoft.Health.Fhir.Core.Features.Search.Converters +{ + public class CanonicalToReferenceSearchValueConverter : FhirTypedElementToSearchValueConverter + { + private readonly IReferenceSearchValueParser _referenceSearchValueParser; + + public CanonicalToReferenceSearchValueConverter(IReferenceSearchValueParser referenceSearchValueParser) + : base("canonical") + { + EnsureArg.IsNotNull(referenceSearchValueParser, nameof(referenceSearchValueParser)); + + _referenceSearchValueParser = referenceSearchValueParser; + } + + protected override IEnumerable Convert(ITypedElement value) + { + var uri = value?.Value as string; + if (string.IsNullOrEmpty(uri)) + { + yield break; + } + + yield return _referenceSearchValueParser.Parse(uri); + } + } +} diff --git a/src/Microsoft.Health.Fhir.Core/Features/Search/Converters/IdToReferenceSearchValueConverter.cs b/src/Microsoft.Health.Fhir.Core/Features/Search/Converters/IdToReferenceSearchValueConverter.cs new file mode 100644 index 0000000000..0abaf8b407 --- /dev/null +++ b/src/Microsoft.Health.Fhir.Core/Features/Search/Converters/IdToReferenceSearchValueConverter.cs @@ -0,0 +1,38 @@ +// ------------------------------------------------------------------------------------------------- +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. +// ------------------------------------------------------------------------------------------------- + +using System; +using System.Collections.Generic; +using EnsureThat; +using Hl7.Fhir.ElementModel; +using Hl7.FhirPath; +using Microsoft.Health.Fhir.Core.Features.Search.SearchValues; + +namespace Microsoft.Health.Fhir.Core.Features.Search.Converters +{ + public class IdToReferenceSearchValueConverter : FhirTypedElementToSearchValueConverter + { + private readonly IReferenceSearchValueParser _referenceSearchValueParser; + + public IdToReferenceSearchValueConverter(IReferenceSearchValueParser referenceSearchValueParser) + : base("id") + { + EnsureArg.IsNotNull(referenceSearchValueParser, nameof(referenceSearchValueParser)); + + _referenceSearchValueParser = referenceSearchValueParser; + } + + protected override IEnumerable Convert(ITypedElement value) + { + var id = value?.Value as string; + if (id == null) + { + yield break; + } + + yield return _referenceSearchValueParser.Parse(id); + } + } +} diff --git a/src/Microsoft.Health.Fhir.Core/Features/Search/Converters/IdentifierToStringSearchValueConverter.cs b/src/Microsoft.Health.Fhir.Core/Features/Search/Converters/IdentifierToStringSearchValueConverter.cs new file mode 100644 index 0000000000..cce155d81d --- /dev/null +++ b/src/Microsoft.Health.Fhir.Core/Features/Search/Converters/IdentifierToStringSearchValueConverter.cs @@ -0,0 +1,31 @@ +// ------------------------------------------------------------------------------------------------- +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. +// ------------------------------------------------------------------------------------------------- + +using System.Collections.Generic; +using Hl7.Fhir.ElementModel; +using Hl7.FhirPath; +using Microsoft.Health.Fhir.Core.Features.Search.SearchValues; + +namespace Microsoft.Health.Fhir.Core.Features.Search.Converters +{ + public class IdentifierToStringSearchValueConverter : FhirTypedElementToSearchValueConverter + { + public IdentifierToStringSearchValueConverter() + : base("Identifier") + { + } + + protected override IEnumerable Convert(ITypedElement value) + { + var identifier = value?.Value as string; + if (!string.IsNullOrEmpty(identifier)) + { + yield break; + } + + yield return new StringSearchValue(identifier); + } + } +} diff --git a/src/Microsoft.Health.Fhir.Core/Features/Search/LightweightReferenceToElementResolver.cs b/src/Microsoft.Health.Fhir.Core/Features/Search/LightweightReferenceToElementResolver.cs index a2d473a3a5..1d685593e6 100644 --- a/src/Microsoft.Health.Fhir.Core/Features/Search/LightweightReferenceToElementResolver.cs +++ b/src/Microsoft.Health.Fhir.Core/Features/Search/LightweightReferenceToElementResolver.cs @@ -44,7 +44,7 @@ public ITypedElement Resolve(string reference) ReferenceSearchValue parsed = _referenceParser.Parse(reference); - if (parsed == null || !_modelInfoProvider.IsKnownResource(parsed.ResourceType)) + if (parsed?.ResourceType == null || !_modelInfoProvider.IsKnownResource(parsed.ResourceType)) { return null; } diff --git a/src/Microsoft.Health.Fhir.Core/Microsoft.Health.Fhir.Core.csproj b/src/Microsoft.Health.Fhir.Core/Microsoft.Health.Fhir.Core.csproj index 92c4fd000f..7784c00274 100644 --- a/src/Microsoft.Health.Fhir.Core/Microsoft.Health.Fhir.Core.csproj +++ b/src/Microsoft.Health.Fhir.Core/Microsoft.Health.Fhir.Core.csproj @@ -50,11 +50,9 @@ + - - - diff --git a/src/Microsoft.Health.Fhir.Core/Models/KnownResourceTypes.cs b/src/Microsoft.Health.Fhir.Core/Models/KnownResourceTypes.cs index 2a2708c938..0e3df5b793 100644 --- a/src/Microsoft.Health.Fhir.Core/Models/KnownResourceTypes.cs +++ b/src/Microsoft.Health.Fhir.Core/Models/KnownResourceTypes.cs @@ -55,6 +55,8 @@ public static class KnownResourceTypes public const string SearchParameter = "SearchParameter"; + public const string StructureDefinition = "StructureDefinition"; + public const string Patient = "Patient"; public const string ValueSet = "ValueSet"; diff --git a/src/Microsoft.Health.Fhir.R4.Api/Microsoft.Health.Fhir.R4.Api.csproj b/src/Microsoft.Health.Fhir.R4.Api/Microsoft.Health.Fhir.R4.Api.csproj index 7cfd310fde..7f1a8335e2 100644 --- a/src/Microsoft.Health.Fhir.R4.Api/Microsoft.Health.Fhir.R4.Api.csproj +++ b/src/Microsoft.Health.Fhir.R4.Api/Microsoft.Health.Fhir.R4.Api.csproj @@ -13,6 +13,7 @@ + diff --git a/src/Microsoft.Health.Fhir.R4.Core/Microsoft.Health.Fhir.R4.Core.csproj b/src/Microsoft.Health.Fhir.R4.Core/Microsoft.Health.Fhir.R4.Core.csproj index 26cf80fe53..1c59f0776f 100644 --- a/src/Microsoft.Health.Fhir.R4.Core/Microsoft.Health.Fhir.R4.Core.csproj +++ b/src/Microsoft.Health.Fhir.R4.Core/Microsoft.Health.Fhir.R4.Core.csproj @@ -14,12 +14,12 @@ - + diff --git a/src/Microsoft.Health.Fhir.R4B.Api/Microsoft.Health.Fhir.R4B.Api.csproj b/src/Microsoft.Health.Fhir.R4B.Api/Microsoft.Health.Fhir.R4B.Api.csproj index 4420510f40..0a7008abe5 100644 --- a/src/Microsoft.Health.Fhir.R4B.Api/Microsoft.Health.Fhir.R4B.Api.csproj +++ b/src/Microsoft.Health.Fhir.R4B.Api/Microsoft.Health.Fhir.R4B.Api.csproj @@ -10,6 +10,7 @@ + diff --git a/src/Microsoft.Health.Fhir.R4B.Core/Microsoft.Health.Fhir.R4B.Core.csproj b/src/Microsoft.Health.Fhir.R4B.Core/Microsoft.Health.Fhir.R4B.Core.csproj index e2f63147aa..88695880a5 100644 --- a/src/Microsoft.Health.Fhir.R4B.Core/Microsoft.Health.Fhir.R4B.Core.csproj +++ b/src/Microsoft.Health.Fhir.R4B.Core/Microsoft.Health.Fhir.R4B.Core.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Microsoft.Health.Fhir.R5.Api/Microsoft.Health.Fhir.R5.Api.csproj b/src/Microsoft.Health.Fhir.R5.Api/Microsoft.Health.Fhir.R5.Api.csproj index e6d5a7e5d6..dfe2f3e927 100644 --- a/src/Microsoft.Health.Fhir.R5.Api/Microsoft.Health.Fhir.R5.Api.csproj +++ b/src/Microsoft.Health.Fhir.R5.Api/Microsoft.Health.Fhir.R5.Api.csproj @@ -10,6 +10,7 @@ + diff --git a/src/Microsoft.Health.Fhir.R5.Core.UnitTests/Features/Search/Converters/MoneyToQuantitySearchValueConverterTests.cs b/src/Microsoft.Health.Fhir.R5.Core.UnitTests/Features/Search/Converters/MoneyToQuantitySearchValueConverterTests.cs index aea8f00147..6f2bc24c2d 100644 --- a/src/Microsoft.Health.Fhir.R5.Core.UnitTests/Features/Search/Converters/MoneyToQuantitySearchValueConverterTests.cs +++ b/src/Microsoft.Health.Fhir.R5.Core.UnitTests/Features/Search/Converters/MoneyToQuantitySearchValueConverterTests.cs @@ -29,7 +29,7 @@ public async Task GivenMoneyWithNoValue_WhenConverted_ThenNoSearchValueShouldBeC public async Task GivenMoneyWithValueAndCurrency_WhenConverted_ThenAQuantityValueShouldBeCreated() { const decimal value = 480; - const Money.Currencies currency = Money.Currencies.USD; + const Currencies currency = Currencies.USD; await Test( m => diff --git a/src/Microsoft.Health.Fhir.R5.Core.UnitTests/Operations/Versions/VersionSpecificTests.cs b/src/Microsoft.Health.Fhir.R5.Core.UnitTests/Operations/Versions/VersionSpecificTests.cs index 51e8743dfe..f348d90dab 100644 --- a/src/Microsoft.Health.Fhir.R5.Core.UnitTests/Operations/Versions/VersionSpecificTests.cs +++ b/src/Microsoft.Health.Fhir.R5.Core.UnitTests/Operations/Versions/VersionSpecificTests.cs @@ -30,7 +30,7 @@ public void GivenR5Server_WhenSupportedVersionIsRequested_ThenCorrectVersionShou { var version = _provider.SupportedVersion.ToString(); - Assert.Equal("5.0.0-snapshot1", version); + Assert.Equal("5.0.0", version); } } } diff --git a/src/Microsoft.Health.Fhir.R5.Core/Extensions/ResourceTypeExtensions.cs b/src/Microsoft.Health.Fhir.R5.Core/Extensions/ResourceTypeExtensions.cs new file mode 100644 index 0000000000..542dab1d51 --- /dev/null +++ b/src/Microsoft.Health.Fhir.R5.Core/Extensions/ResourceTypeExtensions.cs @@ -0,0 +1,33 @@ +// ------------------------------------------------------------------------------------------------- +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. +// ------------------------------------------------------------------------------------------------- + +using System; +using Hl7.Fhir.Model; + +namespace Microsoft.Health.Fhir.R5.Core.Extensions +{ + public static class ResourceTypeExtensions + { + public static ResourceType? ToResourceType(this VersionIndependentResourceTypesAll? resourceType) + { + if (Enum.TryParse(resourceType?.ToString(), out var value)) + { + return value; + } + + return null; + } + + public static VersionIndependentResourceTypesAll? ToVersionIndependentResourceTypesAll(this ResourceType? resourceType) + { + if (Enum.TryParse(resourceType?.ToString(), out var value)) + { + return value; + } + + return null; + } + } +} diff --git a/src/Microsoft.Health.Fhir.R5.Core/Microsoft.Health.Fhir.R5.Core.csproj b/src/Microsoft.Health.Fhir.R5.Core/Microsoft.Health.Fhir.R5.Core.csproj index 4f34987221..0f67b2f304 100644 --- a/src/Microsoft.Health.Fhir.R5.Core/Microsoft.Health.Fhir.R5.Core.csproj +++ b/src/Microsoft.Health.Fhir.R5.Core/Microsoft.Health.Fhir.R5.Core.csproj @@ -18,7 +18,7 @@ - +
diff --git a/src/Microsoft.Health.Fhir.Shared.Api.UnitTests/Features/Routing/ResourceTypesRouteConstraintTests.cs b/src/Microsoft.Health.Fhir.Shared.Api.UnitTests/Features/Routing/ResourceTypesRouteConstraintTests.cs index d15c8ff44f..6a50065fa3 100644 --- a/src/Microsoft.Health.Fhir.Shared.Api.UnitTests/Features/Routing/ResourceTypesRouteConstraintTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Api.UnitTests/Features/Routing/ResourceTypesRouteConstraintTests.cs @@ -30,15 +30,6 @@ public async Task GivenAValidModelGetRequest_WhenRouting_ThenConstraintIsPassed( Assert.Equal("Observation", data.Values[KnownActionParameterNames.ResourceType]); } - [Fact] - public async Task GivenAValidModelGetRequestWithLowerCase_WhenRouting_ThenConstraintDoesNotAcceptLower() - { - var data = await GetRouteData(HttpMethods.Get, "/observation/123"); - - Assert.Empty(data.Routers); - Assert.False(data.Values.ContainsKey(KnownActionParameterNames.ResourceType)); - } - [Fact] public async Task GivenAMetadataRequest_WhenRouting_ThenConstraintIsNotPassed() { diff --git a/src/Microsoft.Health.Fhir.Shared.Api/Features/Formatters/FhirJsonInputFormatter.cs b/src/Microsoft.Health.Fhir.Shared.Api/Features/Formatters/FhirJsonInputFormatter.cs index 8591df4371..de06c5c0b5 100644 --- a/src/Microsoft.Health.Fhir.Shared.Api/Features/Formatters/FhirJsonInputFormatter.cs +++ b/src/Microsoft.Health.Fhir.Shared.Api/Features/Formatters/FhirJsonInputFormatter.cs @@ -73,9 +73,9 @@ public override async Task ReadRequestBodyAsync(InputForma /*Current parser is initialized with a setting (TruncateDateTimeToDate) that was marked as Obsolete. To avoid changing existing behavior, same settings (one that was Obsolete) are used below. So, code added to disable the warning.*/ - #pragma warning disable CS0618 // Type or member is obsolete +#pragma warning disable CS0618 // Type or member is obsolete var jsonParserForBundle = new FhirJsonParser(newsettings); - #pragma warning disable CS0618 // Type or member is obsolete +#pragma warning disable CS0618 // Type or member is obsolete parserToUse = jsonParserForBundle; } diff --git a/src/Microsoft.Health.Fhir.Shared.Api/Modules/SearchModule.cs b/src/Microsoft.Health.Fhir.Shared.Api/Modules/SearchModule.cs index f03801743e..c9ea089a63 100644 --- a/src/Microsoft.Health.Fhir.Shared.Api/Modules/SearchModule.cs +++ b/src/Microsoft.Health.Fhir.Shared.Api/Modules/SearchModule.cs @@ -3,6 +3,8 @@ // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // ------------------------------------------------------------------------------------------------- +using System; +using System.Collections.Generic; using System.Linq; using EnsureThat; using MediatR; @@ -95,12 +97,23 @@ public void Load(IServiceCollection services) .AsSelf() .AsImplementedInterfaces(); + var searchValueConverterExclusions = new HashSet + { + typeof(FhirTypedElementToSearchValueConverterManager.ExtensionConverter), + }; + +#if STU3 || R4 || R4B + searchValueConverterExclusions.Add(typeof(CanonicalToReferenceSearchValueConverter)); + searchValueConverterExclusions.Add(typeof(IdentifierToStringSearchValueConverter)); + searchValueConverterExclusions.Add(typeof(IdToReferenceSearchValueConverter)); +#endif + // TypedElement based converters // These always need to be added as they are also used by the SearchParameterSupportResolver // Exclude the extension converter, since it will be dynamically created by the converter manager services.TypesInSameAssemblyAs() .AssignableTo() - .Where(t => t.Type != typeof(FhirTypedElementToSearchValueConverterManager.ExtensionConverter)) + .Where(t => !searchValueConverterExclusions.Contains(t.Type)) .Singleton() .AsService(); diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Conformance/ConformanceBuilderTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Conformance/ConformanceBuilderTests.cs index 8dea80ccdb..326ef0c6d5 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Conformance/ConformanceBuilderTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Conformance/ConformanceBuilderTests.cs @@ -116,7 +116,7 @@ public void GivenAConformanceBuilder_WhenVersionofResourceIsDifferentFromDefault var patientResource = ((CapabilityStatement)resource.ToPoco()).Rest.First().Resource.First(); - Assert.True(patientResource.Type == ResourceType.Patient); + Assert.True(patientResource.Type.ToString() == KnownResourceTypes.Patient); Assert.True(patientResource.Versioning == CapabilityStatement.ResourceVersionPolicy.NoVersion); } @@ -148,7 +148,7 @@ public void GivenAConformanceBuilder_WhenResourceTypeOverridesContainsResourcesT var patientResource = ((CapabilityStatement)resource.ToPoco()).Rest.First().Resource.First(); - Assert.True(patientResource.Type == ResourceType.Patient); + Assert.True(patientResource.Type.ToString() == KnownResourceTypes.Patient); Assert.True(patientResource.Versioning == CapabilityStatement.ResourceVersionPolicy.Versioned); } @@ -179,7 +179,7 @@ public void GivenAConformanceBuilder_WhenResourceTypeOverridesIsEmpty_ThenResour var patientResource = ((CapabilityStatement)resource.ToPoco()).Rest.First().Resource.First(); - Assert.True(patientResource.Type == ResourceType.Patient); + Assert.True(patientResource.Type.ToString() == KnownResourceTypes.Patient); Assert.True(patientResource.Versioning == CapabilityStatement.ResourceVersionPolicy.Versioned); } diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Conformance/ConformanceProviderExtensionTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Conformance/ConformanceProviderExtensionTests.cs index b2f1493eea..c1f2077a15 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Conformance/ConformanceProviderExtensionTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Conformance/ConformanceProviderExtensionTests.cs @@ -7,6 +7,7 @@ using Hl7.Fhir.Model; using Microsoft.Health.Fhir.Core.Extensions; using Microsoft.Health.Fhir.Core.Features.Conformance; +using Microsoft.Health.Fhir.Core.Models; using Microsoft.Health.Fhir.Tests.Common; using Microsoft.Health.Fhir.Tests.Common.Mocks; using Microsoft.Health.Test.Utilities; @@ -34,14 +35,12 @@ public ConformanceProviderExtensionTests() [InlineData(ResourceVersionPolicy.VersionedUpdate, true)] public async Task GivenCoreConfigWithVersioningPolicy_WhenCheckingIfKeepHistory_ThenCorrectValueIsReturned(ResourceVersionPolicy versioningPolicy, bool expectedKeepHistory) { - const ResourceType resourceType = ResourceType.Patient; - CapabilityStatement statement = CapabilityStatementMock.GetMockedCapabilityStatement(); - CapabilityStatementMock.SetupMockResource(statement, resourceType, null, null, versioningPolicy); + CapabilityStatementMock.SetupMockResource(statement, ResourceType.Patient, null, null, versioningPolicy); _conformanceProvider.GetCapabilityStatementOnStartup().Returns(statement.ToResourceElement()); - bool actualKeepHistory = await _conformanceProvider.CanKeepHistory(resourceType.ToString(), CancellationToken.None); + bool actualKeepHistory = await _conformanceProvider.CanKeepHistory(KnownResourceTypes.Patient, CancellationToken.None); Assert.Equal(expectedKeepHistory, actualKeepHistory); } } diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Operations/Reindex/ReindexJobTaskTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Operations/Reindex/ReindexJobTaskTests.cs index f8afb104e3..fce99b66df 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Operations/Reindex/ReindexJobTaskTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Operations/Reindex/ReindexJobTaskTests.cs @@ -210,9 +210,15 @@ await _searchService.Received().SearchForReindexAsync( [Fact] public async Task GivenRunningJob_WhenExecuted_ThenQueuedQueryCompleted() { +#if Stu3 || R4 || R4B + var appointmentBaseTypeUri = "http://hl7.org/fhir/SearchParameter/Appointment-date"; +#else + var appointmentBaseTypeUri = "http://hl7.org/fhir/SearchParameter/Appointment-location"; +#endif + // Get two search parameters with different base resource types and configure them such that they need to be reindexed var paramWithAppointmentResponseBaseType = _searchDefinitionManager.AllSearchParameters.FirstOrDefault(p => p.Url == new Uri("http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment")); - var paramWithAppointmentBaseType = _searchDefinitionManager.AllSearchParameters.FirstOrDefault(p => p.Url == new Uri("http://hl7.org/fhir/SearchParameter/Appointment-date")); + var paramWithAppointmentBaseType = _searchDefinitionManager.AllSearchParameters.FirstOrDefault(p => p.Url == new Uri(appointmentBaseTypeUri)); Assert.NotNull(paramWithAppointmentResponseBaseType); Assert.NotNull(paramWithAppointmentBaseType); @@ -299,7 +305,7 @@ await _searchService.Received().SearchForReindexAsync( Assert.Contains("Appointment", job.ResourceList); Assert.Contains("AppointmentResponse", job.ResourceList); Assert.Contains("http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment", job.SearchParamList); - Assert.Contains("http://hl7.org/fhir/SearchParameter/Appointment-date", job.SearchParamList); + Assert.Contains(appointmentBaseTypeUri, job.SearchParamList); Assert.Equal(4, job.QueryList.Count); Assert.Contains(job.QueryList.Keys, item => item.ContinuationToken == null && item.Status == OperationStatus.Completed && item.ResourceType == "AppointmentResponse"); @@ -405,9 +411,15 @@ public async Task GivenQueryWhichContinuallyFails_WhenExecuted_ThenJobWillBeMark [Fact] public async Task GivenJobWithNoWork_WhenExecuted_ThenJobCompletedAndSPStatusUpdated() { +#if Stu3 || R4 || R4B + var appointmentBaseTypeUri = "http://hl7.org/fhir/SearchParameter/Appointment-date"; +#else + var appointmentBaseTypeUri = "http://hl7.org/fhir/SearchParameter/Appointment-location"; +#endif + // Get two search parameters with different base resource types and configure them such that they need to be reindexed var paramWithAppointmentResponseBaseType = _searchDefinitionManager.AllSearchParameters.FirstOrDefault(p => p.Url == new Uri("http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment")); - var paramWithAppointmentBaseType = _searchDefinitionManager.AllSearchParameters.FirstOrDefault(p => p.Url == new Uri("http://hl7.org/fhir/SearchParameter/Appointment-date")); + var paramWithAppointmentBaseType = _searchDefinitionManager.AllSearchParameters.FirstOrDefault(p => p.Url == new Uri(appointmentBaseTypeUri)); Assert.NotNull(paramWithAppointmentResponseBaseType); Assert.NotNull(paramWithAppointmentBaseType); @@ -441,7 +453,7 @@ public async Task GivenJobWithNoWork_WhenExecuted_ThenJobCompletedAndSPStatusUpd Assert.Contains("Appointment", job.ResourceList); Assert.Contains("AppointmentResponse", job.ResourceList); Assert.Contains("http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment", job.SearchParamList); - Assert.Contains("http://hl7.org/fhir/SearchParameter/Appointment-date", job.SearchParamList); + Assert.Contains(appointmentBaseTypeUri, job.SearchParamList); Assert.Empty(job.QueryList); @@ -456,9 +468,15 @@ await _reindexUtilities.Received().UpdateSearchParameterStatus( [Fact] public async Task GivenForceReindex_WhenExecuted_ThenJobCompletedAndSPStatusUpdated() { +#if Stu3 || R4 || R4B + var appointmentBaseTypeUri = "http://hl7.org/fhir/SearchParameter/Appointment-date"; +#else + var appointmentBaseTypeUri = "http://hl7.org/fhir/SearchParameter/Appointment-location"; +#endif + // Get two search parameters with different base resource types and configure them such that they need to be reindexed var paramWithAppointmentResponseBaseType = _searchDefinitionManager.AllSearchParameters.FirstOrDefault(p => p.Url == new Uri("http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment")); - var paramWithAppointmentBaseType = _searchDefinitionManager.AllSearchParameters.FirstOrDefault(p => p.Url == new Uri("http://hl7.org/fhir/SearchParameter/Appointment-date")); + var paramWithAppointmentBaseType = _searchDefinitionManager.AllSearchParameters.FirstOrDefault(p => p.Url == new Uri(appointmentBaseTypeUri)); Assert.NotNull(paramWithAppointmentResponseBaseType); Assert.NotNull(paramWithAppointmentBaseType); @@ -472,7 +490,7 @@ public async Task GivenForceReindex_WhenExecuted_ThenJobCompletedAndSPStatusUpda searchParameterTypes: new List() { "http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment", - "http://hl7.org/fhir/SearchParameter/Appointment-date", + appointmentBaseTypeUri, }, resourceTypes: new List() { @@ -500,7 +518,7 @@ public async Task GivenForceReindex_WhenExecuted_ThenJobCompletedAndSPStatusUpda Assert.Contains("Appointment", job.ResourceList); Assert.Contains("AppointmentResponse", job.ResourceList); Assert.Contains("http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment", job.SearchParamList); - Assert.Contains("http://hl7.org/fhir/SearchParameter/Appointment-date", job.SearchParamList); + Assert.Contains(appointmentBaseTypeUri, job.SearchParamList); Assert.Empty(job.QueryList); diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Resources/ResourceHandlerTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Resources/ResourceHandlerTests.cs index 5b634af176..d790fbf676 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Resources/ResourceHandlerTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Resources/ResourceHandlerTests.cs @@ -80,7 +80,7 @@ public ResourceHandlerTests() _conformanceStatement = CapabilityStatementMock.GetMockedCapabilityStatement(); CapabilityStatementMock.SetupMockResource(_conformanceStatement, ResourceType.Observation, null); - var observationResource = _conformanceStatement.Rest.First().Resource.Find(x => x.Type == ResourceType.Observation); + var observationResource = _conformanceStatement.Rest.First().Resource.Find(x => x.Type.ToString() == KnownResourceTypes.Observation); observationResource.ReadHistory = false; observationResource.UpdateCreate = true; observationResource.ConditionalCreate = true; @@ -89,7 +89,7 @@ public ResourceHandlerTests() observationResource.Versioning = CapabilityStatement.ResourceVersionPolicy.Versioned; CapabilityStatementMock.SetupMockResource(_conformanceStatement, ResourceType.Patient, null); - var patientResource = _conformanceStatement.Rest.First().Resource.Find(x => x.Type == ResourceType.Patient); + var patientResource = _conformanceStatement.Rest.First().Resource.Find(x => x.Type.ToString() == KnownResourceTypes.Patient); patientResource.ReadHistory = true; patientResource.UpdateCreate = true; patientResource.ConditionalCreate = true; diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/BundleFactoryTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/BundleFactoryTests.cs index bd1ddaa23c..3ed215a5dd 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/BundleFactoryTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/BundleFactoryTests.cs @@ -6,6 +6,7 @@ using System; using System.Collections.Generic; using System.IO; +using System.Linq; using System.Net.Http; using Hl7.Fhir.Model; using Hl7.Fhir.Serialization; @@ -171,7 +172,9 @@ public void GivenASearchResultWithContinuationToken_WhenCreateSearchBundle_ThenC [InlineData("123", "1", "POST", "201 Created")] [InlineData("123", "1", "PUT", "201 Created")] [InlineData("123", "2", "PUT", "200 OK")] +#if !Stu3 [InlineData("123", "2", "PATCH", "200 OK")] +#endif [InlineData("123", "2", "DELETE", "204 NoContent")] public void GivenAHistoryResultWithDifferentStatuses_WhenCreateHistoryBundle_ThenCorrectBundleShouldBeReturned(string id, string version, string method, string statusString) { @@ -202,7 +205,11 @@ public void GivenAHistoryResultWithAllHttpVerbs_WhenCreateHistoryBundle_ThenBund _urlResolver.ResolveRouteUrl(_unsupportedSearchParameters).Returns(_selfUrl); _urlResolver.ResolveResourceWrapperUrl(Arg.Any(), Arg.Any()).Returns(x => new Uri(string.Format(_resourceUrlFormat, x.ArgAt(0).ResourceId))); - foreach (var verb in Enum.GetValues()) + var verbs = Enum.GetValues(); +#if Stu3 + verbs = verbs.Where(x => x != Bundle.HTTPVerb.HEAD && x != Bundle.HTTPVerb.PATCH).ToArray(); +#endif + foreach (var verb in verbs) { ResourceElement observation1 = Samples.GetDefaultObservation().UpdateId("123").UpdateVersion("1"); diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/Expressions/Parsers/ExpressionParserTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/Expressions/Parsers/ExpressionParserTests.cs index a68e494654..07459ba9e9 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/Expressions/Parsers/ExpressionParserTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/Expressions/Parsers/ExpressionParserTests.cs @@ -12,6 +12,9 @@ using Microsoft.Health.Fhir.Core.Features.Search; using Microsoft.Health.Fhir.Core.Features.Search.Expressions.Parsers; using Microsoft.Health.Fhir.Core.Models; +#if !Stu3 && !R4 && !R4B +using Microsoft.Health.Fhir.R5.Core.Extensions; +#endif using Microsoft.Health.Fhir.Tests.Common; using Microsoft.Health.Fhir.ValueSets; using Microsoft.Health.Test.Utilities; @@ -19,6 +22,7 @@ using Xunit; using static Microsoft.Health.Fhir.Core.UnitTests.Features.Search.SearchExpressionTestHelper; using Expression = Microsoft.Health.Fhir.Core.Features.Search.Expressions.Expression; +using SearchModifierCode = Microsoft.Health.Fhir.ValueSets.SearchModifierCode; using SearchParamType = Hl7.Fhir.Model.SearchParamType; namespace Microsoft.Health.Fhir.Core.UnitTests.Features.Search.Expressions.Parsers @@ -325,7 +329,11 @@ private SearchParameterInfo SetupReferenceSearchParameter(ResourceType resourceT Name = paramName, Code = paramName, Type = SearchParamType.Reference, +#if Stu3 || R4 || R4B Target = targetResourceTypes.Cast(), +#else + Target = targetResourceTypes.Select(x => ((ResourceType?)x).ToVersionIndependentResourceTypesAll()), +#endif }.ToInfo(); _searchParameterDefinitionManager.GetSearchParameter(resourceType.ToString(), paramName).Returns( diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/Expressions/Parsers/SearchValueExpressionBuilderTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/Expressions/Parsers/SearchValueExpressionBuilderTests.cs index 62ebccd21c..104d617af8 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/Expressions/Parsers/SearchValueExpressionBuilderTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/Expressions/Parsers/SearchValueExpressionBuilderTests.cs @@ -15,12 +15,13 @@ using Microsoft.Health.Fhir.Core.Features.Search.SearchValues; using Microsoft.Health.Fhir.Core.Models; using Microsoft.Health.Fhir.Tests.Common; -using Microsoft.Health.Fhir.ValueSets; using Microsoft.Health.Test.Utilities; using NSubstitute; using Xunit; using static Microsoft.Health.Fhir.Core.UnitTests.Features.Search.SearchExpressionTestHelper; using Expression=Microsoft.Health.Fhir.Core.Features.Search.Expressions.Expression; +using SearchComparator = Microsoft.Health.Fhir.ValueSets.SearchComparator; +using SearchModifierCode = Microsoft.Health.Fhir.ValueSets.SearchModifierCode; using SearchParamType = Hl7.Fhir.Model.SearchParamType; namespace Microsoft.Health.Fhir.Core.UnitTests.Features.Search.Expressions.Parsers @@ -57,7 +58,7 @@ public static IEnumerable GetAllModifiersExceptMissing() return Enum.GetValues(typeof(SearchModifierCode)) .Cast() .Where(modifier => modifier != SearchModifierCode.Missing) - .Select(modifier => new object[] { new SearchModifier(modifier, modifier == SearchModifierCode.Type ? ResourceType.Patient.ToString() : null) }); + .Select(modifier => new object[] { new SearchModifier(modifier, modifier == SearchModifierCode.Type ? KnownResourceTypes.Patient : null) }); } public static IEnumerable GetAllModifiersExceptMissingOrType() diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchConverterForAllSearchTypes.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchConverterForAllSearchTypes.cs index 9714ccc180..b1ecedd605 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchConverterForAllSearchTypes.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchConverterForAllSearchTypes.cs @@ -93,7 +93,6 @@ public async Task ListAllUnsupportedTypes() if (parameterInfo.Code != "_type") { var converters = await GetConvertsForSearchParameters(searchParameterRow.resourceType, parameterInfo); - if (converters.All(x => x.hasConverter == false)) { unsupported.Unsupported.Add(parameterInfo.Url); diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterDefinitionManagerTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterDefinitionManagerTests.cs index 5c8ffa985b..fca45ab923 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterDefinitionManagerTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterDefinitionManagerTests.cs @@ -310,7 +310,11 @@ public async Task GivenASearchParameterDefinitionManager_WhenGettingSearchParame { Url = "http://test/Patient-test", Type = Hl7.Fhir.Model.SearchParamType.String, +#if Stu3 || R4 || R4B Base = new List() { ResourceType.Patient }, +#else + Base = new List { VersionIndependentResourceTypesAll.Patient}, +#endif Expression = "Patient.Name", Name = "test", Code = "test", @@ -329,24 +333,28 @@ public async Task GivenASearchParameterDefinitionManager_WhenGettingSearchParame [Fact] public async Task GivenASearchParameterDefinitionManager_WhenAddingACompositeSearchParameter_ThenComponentsAreResolvedAndValidated() { - #if Stu3 +#if Stu3 ResourceReference CreateDefinition(string reference) { return new ResourceReference(reference); } - #else +#else string CreateDefinition(string reference) { return reference; } - #endif +#endif // Initialize a search parameter var searchParam = new SearchParameter() { Url = "http://test/Patient-test", Type = Hl7.Fhir.Model.SearchParamType.Composite, +#if Stu3 || R4 || R4B Base = new List() { ResourceType.Patient }, +#else + Base = new List() { VersionIndependentResourceTypesAll.Patient }, +#endif Expression = "Patient", Name = "test", Code = "test", @@ -403,7 +411,11 @@ public async Task GivenASearchParameterDefinitionManager_WhenAddingNewParameter_ { Url = "http://test/Patient-test", Type = Hl7.Fhir.Model.SearchParamType.String, +#if Stu3 || R4 || R4B Base = new List() { ResourceType.Patient }, +#else + Base = new List() { VersionIndependentResourceTypesAll.Patient }, +#endif Expression = "Patient.name", Name = "test", Code = "test", @@ -429,7 +441,11 @@ public async Task GivenExistingSearchParameters_WhenStartingSearchParameterDefin Id = "id", Url = "http://test/Patient-preexisting", Type = Hl7.Fhir.Model.SearchParamType.String, +#if Stu3 || R4 || R4B Base = new List() { ResourceType.Patient }, +#else + Base = new List() { VersionIndependentResourceTypesAll.Patient }, +#endif Expression = "Patient.name", Name = "preexisting", Code = "preexisting", @@ -441,7 +457,11 @@ public async Task GivenExistingSearchParameters_WhenStartingSearchParameterDefin Id = "id2", Url = "http://test/Patient-preexisting2", Type = Hl7.Fhir.Model.SearchParamType.String, +#if Stu3 || R4 || R4B Base = new List() { ResourceType.Patient }, +#else + Base = new List() { VersionIndependentResourceTypesAll.Patient }, +#endif Expression = "Patient.name", Name = "preexisting2", Code = "preexisting2", @@ -453,7 +473,11 @@ public async Task GivenExistingSearchParameters_WhenStartingSearchParameterDefin Id = "QuestionnaireResponse-questionnaire2", Url = "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire2", Type = Hl7.Fhir.Model.SearchParamType.Reference, +#if Stu3 || R4 || R4B Base = new List() { ResourceType.QuestionnaireResponse }, +#else + Base = new List() { VersionIndependentResourceTypesAll.QuestionnaireResponse }, +#endif Expression = "QuestionnaireResponse.questionnaire", Name = "questionnaire2", Code = "questionnaire2", @@ -465,7 +489,11 @@ public async Task GivenExistingSearchParameters_WhenStartingSearchParameterDefin Id = "QuestionnaireResponse-questionnaire", Url = "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire", Type = Hl7.Fhir.Model.SearchParamType.Reference, +#if Stu3 || R4 || R4B Base = new List() { ResourceType.QuestionnaireResponse }, +#else + Base = new List() { VersionIndependentResourceTypesAll.QuestionnaireResponse }, +#endif Expression = "QuestionnaireResponse.questionnaire", Name = "questionnaire", Code = "questionnaire", diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterFixtureData.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterFixtureData.cs index 44b881d9c6..04bfb56e50 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterFixtureData.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterFixtureData.cs @@ -57,6 +57,16 @@ private static async Task CreateF .Assembly .GetTypes() .Where(x => typeof(ITypedElementToSearchValueConverter).IsAssignableFrom(x) && !x.IsAbstract && !x.IsInterface); +#if STU3 || R4 || R4B + var searchValueConverterExclusions = new HashSet + { + typeof(CanonicalToReferenceSearchValueConverter), + typeof(IdentifierToStringSearchValueConverter), + typeof(IdToReferenceSearchValueConverter), + }; + + types = types.Where(x => !searchValueConverterExclusions.Contains(x)); +#endif var referenceSearchValueParser = new ReferenceSearchValueParser(new FhirRequestContextAccessor()); var codeSystemResolver = new CodeSystemResolver(ModelInfoProvider.Instance); diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterSupportResolverTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterSupportResolverTests.cs index 7c4211e8cc..969ab8d328 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterSupportResolverTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterSupportResolverTests.cs @@ -71,7 +71,11 @@ public void GivenAPartiallySupportedSearchParameter_WhenResolvingSupport_ThenTru "Condition-abatement-age", SearchParamType.Quantity, new Uri("http://hl7.org/fhir/SearchParameter/Condition-abatement-age"), +#if Stu3 || R4 || R4B expression: "Condition.asserter | Condition.abatement.as(Range)", +#else + expression: "Condition.participant.actor | Condition.abatement.as(Range)", +#endif baseResourceTypes: new[] { "Condition" }); // Condition.asserter cannot be translated to Quantity diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterToTypeResolverTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterToTypeResolverTests.cs index 6e88279c13..ac28e9d9b8 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterToTypeResolverTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterToTypeResolverTests.cs @@ -45,10 +45,11 @@ public void GivenAFhirPathExpressionWithFirstFunction_WhenResolvingTypes_ThenThe } else { - Assert.Equal(61, types.Length); + Assert.Equal(63, types.Length); } } +#if Stu3 || R4 || R4B // The equivalent field has been removed from CarePlan in R5 seemingly without any replacement. [Fact] public void GivenAFhirPathExpressionWithTwoPossibleOutcomeTypes_WhenResolve_TwoTypesReturned() { @@ -63,6 +64,7 @@ public void GivenAFhirPathExpressionWithTwoPossibleOutcomeTypes_WhenResolve_TwoT Assert.Equal(2, results.Length); } +#endif [Fact] public void GivenAFhirPathExpressionWithAsFunction_WhenResolvingTypes_ThenTheyAreReturnedCorrectly() diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterValidatorTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterValidatorTests.cs index 64352e39bc..4a91f8c822 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterValidatorTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Search/SearchParameters/SearchParameterValidatorTests.cs @@ -143,8 +143,13 @@ public static IEnumerable InvalidSearchParamData() var duplicateUrl = new SearchParameter { Url = "http://duplicate" }; var brokenUrl = new SearchParameter { Url = "BrokenUrl" }; var uniqueUrl = new SearchParameter { Url = "http://unique" }; - var duplicateCode = new SearchParameter { Url = "http://unique", Code = "duplicate", Base = new[] { ResourceType.Patient as ResourceType? } }; - var nullCode = new SearchParameter { Url = "http://unique", Code = null, Base = new[] { ResourceType.Patient as ResourceType? } }; +#if Stu3 || R4 || R4B + var baseArray = new[] { ResourceType.Patient as ResourceType? }; +#else + var baseArray = new[] { VersionIndependentResourceTypesAll.Patient as VersionIndependentResourceTypesAll? }; +#endif + var duplicateCode = new SearchParameter { Url = "http://unique", Code = "duplicate", Base = baseArray }; + var nullCode = new SearchParameter { Url = "http://unique", Code = null, Base = baseArray }; var data = new List(); data.Add(new object[] { missingUrl, "POST" }); @@ -161,7 +166,11 @@ public static IEnumerable InvalidSearchParamData() public static IEnumerable DuplicateCodeAtBaseResourceData() { +#if Stu3 || R4 || R4B var duplicateCode1 = new SearchParameter { Url = "http://unique2", Code = "duplicate", Base = new[] { ResourceType.Resource as ResourceType? } }; +#else + var duplicateCode1 = new SearchParameter { Url = "http://unique2", Code = "duplicate", Base = new[] { VersionIndependentResourceTypesAll.Resource as VersionIndependentResourceTypesAll? } }; +#endif var data = new List(); data.Add(new object[] { duplicateCode1, "POST" }); @@ -173,7 +182,12 @@ public static IEnumerable ValidSearchParamData() { var duplicateUrl = new SearchParameter { Url = "http://duplicate" }; var uniqueUrl = new SearchParameter { Url = "http://unique" }; - var uniqueCode = new SearchParameter { Url = "http://unique", Code = "unique", Base = new[] { ResourceType.Patient as ResourceType? } }; +#if Stu3 || R4 || R4B + var baseArray = new[] { ResourceType.Patient as ResourceType? }; +#else + var baseArray = new[] { VersionIndependentResourceTypesAll.Patient as VersionIndependentResourceTypesAll? }; +#endif + var uniqueCode = new SearchParameter { Url = "http://unique", Code = "unique", Base = baseArray }; var data = new List(); data.Add(new object[] { uniqueUrl, "POST" }); diff --git a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Validation/ValidateCapabilityPreProcessorTests.cs b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Validation/ValidateCapabilityPreProcessorTests.cs index fde78eb537..b9764c8984 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Validation/ValidateCapabilityPreProcessorTests.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core.UnitTests/Features/Validation/ValidateCapabilityPreProcessorTests.cs @@ -13,6 +13,7 @@ using Microsoft.Health.Fhir.Core.Features.Validation; using Microsoft.Health.Fhir.Core.Messages.Delete; using Microsoft.Health.Fhir.Core.Messages.Get; +using Microsoft.Health.Fhir.Core.Models; using Microsoft.Health.Fhir.Tests.Common; using Microsoft.Health.Fhir.Tests.Common.Mocks; using Microsoft.Health.Test.Utilities; diff --git a/src/Microsoft.Health.Fhir.Shared.Core/Extensions/ModelExtensions.cs b/src/Microsoft.Health.Fhir.Shared.Core/Extensions/ModelExtensions.cs index 10f972da8b..14141f7131 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core/Extensions/ModelExtensions.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core/Extensions/ModelExtensions.cs @@ -129,7 +129,7 @@ public static SearchParameterInfo ToInfo(this SearchParameter searchParam) searchParam.Expression, searchParam.Target?.Select(x => x?.ToString()).ToArray(), searchParam.Base?.Select(x => x?.ToString()).ToArray(), - searchParam.Description?.Value); + searchParam.Description); } public static ValueSets.SearchParamType ToValueSet(this SearchParamType searchParam) diff --git a/src/Microsoft.Health.Fhir.Shared.Core/Extensions/ResourceTypeExtensions.cs b/src/Microsoft.Health.Fhir.Shared.Core/Extensions/ResourceTypeExtensions.cs index 45fda114cf..c5324aec1e 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core/Extensions/ResourceTypeExtensions.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core/Extensions/ResourceTypeExtensions.cs @@ -3,6 +3,7 @@ // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // ------------------------------------------------------------------------------------------------- +using System; using Hl7.Fhir.ElementModel; using Hl7.Fhir.Model; using Microsoft.Health.Fhir.Core.Models; @@ -15,5 +16,10 @@ public static ResourceElement ToResourceElement(this Resource resource) { return new ResourceElement(resource.ToTypedElement(), resource); } + + public static bool EqualsString(this ResourceType resourceType, string value, bool ignoreCase = true) + { + return string.Equals(resourceType.ToString(), value, ignoreCase ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal); + } } } diff --git a/src/Microsoft.Health.Fhir.Shared.Core/Features/Operations/MemberMatch/MemberMatchService.cs b/src/Microsoft.Health.Fhir.Shared.Core/Features/Operations/MemberMatch/MemberMatchService.cs index 1b508188b8..e7a0a41f13 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core/Features/Operations/MemberMatch/MemberMatchService.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core/Features/Operations/MemberMatch/MemberMatchService.cs @@ -56,7 +56,7 @@ public MemberMatchService( _expressionParser = expressionParser; var searchParameterDefinition = searchParameterDefinitionManagerResolver(); _coverageBeneficiaryParameter = searchParameterDefinition.GetSearchParameter("Coverage", "beneficiary"); - _resourceTypeSearchParameter = searchParameterDefinition.GetSearchParameter(ResourceType.Resource.ToString(), SearchParameterNames.ResourceType); + _resourceTypeSearchParameter = searchParameterDefinition.GetSearchParameter(KnownResourceTypes.Resource, SearchParameterNames.ResourceType); _logger = logger; } diff --git a/src/Microsoft.Health.Fhir.Shared.Core/Features/Search/Parameters/SearchParameterToTypeResolver.cs b/src/Microsoft.Health.Fhir.Shared.Core/Features/Search/Parameters/SearchParameterToTypeResolver.cs index d15daaba6d..bb7bd77c6b 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core/Features/Search/Parameters/SearchParameterToTypeResolver.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core/Features/Search/Parameters/SearchParameterToTypeResolver.cs @@ -110,7 +110,8 @@ private static EnumerableReturnType Visit(BinaryExpression expression, Context c else if (expression.Op == "|" || expression.Op == "!=" || expression.Op == "==" || - expression.Op == "and") + expression.Op == "and" || + expression.Op == "-") { foreach (Expression innerExpression in expression.Arguments) { diff --git a/src/Microsoft.Health.Fhir.Shared.Core/Features/Search/Parameters/SearchParameterValidator.cs b/src/Microsoft.Health.Fhir.Shared.Core/Features/Search/Parameters/SearchParameterValidator.cs index 9d424119a2..53b79dc4e2 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core/Features/Search/Parameters/SearchParameterValidator.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core/Features/Search/Parameters/SearchParameterValidator.cs @@ -21,6 +21,9 @@ using Microsoft.Health.Fhir.Core.Features.Security; using Microsoft.Health.Fhir.Core.Features.Validation; using Microsoft.Health.Fhir.Core.Models; +#if !Stu3 && !R4 && !R4B +using Microsoft.Health.Fhir.R5.Core.Extensions; +#endif using Task = System.Threading.Tasks.Task; namespace Microsoft.Health.Fhir.Shared.Core.Features.Search.Parameters @@ -149,19 +152,20 @@ public async Task ValidateSearchParameterInput(SearchParameter searchParam, stri private void CheckForConflictingCodeValue(SearchParameter searchParam, List validationFailures) { // Ensure the search parameter's code value does not already exist for its base type(s) - foreach (ResourceType? baseType in searchParam.Base) + var baseTypes = searchParam.Base?.Where(x => x != null).Select(x => x?.ToString()).ToList() ?? new List(); + foreach (string baseType in baseTypes) { if (searchParam.Code is null) { - _logger.LogInformation("Search parameter definition has a null or empty code value. code: {Code}, baseType: {BaseType}", searchParam.Code, baseType.ToString()); + _logger.LogInformation("Search parameter definition has a null or empty code value. code: {Code}, baseType: {BaseType}", searchParam.Code, baseType); validationFailures.Add( new ValidationFailure( nameof(searchParam.Code), - string.Format(Resources.SearchParameterDefinitionNullorEmptyCodeValue, searchParam.Code, baseType.ToString()))); + string.Format(Resources.SearchParameterDefinitionNullorEmptyCodeValue, searchParam.Code, baseType))); } else { - if (string.Equals(baseType.ToString(), KnownResourceTypes.Resource, StringComparison.OrdinalIgnoreCase)) + if (string.Equals(baseType, KnownResourceTypes.Resource, StringComparison.OrdinalIgnoreCase)) { foreach (string resource in _modelInfoProvider.GetResourceTypeNames()) { @@ -176,7 +180,7 @@ private void CheckForConflictingCodeValue(SearchParameter searchParam, List(); if (string.IsNullOrWhiteSpace(resourceType)) @@ -299,17 +303,7 @@ public SearchOptions Create( var resourceTypes = searchParams.Parameters .Where(q => q.Item1 == KnownQueryParameterNames.Type) // <-- Equality comparison to avoid modifiers .SelectMany(q => q.Item2.SplitByOrSeparator()) - .Where(type => ModelInfoProvider.IsKnownResource(type)) - .Select(x => - { - if (!Enum.TryParse(x, out ResourceType parsedType)) - { - // Should never get here - throw new ResourceNotSupportedException(x); - } - - return parsedType; - }) + .Where(ModelInfoProvider.IsKnownResource) .Distinct().ToList(); if (resourceTypes.Any()) @@ -319,7 +313,8 @@ public SearchOptions Create( } else { - if (!Enum.TryParse(resourceType, out parsedResourceTypes[0])) + parsedResourceTypes[0] = resourceType; + if (!ModelInfoProvider.IsKnownResource(resourceType)) { throw new ResourceNotSupportedException(resourceType); } diff --git a/src/Microsoft.Health.Fhir.Shared.Core/Features/Validation/ServerProvideProfileValidation.cs b/src/Microsoft.Health.Fhir.Shared.Core/Features/Validation/ServerProvideProfileValidation.cs index e5e887f1f3..64d4111590 100644 --- a/src/Microsoft.Health.Fhir.Shared.Core/Features/Validation/ServerProvideProfileValidation.cs +++ b/src/Microsoft.Health.Fhir.Shared.Core/Features/Validation/ServerProvideProfileValidation.cs @@ -23,6 +23,7 @@ using Microsoft.Health.Fhir.Core.Configs; using Microsoft.Health.Fhir.Core.Features.Search; using Microsoft.Health.Fhir.Core.Messages.CapabilityStatement; +using Microsoft.Health.Fhir.Core.Models; namespace Microsoft.Health.Fhir.Core.Features.Validation { @@ -118,7 +119,12 @@ private async Task> GetSummaries() { properties[ArtifactSummaryProperties.OriginKey] = searchItem.Resource.RawResource.Data; }; - var artifacts = ArtifactSummaryGenerator.Default.Generate(navStream, setOrigin); + +#if Stu3 + List artifacts = ArtifactSummaryGenerator.Default.Generate(navStream, setOrigin); +#else + List artifacts = new ArtifactSummaryGenerator(ModelInfo.ModelInspector).Generate(navStream, setOrigin); +#endif foreach (var artifact in artifacts) { @@ -175,8 +181,8 @@ public Resource ResolveByUri(string uri) public IEnumerable GetSupportedProfiles(string resourceType, bool disableCacheRefresh = false) { - var summary = ListSummaries(false, disableCacheRefresh); - return summary.Where(x => x.ResourceType == ResourceType.StructureDefinition) + IEnumerable summary = ListSummaries(false, disableCacheRefresh); + return summary.Where(x => x.ResourceTypeName == KnownResourceTypes.StructureDefinition) .Where(x => { if (!x.TryGetValue(StructureDefinitionSummaryProperties.TypeKey, out object type)) @@ -197,7 +203,7 @@ private static string GetHashForSupportedProfiles(IReadOnlyCollection x.ResourceType == ResourceType.StructureDefinition) + summaries.Where(x => x.ResourceTypeName == KnownResourceTypes.StructureDefinition) .Where(x => x.TryGetValue(StructureDefinitionSummaryProperties.TypeKey, out object type)) .Select(x => x.ResourceUri).ToList().ForEach(url => sb.Append(url)); diff --git a/src/Microsoft.Health.Fhir.Shared.Tests/Mocks/CapabilityStatementMock.cs b/src/Microsoft.Health.Fhir.Shared.Tests/Mocks/CapabilityStatementMock.cs index 0b9ac7e0c5..65e3ea6459 100644 --- a/src/Microsoft.Health.Fhir.Shared.Tests/Mocks/CapabilityStatementMock.cs +++ b/src/Microsoft.Health.Fhir.Shared.Tests/Mocks/CapabilityStatementMock.cs @@ -3,6 +3,7 @@ // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // ------------------------------------------------------------------------------------------------- +using System; using System.Collections.Generic; using System.Linq; using Hl7.Fhir.Model; @@ -28,14 +29,22 @@ public static CapabilityStatement GetMockedCapabilityStatement() public static void SetupMockResource( CapabilityStatement capability, - ResourceType type, + Hl7.Fhir.Model.ResourceType? resourceType, IEnumerable interactions, IEnumerable searchParams = null, ResourceVersionPolicy? versioningPolicy = null) { capability.Rest[0].Resource.Add(new ResourceComponent { - Type = type, +#if Stu3 + Type = resourceType, +#elif R4 + Type = resourceType.ToString(), +#elif R5 + Type = resourceType.ToString(), +#elif R4B + Type = resourceType.ToString(), +#endif Interaction = interactions?.Select(x => new ResourceInteractionComponent { Code = x }).ToList(), SearchParam = searchParams?.ToList(), Versioning = versioningPolicy, diff --git a/src/Microsoft.Health.Fhir.SqlServer/Features/Schema/Migrations/84.sql b/src/Microsoft.Health.Fhir.SqlServer/Features/Schema/Migrations/84.sql index 5363ac4c7c..dfb560260d 100644 --- a/src/Microsoft.Health.Fhir.SqlServer/Features/Schema/Migrations/84.sql +++ b/src/Microsoft.Health.Fhir.SqlServer/Features/Schema/Migrations/84.sql @@ -584,6 +584,67 @@ CREATE TABLE dbo.ReindexJob ( CONSTRAINT PKC_ReindexJob PRIMARY KEY CLUSTERED (Id) ); +CREATE TABLE dbo.CurrentResource ( + ResourceTypeId SMALLINT NOT NULL, + ResourceId VARCHAR (64) COLLATE Latin1_General_100_CS_AS NOT NULL, + Version INT NOT NULL, + IsHistory BIT NOT NULL, + ResourceSurrogateId BIGINT NOT NULL, + IsDeleted BIT NOT NULL, + RequestMethod VARCHAR (10) NULL, + RawResource VARBINARY (MAX) NOT NULL, + IsRawResourceMetaSet BIT NOT NULL, + SearchParamHash VARCHAR (64) NULL, + TransactionId BIGINT NULL, + HistoryTransactionId BIGINT NULL +); + + +GO +DROP TABLE dbo.CurrentResource; + + +GO +CREATE TABLE dbo.Resource ( + ResourceTypeId SMALLINT NOT NULL, + ResourceId VARCHAR (64) COLLATE Latin1_General_100_CS_AS NOT NULL, + Version INT NOT NULL, + IsHistory BIT NOT NULL, + ResourceSurrogateId BIGINT NOT NULL, + IsDeleted BIT NOT NULL, + RequestMethod VARCHAR (10) NULL, + RawResource VARBINARY (MAX) NOT NULL, + IsRawResourceMetaSet BIT DEFAULT 0 NOT NULL, + SearchParamHash VARCHAR (64) NULL, + TransactionId BIGINT NULL, + HistoryTransactionId BIGINT NULL CONSTRAINT PKC_Resource PRIMARY KEY CLUSTERED (ResourceTypeId, ResourceSurrogateId) WITH (DATA_COMPRESSION = PAGE) ON PartitionScheme_ResourceTypeId (ResourceTypeId), + CONSTRAINT CH_Resource_RawResource_Length CHECK (RawResource > 0x0) +); + +ALTER TABLE dbo.Resource SET (LOCK_ESCALATION = AUTO); + +CREATE INDEX IX_ResourceTypeId_TransactionId + ON dbo.Resource(ResourceTypeId, TransactionId) WHERE TransactionId IS NOT NULL + ON PartitionScheme_ResourceTypeId (ResourceTypeId); + +CREATE INDEX IX_ResourceTypeId_HistoryTransactionId + ON dbo.Resource(ResourceTypeId, HistoryTransactionId) WHERE HistoryTransactionId IS NOT NULL + ON PartitionScheme_ResourceTypeId (ResourceTypeId); + +CREATE UNIQUE NONCLUSTERED INDEX IX_Resource_ResourceTypeId_ResourceId_Version + ON dbo.Resource(ResourceTypeId, ResourceId, Version) + ON PartitionScheme_ResourceTypeId (ResourceTypeId); + +CREATE UNIQUE NONCLUSTERED INDEX IX_Resource_ResourceTypeId_ResourceId + ON dbo.Resource(ResourceTypeId, ResourceId) + INCLUDE(Version, IsDeleted) WHERE IsHistory = 0 + ON PartitionScheme_ResourceTypeId (ResourceTypeId); + +CREATE UNIQUE NONCLUSTERED INDEX IX_Resource_ResourceTypeId_ResourceSurrgateId + ON dbo.Resource(ResourceTypeId, ResourceSurrogateId) WHERE IsHistory = 0 + AND IsDeleted = 0 + ON PartitionScheme_ResourceTypeId (ResourceTypeId); + CREATE TABLE dbo.ResourceChangeData ( Id BIGINT IDENTITY (1, 1) NOT NULL, Timestamp DATETIME2 (7) CONSTRAINT DF_ResourceChangeData_Timestamp DEFAULT sysutcdatetime() NOT NULL, @@ -650,67 +711,6 @@ WITH (DATA_COMPRESSION = PAGE); CREATE CLUSTERED INDEX IXC_ResourceWriteClaim ON dbo.ResourceWriteClaim(ResourceSurrogateId, ClaimTypeId); -CREATE TABLE dbo.CurrentResource ( - ResourceTypeId SMALLINT NOT NULL, - ResourceId VARCHAR (64) COLLATE Latin1_General_100_CS_AS NOT NULL, - Version INT NOT NULL, - IsHistory BIT NOT NULL, - ResourceSurrogateId BIGINT NOT NULL, - IsDeleted BIT NOT NULL, - RequestMethod VARCHAR (10) NULL, - RawResource VARBINARY (MAX) NOT NULL, - IsRawResourceMetaSet BIT NOT NULL, - SearchParamHash VARCHAR (64) NULL, - TransactionId BIGINT NULL, - HistoryTransactionId BIGINT NULL -); - - -GO -DROP TABLE dbo.CurrentResource; - - -GO -CREATE TABLE dbo.Resource ( - ResourceTypeId SMALLINT NOT NULL, - ResourceId VARCHAR (64) COLLATE Latin1_General_100_CS_AS NOT NULL, - Version INT NOT NULL, - IsHistory BIT NOT NULL, - ResourceSurrogateId BIGINT NOT NULL, - IsDeleted BIT NOT NULL, - RequestMethod VARCHAR (10) NULL, - RawResource VARBINARY (MAX) NOT NULL, - IsRawResourceMetaSet BIT DEFAULT 0 NOT NULL, - SearchParamHash VARCHAR (64) NULL, - TransactionId BIGINT NULL, - HistoryTransactionId BIGINT NULL CONSTRAINT PKC_Resource PRIMARY KEY CLUSTERED (ResourceTypeId, ResourceSurrogateId) WITH (DATA_COMPRESSION = PAGE) ON PartitionScheme_ResourceTypeId (ResourceTypeId), - CONSTRAINT CH_Resource_RawResource_Length CHECK (RawResource > 0x0) -); - -ALTER TABLE dbo.Resource SET (LOCK_ESCALATION = AUTO); - -CREATE INDEX IX_ResourceTypeId_TransactionId - ON dbo.Resource(ResourceTypeId, TransactionId) WHERE TransactionId IS NOT NULL - ON PartitionScheme_ResourceTypeId (ResourceTypeId); - -CREATE INDEX IX_ResourceTypeId_HistoryTransactionId - ON dbo.Resource(ResourceTypeId, HistoryTransactionId) WHERE HistoryTransactionId IS NOT NULL - ON PartitionScheme_ResourceTypeId (ResourceTypeId); - -CREATE UNIQUE NONCLUSTERED INDEX IX_Resource_ResourceTypeId_ResourceId_Version - ON dbo.Resource(ResourceTypeId, ResourceId, Version) - ON PartitionScheme_ResourceTypeId (ResourceTypeId); - -CREATE UNIQUE NONCLUSTERED INDEX IX_Resource_ResourceTypeId_ResourceId - ON dbo.Resource(ResourceTypeId, ResourceId) - INCLUDE(Version, IsDeleted) WHERE IsHistory = 0 - ON PartitionScheme_ResourceTypeId (ResourceTypeId); - -CREATE UNIQUE NONCLUSTERED INDEX IX_Resource_ResourceTypeId_ResourceSurrgateId - ON dbo.Resource(ResourceTypeId, ResourceSurrogateId) WHERE IsHistory = 0 - AND IsDeleted = 0 - ON PartitionScheme_ResourceTypeId (ResourceTypeId); - CREATE TABLE dbo.SchemaMigrationProgress ( Timestamp DATETIME2 (3) DEFAULT CURRENT_TIMESTAMP, Message NVARCHAR (MAX) diff --git a/src/Microsoft.Health.Fhir.Stu3.Api/Microsoft.Health.Fhir.Stu3.Api.csproj b/src/Microsoft.Health.Fhir.Stu3.Api/Microsoft.Health.Fhir.Stu3.Api.csproj index fcf319489b..d5f6bee4ff 100644 --- a/src/Microsoft.Health.Fhir.Stu3.Api/Microsoft.Health.Fhir.Stu3.Api.csproj +++ b/src/Microsoft.Health.Fhir.Stu3.Api/Microsoft.Health.Fhir.Stu3.Api.csproj @@ -16,6 +16,7 @@ + diff --git a/src/Microsoft.Health.Fhir.Stu3.Core/Microsoft.Health.Fhir.Stu3.Core.csproj b/src/Microsoft.Health.Fhir.Stu3.Core/Microsoft.Health.Fhir.Stu3.Core.csproj index 55b664adb7..c09018aeb2 100644 --- a/src/Microsoft.Health.Fhir.Stu3.Core/Microsoft.Health.Fhir.Stu3.Core.csproj +++ b/src/Microsoft.Health.Fhir.Stu3.Core/Microsoft.Health.Fhir.Stu3.Core.csproj @@ -25,7 +25,7 @@ - + diff --git a/src/Microsoft.Health.Fhir.Tests.Common/DefinitionFiles/R5/SearchParameters.json b/src/Microsoft.Health.Fhir.Tests.Common/DefinitionFiles/R5/SearchParameters.json index b86123185a..58290c3fba 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/DefinitionFiles/R5/SearchParameters.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/DefinitionFiles/R5/SearchParameters.json @@ -2,249 +2,295 @@ "resourceType": "Bundle", "id": "searchParams", "meta": { - "lastUpdated": "2017-04-19T07:44:43.294+10:00" + "lastUpdated": "2017-04-19T07:44:43.294+10:00" }, "type": "collection", - "entry": [ - { - "fullUrl": "http://hl7.org/fhir/SearchParameter/DomainResource-text", - "resource": { - "resourceType": "SearchParameter", - "id": "DomainResource-text", - "url": "http://hl7.org/fhir/SearchParameter/DomainResource-text", - "name": "_text", - "status": "draft", - "experimental": false, - "date": "2017-04-19T07:44:43+10:00", - "publisher": "Health Level Seven International (FHIR Infrastructure)", - "contact": [ - { - "telecom": [ - { - "system": "url", - "value": "http://hl7.org/fhir" - } - ] - }, - { - "telecom": [ - { - "system": "url", - "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" - } - ] - } - ], - "code": "_text", - "base": [ - "DomainResource" - ], - "type": "string", - "description": "Search on the narrative of the resource", - "xpathUsage": "normal" - } - }, - { - "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-content", - "resource": { - "resourceType": "SearchParameter", - "id": "Resource-content", - "url": "http://hl7.org/fhir/SearchParameter/Resource-content", - "name": "_content", - "status": "draft", - "experimental": false, - "date": "2017-04-19T07:44:43+10:00", - "publisher": "Health Level Seven International (FHIR Infrastructure)", - "contact": [ - { - "telecom": [ - { - "system": "url", - "value": "http://hl7.org/fhir" - } - ] - }, - { - "telecom": [ - { - "system": "url", - "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" - } - ] - } - ], - "code": "_content", - "base": [ - "Resource" - ], - "type": "string", - "description": "Search on the entire content of the resource", - "xpathUsage": "normal" - } - }, - { - "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-id", - "resource": { - "resourceType": "SearchParameter", - "id": "Resource-id", - "url": "http://hl7.org/fhir/SearchParameter/Resource-id", - "name": "_id", - "status": "draft", - "experimental": false, - "date": "2017-04-19T07:44:43+10:00", - "publisher": "Health Level Seven International (FHIR Infrastructure)", - "contact": [ - { - "telecom": [ - { - "system": "url", - "value": "http://hl7.org/fhir" - } - ] - }, - { - "telecom": [ - { - "system": "url", - "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" - } - ] - } - ], - "code": "_id", - "base": [ - "Resource" - ], - "type": "token", - "description": "Logical id of this artifact", - "expression": "Resource.id", - "xpath": "f:Resource/f:id", - "xpathUsage": "normal" - } - }, - { - "fullUrl": "http://hl7.org/fhir/SearchParameter/Account-balance", - "resource": { - "resourceType": "SearchParameter", - "id": "Account-balance", - "url": "http://hl7.org/fhir/SearchParameter/Account-balance", - "name": "balance", - "status": "draft", - "experimental": false, - "date": "2017-04-19T07:44:43+10:00", - "publisher": "Health Level Seven International (Patient Administration)", - "contact": [ - { - "telecom": [ - { - "system": "url", - "value": "http://hl7.org/fhir" - } - ] - }, - { - "telecom": [ - { - "system": "url", - "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" - } - ] - } - ], - "code": "balance", - "base": [ - "Account" - ], - "type": "quantity", - "description": "How much is in account?", - "expression": "Account.balance", - "xpath": "f:Account/f:balance", - "xpathUsage": "normal" - } - }, - { - "fullUrl": "http://hl7.org/fhir/SearchParameter/Account-identifier", - "resource": { - "resourceType": "SearchParameter", - "id": "Account-identifier", - "url": "http://hl7.org/fhir/SearchParameter/Account-identifier", - "name": "identifier", - "status": "draft", - "experimental": false, - "date": "2017-04-19T07:44:43+10:00", - "publisher": "Health Level Seven International (Patient Administration)", - "contact": [ - { - "telecom": [ - { - "system": "url", - "value": "http://hl7.org/fhir" - } - ] - }, - { - "telecom": [ - { - "system": "url", - "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" - } - ] - } - ], - "code": "identifier", - "base": [ - "Account" - ], - "type": "token", - "description": "Account number", - "expression": "Account.identifier", - "xpath": "f:Account/f:identifier", - "xpathUsage": "normal" - } - }, - { - "fullUrl": "http://hl7.org/fhir/SearchParameter/medications-identifier", - "resource": { - "resourceType": "SearchParameter", - "id": "medications-identifier", - "url": "http://hl7.org/fhir/SearchParameter/medications-identifier", - "name": "identifier", - "status": "draft", - "experimental": false, - "date": "2017-04-19T07:44:43+10:00", - "publisher": "Health Level Seven International (Pharmacy)", - "contact": [ - { - "telecom": [ - { - "system": "url", - "value": "http://hl7.org/fhir" - } - ] - }, - { - "telecom": [ - { - "system": "url", - "value": "http://www.hl7.org/Special/committees/medication/index.cfm" - } - ] - } - ], - "code": "identifier", - "base": [ - "MedicationRequest", - "MedicationAdministration", - "Medication", - "MedicationDispense" - ], - "type": "token", - "description": "Multiple Resources: \r\n\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier\r\n* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier\r\n* [Medication](medication.html): Return medications with this external identifier\r\n* [MedicationDispense](medicationdispense.html): Return dispenses with this external identifier\r\n", - "expression": "MedicationRequest.identifier | MedicationAdministration.identifier | Medication.identifier | MedicationDispense.identifier", - "xpath": "f:MedicationRequest/f:identifier | f:MedicationAdministration/f:identifier | f:Medication/f:identifier | f:MedicationDispense/f:identifier", - "xpathUsage": "normal" - } - } - ] - } - \ No newline at end of file + "entry": [ + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/DomainResource-text", + "resource": { + "resourceType": "SearchParameter", + "id": "DomainResource-text", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/DomainResource-text", + "version": "5.0.0", + "name": "_text", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Search on the narrative of the resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_text", + "base": [ + "DomainResource" + ], + "type": "special", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-content", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-content", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-content", + "version": "5.0.0", + "name": "_content", + "status": "draft", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Search on the entire content of the resource", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_content", + "base": [ + "Resource" + ], + "type": "special", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-id", + "resource": { + "resourceType": "SearchParameter", + "id": "Resource-id", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Resource-id", + "version": "5.0.0", + "name": "_id", + "status": "active", + "experimental": false, + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm" + } + ] + } + ], + "description": "Logical id of this artifact", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001", + "display": "World" + } + ] + } + ], + "code": "_id", + "base": [ + "Resource" + ], + "type": "token", + "expression": "Resource.id", + "processingMode": "normal" + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Account-balance", + "resource": { + "resourceType": "SearchParameter", + "id": "Account-balance", + "url": "http://hl7.org/fhir/SearchParameter/Account-balance", + "name": "balance", + "status": "draft", + "experimental": false, + "date": "2017-04-19T07:44:43+10:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "code": "balance", + "base": [ + "Account" + ], + "type": "quantity", + "description": "How much is in account?", + "expression": "Account.balance", + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/Account-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "Account-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Account-identifier", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2017-04-19T07:44:43+10:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "code": "identifier", + "base": [ + "Account" + ], + "type": "token", + "description": "Account number", + "expression": "Account.identifier", + } + }, + { + "fullUrl": "http://hl7.org/fhir/SearchParameter/medications-identifier", + "resource": { + "resourceType": "SearchParameter", + "id": "medications-identifier", + "url": "http://hl7.org/fhir/SearchParameter/medications-identifier", + "name": "identifier", + "status": "draft", + "experimental": false, + "date": "2017-04-19T07:44:43+10:00", + "publisher": "Health Level Seven International (Pharmacy)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/medication/index.cfm" + } + ] + } + ], + "code": "identifier", + "base": [ + "MedicationRequest", + "MedicationAdministration", + "Medication", + "MedicationDispense" + ], + "type": "token", + "description": "Multiple Resources: \r\n\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier\r\n* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier\r\n* [Medication](medication.html): Return medications with this external identifier\r\n* [MedicationDispense](medicationdispense.html): Return dispenses with this external identifier\r\n", + "expression": "MedicationRequest.identifier | MedicationAdministration.identifier | Medication.identifier | MedicationDispense.identifier", + } + } + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/Microsoft.Health.Fhir.Tests.Common.csproj b/src/Microsoft.Health.Fhir.Tests.Common/Microsoft.Health.Fhir.Tests.Common.csproj index 89524374d1..4746e6f325 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/Microsoft.Health.Fhir.Tests.Common.csproj +++ b/src/Microsoft.Health.Fhir.Tests.Common/Microsoft.Health.Fhir.Tests.Common.csproj @@ -173,9 +173,11 @@ + + @@ -192,6 +194,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Appointment.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Appointment.json index c260481073..208ab52f30 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Appointment.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Appointment.json @@ -19,12 +19,14 @@ ], "serviceType": [ { - "coding": [ - { - "code": "52", - "display": "General Discussion" - } - ] + "concept": { + "coding": [ + { + "code": "52", + "display": "General Discussion" + } + ] + } } ], "specialty": [ diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Bundle-ChainingSortAndSearchValidation.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Bundle-ChainingSortAndSearchValidation.json index afdf281a24..89a7a81066 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Bundle-ChainingSortAndSearchValidation.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Bundle-ChainingSortAndSearchValidation.json @@ -321,57 +321,59 @@ "display": "Activity-Practitioners-CU" } ], - "availableTime": [ - { - "daysOfWeek": [ - "mon" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "tue" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "wed" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "thu" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "fri" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "sat" - ], - "availableStartTime": "10:00:00", - "availableEndTime": "16:00:00" - }, - { - "daysOfWeek": [ - "sun" - ], - "availableStartTime": "10:00:00", - "availableEndTime": "16:00:00" - } - ] + "availability": { + "availableTime": [ + { + "daysOfWeek": [ + "mon" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "tue" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "wed" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "thu" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "fri" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "sat" + ], + "availableStartTime": "10:00:00", + "availableEndTime": "16:00:00" + }, + { + "daysOfWeek": [ + "sun" + ], + "availableStartTime": "10:00:00", + "availableEndTime": "16:00:00" + } + ] + } }, "request": { "method": "PUT", @@ -449,57 +451,59 @@ "display": "Activity-Triage" } ], - "availableTime": [ - { - "daysOfWeek": [ - "mon" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "tue" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "wed" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "thu" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "fri" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "sat" - ], - "availableStartTime": "10:00:00", - "availableEndTime": "16:00:00" - }, - { - "daysOfWeek": [ - "sun" - ], - "availableStartTime": "10:00:00", - "availableEndTime": "16:00:00" - } - ] + "availability": { + "availableTime": [ + { + "daysOfWeek": [ + "mon" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "tue" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "wed" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "thu" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "fri" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "sat" + ], + "availableStartTime": "10:00:00", + "availableEndTime": "16:00:00" + }, + { + "daysOfWeek": [ + "sun" + ], + "availableStartTime": "10:00:00", + "availableEndTime": "16:00:00" + } + ] + } }, "request": { "method": "PUT", @@ -577,57 +581,59 @@ "display": "Activity-ReQueue" } ], - "availableTime": [ - { - "daysOfWeek": [ - "mon" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "tue" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "wed" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "thu" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "fri" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "sat" - ], - "availableStartTime": "10:00:00", - "availableEndTime": "16:00:00" - }, - { - "daysOfWeek": [ - "sun" - ], - "availableStartTime": "10:00:00", - "availableEndTime": "16:00:00" - } - ] + "availability": { + "availableTime": [ + { + "daysOfWeek": [ + "mon" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "tue" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "wed" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "thu" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "fri" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "sat" + ], + "availableStartTime": "10:00:00", + "availableEndTime": "16:00:00" + }, + { + "daysOfWeek": [ + "sun" + ], + "availableStartTime": "10:00:00", + "availableEndTime": "16:00:00" + } + ] + } }, "request": { "method": "PUT", @@ -705,57 +711,59 @@ "display": "Activity-Patients-CU" } ], - "availableTime": [ - { - "daysOfWeek": [ - "mon" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "tue" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "wed" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "thu" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "fri" - ], - "availableStartTime": "08:00:00", - "availableEndTime": "20:00:00" - }, - { - "daysOfWeek": [ - "sat" - ], - "availableStartTime": "10:00:00", - "availableEndTime": "16:00:00" - }, - { - "daysOfWeek": [ - "sun" - ], - "availableStartTime": "10:00:00", - "availableEndTime": "16:00:00" - } - ] + "availability": { + "availableTime": [ + { + "daysOfWeek": [ + "mon" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "tue" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "wed" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "thu" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "fri" + ], + "availableStartTime": "08:00:00", + "availableEndTime": "20:00:00" + }, + { + "daysOfWeek": [ + "sat" + ], + "availableStartTime": "10:00:00", + "availableEndTime": "16:00:00" + }, + { + "daysOfWeek": [ + "sun" + ], + "availableStartTime": "10:00:00", + "availableEndTime": "16:00:00" + } + ] + } }, "request": { "method": "PUT", @@ -907,37 +915,43 @@ "display": "Critical Care 1" } ], - "availableTime": [ - { - "daysOfWeek": [ - "mon" - ], - "availableStartTime": "09:00:00", - "availableEndTime": "18:00:00" - }, - { - "daysOfWeek": [ - "tue" - ], - "availableStartTime": "09:00:00", - "availableEndTime": "18:00:00" - }, - { - "daysOfWeek": [ - "wed" - ], - "availableStartTime": "09:00:00", - "availableEndTime": "18:00:00" - }, - { - "daysOfWeek": [ - "sat" - ], - "availableStartTime": "10:00:00", - "availableEndTime": "16:00:00" - } - ], - "availabilityExceptions": "Reduced capacity is available during the Christmas period" + "availability": { + "availableTime": [ + { + "daysOfWeek": [ + "mon" + ], + "availableStartTime": "09:00:00", + "availableEndTime": "18:00:00" + }, + { + "daysOfWeek": [ + "tue" + ], + "availableStartTime": "09:00:00", + "availableEndTime": "18:00:00" + }, + { + "daysOfWeek": [ + "wed" + ], + "availableStartTime": "09:00:00", + "availableEndTime": "18:00:00" + }, + { + "daysOfWeek": [ + "sat" + ], + "availableStartTime": "10:00:00", + "availableEndTime": "16:00:00" + } + ], + "notAvailableTime": [ + { + "description": "Reduced capacity is available during the Christmas period" + } + ] + } }, "request": { "method": "PUT", @@ -1081,37 +1095,43 @@ "display": "Critical Care 2" } ], - "availableTime": [ - { - "daysOfWeek": [ - "mon" - ], - "availableStartTime": "09:00:00", - "availableEndTime": "18:00:00" - }, - { - "daysOfWeek": [ - "tue" - ], - "availableStartTime": "09:00:00", - "availableEndTime": "18:00:00" - }, - { - "daysOfWeek": [ - "wed" - ], - "availableStartTime": "09:00:00", - "availableEndTime": "18:00:00" - }, - { - "daysOfWeek": [ - "sat" - ], - "availableStartTime": "10:00:00", - "availableEndTime": "16:00:00" - } - ], - "availabilityExceptions": "Reduced capacity is available during the Christmas period" + "availability": { + "availableTime": [ + { + "daysOfWeek": [ + "mon" + ], + "availableStartTime": "09:00:00", + "availableEndTime": "18:00:00" + }, + { + "daysOfWeek": [ + "tue" + ], + "availableStartTime": "09:00:00", + "availableEndTime": "18:00:00" + }, + { + "daysOfWeek": [ + "wed" + ], + "availableStartTime": "09:00:00", + "availableEndTime": "18:00:00" + }, + { + "daysOfWeek": [ + "sat" + ], + "availableStartTime": "10:00:00", + "availableEndTime": "16:00:00" + } + ], + "notAvailableTime": [ + { + "description": "Reduced capacity is available during the Christmas period" + } + ] + } }, "request": { "method": "PUT", diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Bundle-TransactionWithInvalidBundleEntry.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Bundle-TransactionWithInvalidBundleEntry.json new file mode 100644 index 0000000000..ab1a0d0d2e --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Bundle-TransactionWithInvalidBundleEntry.json @@ -0,0 +1,233 @@ +{ + "resourceType": "Bundle", + "id": "bundle-transaction", + "meta": { + "lastUpdated": "2014-08-18T01:43:30Z" + }, + "type": "transaction", + "entry": [ + { + "fullUrl": "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0a", + "resource": { + "resourceType": "Coverage", + "id": "AA87654", + "contained": [ + { + "resourceType": "Organization", + "id": "payer", + "identifier": [ + { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "0123456789" + } + ], + "active": true, + "name": "New Health Plan", + "endpoint": [ + { + "reference": "http://example.org/new-payer/fhir" + } + ] + } + ], + "identifier": [ + { + "system": null, + "value": "234567" + } + ], + "status":, + "beneficiary": { + "reference": "" + }, + "insurer": [ + { + "reference": "#payer" + } + ] + }, + "request": { + "method": "POST", + "url": "Coverage" + } + }, + { + "fullUrl": "urn:uuid:88f151c0-a954-468a-88bd-5ae15c08e059", + "resource": { + "resourceType": "Observation", + "id": "example", + "text": { + "status": "generated", + "div": "

Generated Narrative with Details

id: example

status: final

category: Vital Signs (Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})

code: Body Weight (Details : {LOINC code '29463-7' = 'Body weight', given as 'Body Weight'}; {LOINC code '3141-9' = 'Body weight Measured', given as 'Body weight Measured'}; {SNOMED CT code '27113001' = 'Body weight', given as 'Body weight'}; {http://acme.org/devices/clinical-codes code 'body-weight' = 'body-weight', given as 'Body Weight'})

subject: Patient/example

encounter: Encounter/example

effective: 28/03/2016

value: 185 lbs (Details: UCUM code [lb_av] = 'lb_av')

" + }, + "status":, + "category": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/observation-category", + "code": "vital-signs", + "display": "Vital Signs" + } + ] + } + ], + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "29463-7", + "display": "Body Weight" + }, + { + "system": "http://loinc.org", + "code": "3141-9", + "display": "Body weight Measured" + }, + { + "system": "http://snomed.info/sct", + "code": "27113001", + "display": "Body weight" + }, + { + "system": "http://acme.org/devices/clinical-codes", + "code": "body-weight", + "display": "Body Weight" + } + ] + }, + "subject": { + "reference": "Patient/example" + }, + "encounter": { + "reference": "Encounter/example" + }, + "effectiveDateTime": "2016-03-28", + "valueQuantity": { + "value": 185, + "unit": "lbs", + "system": "http://unitsofmeasure.org", + "code": "[lb_av]" + } + }, + "request": { + "method": "POST", + "url": "Observation" + } + }, + { + "fullUrl": "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0c", + "resource": { + "resourceType": "Claim", + "id": "100150", + "text": { + "status": "generated", + "div": "
A human-readable rendering of the Oral Health Claim
" + }, + "identifier": [ + { + "system": "http://happyvalley.com/claim", + "value": "12345" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "oral" + } + ] + }, + "use":, + "patient": { + "reference": "Patient/1" + }, + "created": "2014-08-16", + "insurer": { + "reference": "Organization/2" + }, + "provider": { + "reference": "Organization/1" + }, + "priority": { + "coding": [ + { + "code": "normal" + } + ] + }, + "payee": { + "type": { + "coding": [ + { + "code": "provider" + } + ] + } + }, + "careTeam": [ + { + "sequence": 1, + "provider": { + "reference": "Practitioner/example" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "code": "123456" + } + ] + } + } + ], + "insurance": [ + { + "sequence": 1, + "focal": true, + "identifier": { + "system": "http://happyvalley.com/claim", + "value": "12345" + }, + "coverage": { + "reference": "Coverage/9876B1" + } + } + ], + "item": [ + { + "sequence": 1, + "careTeamSequence": [ + 1 + ], + "productOrService": { + "coding": [ + { + "code": "1200" + } + ] + }, + "servicedDate": "2014-08-16", + "unitPrice": { + "value": 135.57, + "currency": "USD" + }, + "net": { + "value": 135.57, + "currency": "USD" + } + } + ] + }, + "request": { + "method": "POST", + "url": "Claim" + } + } + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Bundle-TransactionWithReferenceInResourceBody.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Bundle-TransactionWithReferenceInResourceBody.json index 30bdd93359..ef7001dcbf 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Bundle-TransactionWithReferenceInResourceBody.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Bundle-TransactionWithReferenceInResourceBody.json @@ -106,8 +106,12 @@ "id": "d16e8808-cbec-4f3e-9e00-c16604f36008", "status": "completed", "class": { - "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code": "AMB" + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "AMB" + } + ] }, "type": [ { @@ -210,15 +214,17 @@ } ], "name": "NEWTON-WELLESLEY HOSPITAL", - "address": [ + "contact": [ { - "line": [ - "2014 WASHINGTON STREET" - ], - "city": "NEWTON", - "state": "MA", - "postalCode": "02462", - "country": "US" + "address": { + "line": [ + "2014 WASHINGTON STREET" + ], + "city": "NEWTON", + "state": "MA", + "postalCode": "02462", + "country": "US" + } } ] }, diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Condition-For-Patient-f001.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Condition-For-Patient-f001.json index 8a15c952bd..eaa7435463 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Condition-For-Patient-f001.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Condition-For-Patient-f001.json @@ -1,93 +1,97 @@ { - "resourceType": "Condition", - "id": "f001", + "resourceType": "Condition", + "id": "f001", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: f001

clinicalStatus: Active (Details : {http://terminology.hl7.org/CodeSystem/condition-clinical code 'active' = 'Active)

verificationStatus: Confirmed (Details : {http://terminology.hl7.org/CodeSystem/condition-ver-status code 'confirmed' = 'Confirmed)

category: diagnosis (Details : {SNOMED CT code '439401001' = 'Diagnosis', given as 'diagnosis'})

severity: Moderate (Details : {SNOMED CT code '6736007' = 'Moderate', given as 'Moderate'})

code: Heart valve disorder (Details : {SNOMED CT code '368009' = 'Heart valve disorder', given as 'Heart valve disorder'})

bodySite: heart structure (Details : {SNOMED CT code '40768004' = 'Left thorax', given as 'Left thorax'})

subject: P. van de Heuvel

encounter: Encounter/f001

onset: 05/08/2011

recordedDate: 05/10/2011

asserter: P. van de Heuvel

Evidences

-Code
*Cardiac chest pain (Details : {SNOMED CT code '426396005' = 'Cardiac chest pain', given as 'Cardiac chest pain'})
" }, - "clinicalStatus": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/condition-clinical", - "code": "active" - } - ] - }, - "verificationStatus": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status", - "code": "confirmed" - } - ] - }, - "category": [ - { - "coding": [ + "clinicalStatus": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-clinical", + "code": "active" + } + ] + }, + "verificationStatus": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status", + "code": "confirmed" + } + ] + }, + "category": [ { - "system": "http://snomed.info/sct", - "code": "439401001", - "display": "diagnosis" + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "439401001", + "display": "diagnosis" + } + ] } - ] - } - ], - "severity": { - "coding": [ - { - "system": "http://snomed.info/sct", - "code": "6736007", - "display": "Moderate" - } - ] - }, - "code": { - "coding": [ - { - "system": "http://snomed.info/sct", - "code": "368009", - "display": "Heart valve disorder" - } - ] - }, - "bodySite": [ - { - "coding": [ + ], + "severity": { + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "6736007", + "display": "Moderate" + } + ] + }, + "code": { + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "368009", + "display": "Heart valve disorder" + } + ] + }, + "bodySite": [ { - "system": "http://snomed.info/sct", - "code": "40768004", - "display": "Left thorax" + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "40768004", + "display": "Left thorax" + } + ], + "text": "heart structure" } - ], - "text": "heart structure" - } - ], + ], "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, - "encounter": { - "reference": "Encounter/f001" - }, - "onsetDateTime": "2011-08-05", - "recordedDate": "2011-10-05", - "asserter": { - "reference": "Patient/f001", - "display": "P. van de Heuvel" - }, - "evidence": [ - { - "code": [ + "encounter": { + "reference": "Encounter/f001" + }, + "onsetDateTime": "2011-08-05", + "recordedDate": "2011-10-05", + "participant": [ { - "coding": [ - { - "system": "http://snomed.info/sct", - "code": "426396005", - "display": "Cardiac chest pain" + "actor": { + "reference": "Patient/f001", + "display": "P. van de Heuvel" } - ] } - ] - } - ] + ], + "evidence": [ + { + "concept": [ + { + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "426396005", + "display": "Cardiac chest pain" + } + ] + } + ] + } + ] } diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Coverage.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Coverage.json new file mode 100644 index 0000000000..4701dada53 --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Coverage.json @@ -0,0 +1,45 @@ +{ + "resourceType": "Coverage", + "id": "SP1234", + "text": { + "status": "generated", + "div": "
A human-readable rendering of a Self Pay Agreement.
" + }, + "identifier": [ + { + "system": "http://hospitalx.com/selfpayagreement", + "value": "SP12345678" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-selfpay", + "code": "pay", + "display": "PAY" + } + ] + }, + "subscriber": { + "reference": "Patient/5" + }, + "beneficiary": { + "reference": "Patient/5" + }, + "relationship": { + "coding": [ + { + "code": "self" + } + ] + }, + "period": { + "end": "2012-03-17" + }, + "insurer": [ + { + "reference": "Patient/5" + } + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-appends.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-appends.json index 85ba963241..2619b1d05a 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-appends.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-appends.json @@ -61,10 +61,28 @@ ], "attester": [ { - "mode": "professional", + "mode": { + "coding": [ + { + "display": "professional" + } + ] + }, "party": { "reference": "Organization/f001" } + }, + { + "mode": { + "coding": [ + { + "display": "patient" + } + ] + }, + "party": { + "reference": "Patient/xcda" + } } ], "custodian": { @@ -108,27 +126,38 @@ "title": "Physical", "creation": "2005-12-24T09:35:00+11:00" }, - "format": { - "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", - "code": "urn:ihe:pcc:handp:2008", - "display": "History and Physical Specification" + "profile": { + "valueCoding": { + "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", + "code": "urn:ihe:pcc:handp:2008", + "display": "History and Physical Specification" + } } } ], - "encounter": [ + "context": [ { "reference": "Encounter/xcda" + }, + { + "reference": "Patient/xcda", + "identifier": { + "system": "urn:ietf:rfc:3986", + "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.2345" + } } ], "event": [ { - "coding": [ - { - "system": "http://ihe.net/xds/connectathon/eventCodes", - "code": "T-D8200", - "display": "Arm" - } - ] + "concept": { + "coding": [ + { + "system": "http://ihe.net/xds/connectathon/eventCodes", + "code": "T-D8200", + "display": "Arm" + } + ] + } } ], "period": { @@ -152,18 +181,5 @@ "display": "General Medicine" } ] - }, - "sourcePatientInfo": { - "reference": "Patient/xcda" - }, - "related": [ - { - "reference": "Patient/xcda", - "identifier": { - "system": "urn:ietf:rfc:3986", - "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.2345" - } - } - ] - + } } diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-transforms-replaces-target.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-transforms-replaces-target.json index 81cb7129f6..7caa489248 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-transforms-replaces-target.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-transforms-replaces-target.json @@ -61,10 +61,28 @@ ], "attester": [ { - "mode": "professional", + "mode": { + "coding": [ + { + "display": "professional" + } + ] + }, "party": { "reference": "Organization/f001" } + }, + { + "mode": { + "coding": [ + { + "display": "patient" + } + ] + }, + "party": { + "reference": "Patient/xcda" + } } ], "custodian": { @@ -121,28 +139,38 @@ "title": "Physical", "creation": "2005-12-24T09:35:00+11:00" }, - "format": { - "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", - "code": "urn:ihe:pcc:handp:2008", - "display": "History and Physical Specification" + "profile": { + "valueCoding": { + "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", + "code": "urn:ihe:pcc:handp:2008", + "display": "History and Physical Specification" + } } } ], - - "encounter": [ + "context": [ { "reference": "Encounter/xcda" + }, + { + "reference": "Patient/xcda", + "identifier": { + "system": "urn:ietf:rfc:3986", + "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.2345" + } } ], "event": [ { - "coding": [ - { - "system": "http://ihe.net/xds/connectathon/eventCodes", - "code": "T-D8200", - "display": "Arm" - } - ] + "concept": { + "coding": [ + { + "system": "http://ihe.net/xds/connectathon/eventCodes", + "code": "T-D8200", + "display": "Arm" + } + ] + } } ], "period": { @@ -166,17 +194,5 @@ "display": "General Medicine" } ] - }, - "sourcePatientInfo": { - "reference": "Patient/xcda" - }, - "related": [ - { - "reference": "Patient/xcda", - "identifier": { - "system": "urn:ietf:rfc:3986", - "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.2345" - } - } - ] + } } diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-transforms.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-transforms.json index 4194067058..b7b45985e8 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-transforms.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/DocumentReference-example-relatesTo-code-transforms.json @@ -61,10 +61,28 @@ ], "attester": [ { - "mode": "professional", + "mode": { + "coding": [ + { + "display": "professional" + } + ] + }, "party": { "reference": "Organization/f001" } + }, + { + "mode": { + "coding": [ + { + "display": "patient" + } + ] + }, + "party": { + "reference": "Patient/xcda" + } } ], "custodian": { @@ -108,27 +126,38 @@ "title": "Physical", "creation": "2005-12-24T09:35:00+11:00" }, - "format": { - "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", - "code": "urn:ihe:pcc:handp:2008", - "display": "History and Physical Specification" + "profile": { + "valueCoding": { + "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", + "code": "urn:ihe:pcc:handp:2008", + "display": "History and Physical Specification" + } } } ], - "encounter": [ + "context": [ { "reference": "Encounter/xcda" + }, + { + "reference": "Patient/xcda", + "identifier": { + "system": "urn:ietf:rfc:3986", + "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.2345" + } } ], "event": [ { - "coding": [ - { - "system": "http://ihe.net/xds/connectathon/eventCodes", - "code": "T-D8200", - "display": "Arm" - } - ] + "concept": { + "coding": [ + { + "system": "http://ihe.net/xds/connectathon/eventCodes", + "code": "T-D8200", + "display": "Arm" + } + ] + } } ], "period": { @@ -152,17 +181,5 @@ "display": "General Medicine" } ] - }, - "sourcePatientInfo": { - "reference": "Patient/xcda" - }, - "related": [ - { - "reference": "Patient/xcda", - "identifier": { - "system": "urn:ietf:rfc:3986", - "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.2345" - } - } - ] + } } diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Encounter-For-Patient-f001.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Encounter-For-Patient-f001.json index d240628a6e..79aca7ad15 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Encounter-For-Patient-f001.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Encounter-For-Patient-f001.json @@ -13,11 +13,15 @@ } ], "status": "completed", - "class": { - "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code": "AMB", - "display": "ambulatory" - }, + "class": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "AMB", + "display": "ambulatory" + } + ] + }, "type": [ { "coding": [ @@ -58,7 +62,7 @@ }, "reason": [ { - "concept": { + "use": { "coding": [ { "system": "http://snomed.info/sct", @@ -69,7 +73,7 @@ } } ], - "hospitalization": { + "admission": { "preAdmissionIdentifier": { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/pre-admissions", diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Location-example-hq.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Location-example-hq.json index 84fbf04960..7257328004 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Location-example-hq.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Location-example-hq.json @@ -16,7 +16,7 @@ ] } ], - "physicalType": { + "form": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/MedicinalProductDefinition.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/MedicinalProductDefinition.json index 0cf0005b9c..1c6909daec 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/MedicinalProductDefinition.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/MedicinalProductDefinition.json @@ -34,7 +34,7 @@ "name": [ { "productName": "Equilidem 2.5 mg film-coated tablets", - "namePart": [ + "part": [ { "part": "Equilidem", "type": { @@ -66,7 +66,7 @@ } } ], - "countryLanguage": [ + "usage": [ { "country": { "coding": [ diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/ObservationDefinition-example.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/ObservationDefinition-example.json index d3689acdb0..892c8095aa 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/ObservationDefinition-example.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/ObservationDefinition-example.json @@ -39,17 +39,10 @@ ] }, "preferredReportName": "Serum albumin/​Protein total", - "quantitativeDetails": { - "unit": { - "coding": [ - { - "system": "http://unitsofmeasure.org", - "code": "%", - "display": "%" - } - ] - }, - "decimalPrecision": 0 + "permittedUnit": { + "system": "http://unitsofmeasure.org", + "code": "%", + "display": "%" }, "qualifiedValue": [ { diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Organization.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Organization.json index 431e1f0adc..e0e09f6b09 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Organization.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Organization.json @@ -1,32 +1,36 @@ { - "resourceType": "Organization", - "id": "msft", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/organization-alias", - "valueString": "Microsoft" - } - ], - "name": "Microsoft Corporation", - "telecom": [ - { - "system": "phone", - "value": "(+1) 555-555-5555" - }, - { - "system": "fax", - "value": "(+1) 555-555-5551" - } - ], - "address": [ - { - "line": [ - "1 Microsoft Way" - ], - "city": "Redmond", - "state": "WA", - "postalCode": "98052", - "country": "USA" - } - ] -} \ No newline at end of file + "resourceType": "Organization", + "id": "msft", + "name": "Microsoft Corporation", + "contact": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/organization-alias", + "valueString": "Microsoft" + } + ], + "telecom": [ + { + "system": "phone", + "value": "(+1) 555-555-5555" + }, + { + "system": "fax", + "value": "(+1) 555-555-5551" + } + ], + "address": [ + { + "line": [ + "1 Microsoft Way" + ], + "city": "Redmond", + "state": "WA", + "postalCode": "98052", + "country": "USA" + } + ] + } + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Profile-Organization-uscore-endpoint.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Profile-Organization-uscore-endpoint.json new file mode 100644 index 0000000000..0ef84b218e --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Profile-Organization-uscore-endpoint.json @@ -0,0 +1,78 @@ +{ + "resourceType": "Organization", + "id": "saint-luke-w-endpoint", + "meta": { "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ] }, + "text": { + "status": "generated", + "div": "
\n\t\t\t

Organization

\n\t\t\t
\n\t\t\t\t

ID: 393872

\n\t\t\t\t

Name: Saint Luke's Hospital of Kansas City

\n\t\t\t\t

NPI: 1063494177

\n\t\t\t\t

Phone:(816)932-2000

\n\t\t\t\t

Address:4401 Wornall Rd,, MO, 64111

\n\t\t\t
\n\t\t
" + }, + "contained": [ + { + "resourceType": "Endpoint", + "id": "75", + "status": "active", + "connectionType": { + "coding": [ + { + "system": "http://hl7.org/fhir/endpoint-connection-type", + "code": "direct-project" + } + ] + }, + "name": "Dr. Ronald Bone Direct Address", + "managingOrganization": { "reference": "Organization/example-organization-2" }, + "payload": [ + { + "type": { + "coding": [ + { + "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", + "code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1" + } + ] + }, + "mimeType": [ "text/xml" ] + } + ], + "address": "mailto:Interoperability@DirectAddress.com" + } + ], + "identifier": [ + { + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "1063494177" + }, + { + "system": "http://hl7.org/fhir/us/argo/sid/us-ein", + "value": "00-0000000" + } + ], + "active": true, + "name": "Saint Luke's Hospital of Kansas City", + "contact": [ + { + "telecom": [ + { + "system": "phone", + "value": "(816)932-2000", + "use": "work" + }, + { + "system": "other", + "value": "http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city", + "use": "work" + } + ], + "address": [ + { + "text": "3300 Washtenaw Avenue, Suite 227 Amherst MA 01002", + "line": [ "4401 Wornall Rd," ], + "city": "Amherst", + "state": "MA", + "postalCode": "64111" + } + ] + } + ], + "endpoint": [ { "reference": "#75" } ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Profile-Organization-uscore.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Profile-Organization-uscore.json new file mode 100644 index 0000000000..ce056ffba1 --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Profile-Organization-uscore.json @@ -0,0 +1,61 @@ +{ + "resourceType": "Organization", + "id": "acme-lab", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" + ] + }, + "text": { + "status": "generated", + "div": "

Generated Narrative with Details

id: acme-lab

meta:

identifier: 1144221847, 2523423456

active: true

type: Healthcare Provider (Details : {http://hl7.org/fhir/organization-type code 'prov' = 'Healthcare Provider', given as 'Healthcare Provider'})

name: Acme Labs

telecom: ph: (+1) 734-677-7777, hq@acme.org

address: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002 USA

" + }, + "identifier": [ + { + "system": "http://hl7.org.fhir/sid/us-npi", + "value": "1144221847" + }, + { + "system": "http://www.acme.org/organization", + "value": "2523423456" + } + ], + "active": true, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/organization-type", + "code": "prov", + "display": "Healthcare Provider" + } + ] + } + ], + "name": "Acme Labs", + "contact": [ + { + "telecom": [ + { + "system": "phone", + "value": "(+1) 734-677-7777" + }, + { + "system": "email", + "value": "hq@acme.org" + } + ], + "address": [ + { + "line": [ + "3300 Washtenaw Avenue, Suite 227" + ], + "city": "Amherst", + "state": "MA", + "postalCode": "01002", + "country": "USA" + } + ] + } + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchDataBatch.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchDataBatch.json new file mode 100644 index 0000000000..9701edfded --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchDataBatch.json @@ -0,0 +1,365 @@ +{ + "resourceType": "Bundle", + "type": "batch", + "entry": [ + { + "resource": { + "resourceType": "Patient", + "id": "searchpatient1", + "name": [ + { + "family": "Chalmers", + "given": [ + "Sarah" + ] + } + ], + "active": true, + "identifier": [ + { + "use": "official", + "value": "test 1" + } + ], + "gender": "female", + "generalPractitioner": [ + { + "reference": "Practitioner/searchpractitioner1" + }, + { + "reference": "Practitioner/searchpractitioner2" + } + ] + }, + "request": { + "method": "PUT", + "url": "Patient/searchpatient1" + } + }, + { + "resource": { + "resourceType": "Patient", + "id": "searchpatient2", + "name": [ + { + "family": "Chalmers", + "given": [ + "Jon" + ] + } + ], + "active": true, + "identifier": [ + { + "use": "official", + "value": "test 2" + } + ], + "birthDate": "1987-02-20", + "gender": "male", + "generalPractitioner": { + "reference": "Practitioner/searchpractitioner2" + } + }, + "request": { + "method": "PUT", + "url": "Patient/searchpatient2" + } + }, + { + "resource": { + "resourceType": "Patient", + "id": "searchpatient3", + "name": [ + { + "family": "Chalmers", + "given": [ + "jon" + ] + } + ], + "address": [ + { + "line": [ + "Dismal Drive" + ] + } + ], + "active": true, + "birthDate": "1975-01-12", + "gender": "male", + "generalPractitioner": { + "reference": "Practitioner/searchpractitioner3" + } + }, + "request": { + "method": "PUT", + "url": "Patient/searchpatient3" + } + }, + { + "resource": { + "resourceType": "Patient", + "id": "searchpatient4", + "name": [ + { + "family": "Chalmers", + "given": [ + "Jonathon" + ] + } + ], + "address": [ + { + "line": [ + "Pleasant Meadows" + ] + } + ], + "birthDate": "2000-12-23", + "gender": "female" + }, + "request": { + "method": "PUT", + "url": "Patient/searchpatient4" + } + }, + { + "resource": { + "resourceType": "Encounter", + "status": "planned", + "class": { + "coding": [ + { + "system": "system", + "code": "code" + } + ] + }, + "subject": { + "reference": "Patient/searchpatient2" + } + }, + "request": { + "method": "POST", + "url": "Encounter" + } + }, + { + "resource": { + "resourceType": "Encounter", + "status": "planned", + "class": { + "coding": [ + { + "system": "system", + "code": "code" + } + ] + }, + "subject": { + "reference": "Patient/searchpatient3" + } + }, + "request": { + "method": "POST", + "url": "Encounter" + } + }, + { + "resource": { + "resourceType": "Observation", + "id": "searchobservation1", + "status": "amended", + "code": { + "coding": [ + { + "system": "LOINC", + "code": "2823-3" + } + ] + }, + "valueQuantity": { + "value": 9.0 + } + }, + "request": { + "method": "PUT", + "url": "Observation/searchobservation1" + } + }, + { + "resource": { + "resourceType": "Observation", + "id": "searchobservation2", + "status": "amended", + "code": { + "coding": [ + { + "system": "LOINC", + "code": "2823-3" + } + ] + }, + "valueQuantity": { + "value": 10.0 + }, + "subject": { + "reference": "Patient/searchpatient2" + } + }, + "request": { + "method": "PUT", + "url": "Observation/searchobservation2" + } + }, + { + "resource": { + "resourceType": "Observation", + "status": "amended", + "code": { + "coding": [ + { + "system": "system", + "code": "527" + } + ] + }, + "valueQuantity": { + "value": 12.0 + }, + "subject": { + "reference": "Patient/searchpatient1" + } + }, + "request": { + "method": "POST", + "url": "Observation" + } + }, + { + "resource": { + "resourceType": "DiagnosticReport", + "status": "final", + "code": { + "coding": [ + { + "system": "system", + "code": "code" + } + ] + }, + "subject": { + "reference": "Patient/searchpatient1" + }, + "result": { + "reference": "Observation/searchobservation1" + } + }, + "request": { + "method": "POST", + "url": "DiagnosticReport" + } + }, + { + "resource": { + "resourceType": "DiagnosticReport", + "status": "partial", + "code": { + "coding": [ + { + "system": "system", + "code": "code" + } + ] + }, + "subject": { + "reference": "Patient/searchpatient2" + }, + "result": { + "reference": "Observation/searchobservation2" + } + }, + "request": { + "method": "POST", + "url": "DiagnosticReport" + } + }, + { + "resource": { + "resourceType": "Practitioner", + "id": "searchpractitioner1", + "name": [ + { + "given": [ + "Sarah" + ] + } + ], + "address": [ + { + "state": "VT" + } + ] + }, + "request": { + "method": "PUT", + "url": "Practitioner/searchpractitioner1" + } + }, + { + "resource": { + "resourceType": "Practitioner", + "id": "searchpractitioner2", + "name": [ + { + "given": [ + "Bob" + ] + } + ], + "address": [ + { + "state": "WA" + } + ] + }, + "request": { + "method": "PUT", + "url": "Practitioner/searchpractitioner2" + } + }, + { + "resource": { + "resourceType": "Practitioner", + "id": "searchpractitioner3", + "name": [ + { + "given": [ + "janedoe" + ] + } + ], + "address": [ + { + "state": "CA" + } + ] + }, + "request": { + "method": "PUT", + "url": "Practitioner/searchpractitioner3" + } + }, + { + "resource": { + "resourceType": "AuditEvent", + "recorded": "2021-05-28T00:00:00.000" + }, + "request": { + "method": "POST", + "url": "AuditEvent" + } + } + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameter-SpecimenStatus.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameter-SpecimenStatus.json new file mode 100644 index 0000000000..80a0c2a708 --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameter-SpecimenStatus.json @@ -0,0 +1,40 @@ +{ + "resourceType": "SearchParameter", + "id": "Specimen-foo", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Specimen-foo", + "version": "4.0.1", + "name": "status", + "status": "draft", + "experimental": false, + "date": "2019-11-01T09:29:23+11:00", + "publisher": "Health Level Seven International (Orders and Observations)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/orders/index.cfm" + } + ] + } + ], + "description": "available | unavailable | unsatisfactory | entered-in-error", + "code": "foo", + "base": [ "Specimen" ], + "type": "token", + "expression": "Specimen.status" +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterBadSyntax.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterBadSyntax.json new file mode 100644 index 0000000000..e5b831699b --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterBadSyntax.json @@ -0,0 +1,44 @@ +{ + "resourceType": "SearchParameter", + "id": "Encounter-diagnosis", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosisBad1", + "version": "4.4.0", + "name": "diagnosis", + "status": "draft", + "experimental": false, + "date": "2020-05-03T08:43:35+10:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The diagnosis or procedure relevant to the encounter", + "code": "diagnosis-reference", + "base": [ "Encounter" ], + "type": "reference", + "expression": "bad syntax", + "target": [ + "Condition", + "Procedure" + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterExpressionWrongProperty.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterExpressionWrongProperty.json new file mode 100644 index 0000000000..51d23520ec --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterExpressionWrongProperty.json @@ -0,0 +1,44 @@ +{ + "resourceType": "SearchParameter", + "id": "Encounter-diagnosisBad2", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosisBad2", + "version": "4.4.0", + "name": "diagnosisBad2", + "status": "draft", + "experimental": false, + "date": "2020-05-03T08:43:35+10:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The diagnosis or procedure relevant to the encounter", + "code": "diagnosisBad2", + "base": [ "Encounter" ], + "type": "reference", + "expression": "Encounter.diagnosis.foo", + "target": [ + "Condition", + "Procedure" + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterInvalidBase.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterInvalidBase.json new file mode 100644 index 0000000000..d1bc3a1d59 --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterInvalidBase.json @@ -0,0 +1,44 @@ +{ + "resourceType": "SearchParameter", + "id": "Encounter-diagnosisBad3", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosisBad3", + "version": "4.4.0", + "name": "diagnosisBad3", + "status": "draft", + "experimental": false, + "date": "2020-05-03T08:43:35+10:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The diagnosis or procedure relevant to the encounter", + "code": "diagnosisBad3", + "base": [ "foo" ], + "type": "reference", + "expression": "Encounter.diagnosis.condition", + "target": [ + "Condition", + "Procedure" + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterInvalidType.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterInvalidType.json new file mode 100644 index 0000000000..ae26819bb7 --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterInvalidType.json @@ -0,0 +1,44 @@ +{ + "resourceType": "SearchParameter", + "id": "Encounter-diagnosisBad4", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosisBad4", + "version": "4.4.0", + "name": "diagnosisBad4", + "status": "draft", + "experimental": false, + "date": "2020-05-03T08:43:35+10:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The diagnosis or procedure relevant to the encounter", + "code": "diagnosisBad4", + "base": [ "Encounter" ], + "type": "foo", + "expression": "Encounter.diagnosis.condition", + "target": [ + "Condition", + "Procedure" + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterMissingBase.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterMissingBase.json new file mode 100644 index 0000000000..8b36f702dd --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterMissingBase.json @@ -0,0 +1,44 @@ +{ + "resourceType": "SearchParameter", + "id": "Encounter-diagnosisBad5", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosisBad5", + "version": "4.4.0", + "name": "diagnosisBad5", + "status": "draft", + "experimental": false, + "date": "2020-05-03T08:43:35+10:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The diagnosis or procedure relevant to the encounter", + "code": "diagnosisBad5", + "base": [], + "type": "reference", + "expression": "Encounter.diagnosis.condition", + "target": [ + "Condition", + "Procedure" + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterMissingExpression.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterMissingExpression.json new file mode 100644 index 0000000000..6806085e95 --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterMissingExpression.json @@ -0,0 +1,44 @@ +{ + "resourceType": "SearchParameter", + "id": "Encounter-diagnosisBad6", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosisBad6", + "version": "4.4.0", + "name": "diagnosisBad6", + "status": "draft", + "experimental": false, + "date": "2020-05-03T08:43:35+10:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The diagnosis or procedure relevant to the encounter", + "code": "diagnosisBad6", + "base": [ "Encounter" ], + "type": "reference", + "expression": "", + "target": [ + "Condition", + "Procedure" + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterMissingType.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterMissingType.json new file mode 100644 index 0000000000..8b946abfa4 --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterMissingType.json @@ -0,0 +1,44 @@ +{ + "resourceType": "SearchParameter", + "id": "Encounter-diagnosisBad7", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosisBad7", + "version": "4.4.0", + "name": "diagnosisBad7", + "status": "draft", + "experimental": false, + "date": "2020-05-03T08:43:35+10:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The diagnosis or procedure relevant to the encounter", + "code": "diagnosisBad7", + "base": [ "Encounter" ], + "type": "", + "expression": "Encounter.diagnosis.condition", + "target": [ + "Condition", + "Procedure" + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterUnsupportedType.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterUnsupportedType.json new file mode 100644 index 0000000000..6f6152907f --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/SearchParameterUnsupportedType.json @@ -0,0 +1,44 @@ +{ + "resourceType": "SearchParameter", + "id": "Encounter-diagnosisBad8", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosisBad8", + "version": "4.4.0", + "name": "diagnosisBad8", + "status": "draft", + "experimental": false, + "date": "2020-05-03T08:43:35+10:00", + "publisher": "Health Level Seven International (Patient Administration)", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://hl7.org/fhir" + } + ] + }, + { + "telecom": [ + { + "system": "url", + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm" + } + ] + } + ], + "description": "The diagnosis or procedure relevant to the encounter", + "code": "diagnosisBad8", + "base": [ "Encounter" ], + "type": "quantity", + "expression": "Encounter.diagnosis.condition", + "target": [ + "Condition", + "Procedure" + ] +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Specimen.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Specimen.json index 934070d7e1..5d7f779a27 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Specimen.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/Specimen.json @@ -83,25 +83,16 @@ }, "container": [ { - "identifier": [ - { - "value": "48736-15394-75465" - } - ], - "description": "Green Gel tube", - "type": { - "text": "Vacutainer" - }, - "capacity": { - "value": 10, - "unit": "mL" + "device": { + "identifier": [ + { + "value": "48736-15394-75465" + } + ] }, "specimenQuantity": { "value": 6, "unit": "mL" - }, - "additiveReference": { - "reference": "#hep" } } ], diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-birthsex.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-birthsex.json new file mode 100644 index 0000000000..06bd0253b8 --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-birthsex.json @@ -0,0 +1,262 @@ +{ + "resourceType": "StructureDefinition", + "id": "us-core-birthsex", + "text": { + "status": "generated", + "div": "
\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" Extension 0..1
\".\"\".\"\".\" url "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"
\".\"\".\"\".\" valueCode 0..1codeBinding: Birth Sex (required)

\"doco\" Documentation for this format
" + }, + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex", + "version": "3.0.0", + "name": "USCoreBirthSexExtension", + "title": "US Core Birth Sex Extension", + "status": "active", + "date": "2019-05-21T00:00:00-04:00", + "publisher": "HL7 US Realm Steering Committee", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://www.healthit.gov" + } + ] + } + ], + "description": "A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). This extension aligns with the C-CDA Birth Sex Observation (LOINC 76689-9).", + "jurisdiction": [ + { + "coding": [ + { + "system": "urn:iso:std:iso:3166", + "code": "US", + "display": "United States of America" + } + ] + } + ], + "fhirVersion": "4.0.0", + "mapping": [ + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + } + ], + "kind": "complex-type", + "abstract": false, + "context": [ + { + "type": "element", + "expression": "Patient" + } + ], + "type": "Extension", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "Extension:birthsex", + "path": "Extension", + "short": "Extension", + "definition": "A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc).", + "comment": "The codes required are intended to present birth sex (i.e., the sex recorded on the patient’s birth certificate) and not gender identity or reassigned sex.", + "min": 0, + "max": "1", + "base": { + "path": "Extension", + "min": 0, + "max": "*" + }, + "condition": [ + "ele-1" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "children().count() > id.count()", + "source": "Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "source": "Extension" + } + ], + "isModifier": false, + "mapping": [ + { + "identity": "rim", + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender" + }, + { + "identity": "iso11179", + "map": ".patient.administrativeGenderCode" + } + ] + }, + { + "id": "Extension:birthsex.id", + "path": "Extension.id", + "representation": [ + "xmlAttr" + ], + "short": "xml:id (or equivalent in JSON)", + "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:birthsex.extension", + "path": "Extension.extension", + "short": "Additional Content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:birthsex.url", + "path": "Extension.url", + "representation": [ + "xmlAttr" + ], + "short": "identifies the meaning of the extension", + "definition": "Source of the definition for the extension code - a logical name or a URL.", + "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", + "min": 1, + "max": "1", + "base": { + "path": "Extension.url", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex", + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:birthsex.valueCode", + "path": "Extension.valueCode", + "short": "Value of extension", + "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).", + "min": 0, + "max": "1", + "base": { + "path": "Extension.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "binding": { + "strength": "required", + "description": "Code for sex assigned at birth", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/birthsex" + }, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "Extension:birthsex", + "path": "Extension", + "definition": "A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc).", + "comment": "The codes required are intended to present birth sex (i.e., the sex recorded on the patient’s birth certificate) and not gender identity or reassigned sex.", + "min": 0, + "max": "1", + "isModifier": false, + "mapping": [ + { + "identity": "rim", + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender" + }, + { + "identity": "iso11179", + "map": ".patient.administrativeGenderCode" + } + ] + }, + { + "id": "Extension:birthsex.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex" + }, + { + "id": "Extension:birthsex.valueCode", + "path": "Extension.valueCode", + "min": 0, + "max": "1", + "type": [ + { + "code": "code" + } + ], + "binding": { + "strength": "required", + "description": "Code for sex assigned at birth", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/birthsex" + } + } + ] + } +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-careplan.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-careplan.json new file mode 100644 index 0000000000..1d00b67d5d --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-careplan.json @@ -0,0 +1,2672 @@ +{ + "resourceType": "StructureDefinition", + "id": "us-core-careplan", + "text": { + "status": "generated", + "div": "
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" CarePlan
\".\"\".\"\".\" text S1..1Narrative
\".\"\".\"\".\"\".\" status ScodeBinding: US Core Narrative Status (required)
\".\"\".\"\".\" status S1..1codeBinding: RequestStatus (required)
\".\"\".\"\".\" intent S1..1codeBinding: CarePlanIntent (required)
\".\"\".\"\".\" category SCodeableConceptSlice: Unordered, Open by pattern:$this
\".\"\".\"\".\" category S1..1CodeableConceptRequired Pattern: {"coding":[{"system":"http://hl7.org/fhir/us/core/CodeSystem/careplan-category","code":"assess-plan"}]}
\".\"\".\"\".\" subject S1..1Reference(http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient)

\"doco\" Documentation for this format
" + }, + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan", + "version": "3.0.0", + "name": "USCoreCarePlanProfile", + "title": "US Core CarePlan Profile", + "status": "active", + "experimental": false, + "date": "2019-05-22T00:00:00-04:00", + "publisher": "HL7 US Realm Steering Committee", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://www.healthit.gov" + } + ] + } + ], + "description": "Defines constraints and extensions on the CarePlan resource for the minimal set of data to query and retrieve a patient's Care Plan.", + "jurisdiction": [ + { + "coding": [ + { + "system": "urn:iso:std:iso:3166", + "code": "US", + "display": "United States of America" + } + ] + } + ], + "fhirVersion": "4.0.0", + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "uri": "http://unknown.org/Argonaut-DQ-DSTU2", + "name": "Argonaut-DQ-DSTU2" + }, + { + "identity": "workflow", + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + }, + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + } + ], + "kind": "resource", + "abstract": false, + "type": "CarePlan", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CarePlan", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "CarePlan", + "path": "CarePlan", + "short": "Healthcare plan for patient or group", + "definition": "The US Core CarePlan Profile is based upon the core FHIR CarePlan Resource and created to meet the 2015 Edition Common Clinical Data Set 'Assessment and Plan of Treatment requirements.", + "alias": [ + "Care Team" + ], + "min": 0, + "max": "*", + "base": { + "path": "CarePlan", + "min": 0, + "max": "*" + }, + "constraint": [ + { + "key": "dom-2", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "expression": "contained.contained.empty()", + "source": "DomainResource" + }, + { + "key": "dom-4", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", + "source": "DomainResource" + }, + { + "key": "dom-3", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", + "source": "DomainResource" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "key": "dom-6", + "severity": "warning", + "human": "A resource should have narrative for robust management", + "expression": "text.div.exists()", + "source": "DomainResource" + }, + { + "key": "dom-5", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "expression": "contained.meta.security.empty()", + "source": "DomainResource" + } + ], + "mustSupport": false, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Entity. Role, or Act" + }, + { + "identity": "workflow", + "map": "Request" + }, + { + "identity": "rim", + "map": "Act[classCode=PCPR, moodCode=INT]" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan" + } + ] + }, + { + "id": "CarePlan.id", + "path": "CarePlan.id", + "short": "Logical id of this artifact", + "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", + "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "id" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "CarePlan.meta", + "path": "CarePlan.meta", + "short": "Metadata about the resource", + "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.meta", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Meta" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "CarePlan.implicitRules", + "path": "CarePlan.implicitRules", + "short": "A set of rules under which this content was created", + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.implicitRules", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", + "isSummary": true + }, + { + "id": "CarePlan.language", + "path": "CarePlan.language", + "short": "Language of the resource content", + "definition": "The base language in which the resource is written.", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", + "min": 0, + "max": "1", + "base": { + "path": "Resource.language", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "preferred", + "description": "A human language.", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + { + "id": "CarePlan.text", + "path": "CarePlan.text", + "short": "Text summary of the resource, for human interpretation", + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", + "alias": [ + "narrative", + "html", + "xhtml", + "display" + ], + "min": 1, + "max": "1", + "base": { + "path": "DomainResource.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Narrative" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Act.text?" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.text" + } + ] + }, + { + "id": "CarePlan.text.id", + "path": "CarePlan.text.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "CarePlan.text.extension", + "path": "CarePlan.text.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "description": "Extensions are always sliced by (at least) url", + "rules": "open" + }, + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "CarePlan.text.status", + "path": "CarePlan.text.status", + "short": "generated | extensions | additional | empty", + "definition": "generated | additional.", + "min": 1, + "max": "1", + "base": { + "path": "Narrative.status", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "binding": { + "strength": "required", + "description": "Constrained value set of narrative statuses.", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-narrative-status" + }, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.text.status" + } + ] + }, + { + "id": "CarePlan.text.div", + "path": "CarePlan.text.div", + "short": "Limited xhtml content", + "definition": "The actual narrative content, a stripped down version of XHTML.", + "comment": "The contents of the html element are an XHTML fragment containing only the basic html formatting elements described in chapters 7-11 and 15 of the HTML 4.0 standard, elements (either name or href), images and internally contained stylesheets. The XHTML content SHALL NOT contain a head, a body, external stylesheet references, scripts, forms, base/link/xlink, frames, iframes and objects.", + "min": 1, + "max": "1", + "base": { + "path": "Narrative.div", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "xhtml" + } + ], + "constraint": [ + { + "key": "txt-1", + "severity": "error", + "human": "The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, elements (either name or href), images and internally contained style attributes", + "expression": "htmlChecks()", + }, + { + "key": "txt-2", + "severity": "error", + "human": "The narrative SHALL have some non-whitespace content", + "expression": "htmlChecks()", + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "CarePlan.contained", + "path": "CarePlan.contained", + "short": "Contained, inline Resources", + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.contained", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Resource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "CarePlan.extension", + "path": "CarePlan.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "CarePlan.modifierExtension", + "path": "CarePlan.modifierExtension", + "short": "Extensions that cannot be ignored", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "CarePlan.identifier", + "path": "CarePlan.identifier", + "short": "External Ids for this plan", + "definition": "Business identifiers assigned to this care plan by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "comment": "This is a business identifier, not a resource identifier (see [discussion](http://hl7.org/fhir/R4/resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "requirements": "Allows identification of the care plan as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.identifier", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Identifier" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.identifier" + }, + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "v2", + "map": "PTH-3" + }, + { + "identity": "rim", + "map": ".id" + } + ] + }, + { + "id": "CarePlan.instantiatesCanonical", + "path": "CarePlan.instantiatesCanonical", + "short": "Instantiates FHIR protocol or definition", + "definition": "The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.instantiatesCanonical", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.instantiatesCanonical" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=DEFN].target" + } + ] + }, + { + "id": "CarePlan.instantiatesUri", + "path": "CarePlan.instantiatesUri", + "short": "Instantiates external protocol or definition", + "definition": "The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan.", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.instantiatesUri", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "uri" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.instantiatesUri" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=DEFN].target" + } + ] + }, + { + "id": "CarePlan.basedOn", + "path": "CarePlan.basedOn", + "short": "Fulfills CarePlan", + "definition": "A care plan that is fulfilled in whole or in part by this care plan.", + "requirements": "Allows tracing of the care plan and tracking whether proposals/recommendations were acted upon.", + "alias": [ + "fulfills" + ], + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.basedOn", + "min": 0, + "max": "*" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.basedOn" + } + ] + }, + { + "id": "CarePlan.replaces", + "path": "CarePlan.replaces", + "short": "CarePlan replaced by this CarePlan", + "definition": "Completed or terminated care plan whose function is taken by this new care plan.", + "comment": "The replacement could be because the initial care plan was immediately rejected (due to an issue) or because the previous care plan was completed, but the need for the action described by the care plan remains ongoing.", + "requirements": "Allows tracing the continuation of a therapy or administrative process instantiated through multiple care plans.", + "alias": [ + "supersedes" + ], + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.replaces", + "min": 0, + "max": "*" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.replaces" + } + ] + }, + { + "id": "CarePlan.partOf", + "path": "CarePlan.partOf", + "short": "Part of referenced CarePlan", + "definition": "A larger care plan of which this particular care plan is a component or step.", + "comment": "Each care plan is an independent request, such that having a care plan be part of another care plan can cause issues with cascading statuses. As such, this element is still being discussed.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.partOf", + "min": 0, + "max": "*" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "CarePlan.status", + "path": "CarePlan.status", + "short": "draft | active | suspended | completed | entered-in-error | cancelled | unknown", + "definition": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.", + "comment": "The unknown code is not to be used to convey other statuses. The unknown code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the care plan.\n\nThis element is labeled as a modifier because the status contains the code entered-in-error that marks the plan as not currently valid.", + "requirements": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.", + "min": 1, + "max": "1", + "base": { + "path": "CarePlan.status", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "mustSupport": true, + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true, + "binding": { + "strength": "required", + "description": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Request.status {uses different ValueSet}" + }, + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "v2", + "map": "PTH-5" + }, + { + "identity": "rim", + "map": ".statusCode planned = new active = active completed = completed" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.status" + } + ] + }, + { + "id": "CarePlan.intent", + "path": "CarePlan.intent", + "short": "proposal | plan | order | option", + "definition": "Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.", + "comment": "This element is labeled as a modifier because the intent alters when and how the resource is actually applicable.", + "requirements": "Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain.", + "min": 1, + "max": "1", + "base": { + "path": "CarePlan.intent", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "mustSupport": true, + "isModifier": true, + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request\"", + "isSummary": true, + "binding": { + "strength": "required", + "description": "Codes indicating the degree of authority/intentionality associated with a care plan", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-intent" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Request.intent" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "NA (new element in STU3)" + } + ] + }, + { + "id": "CarePlan.category", + "path": "CarePlan.category", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "short": "Type of plan", + "definition": "Type of plan.", + "comment": "There may be multiple axes of categorization and one plan may serve multiple purposes. In some cases, this may be redundant with references to CarePlan.concern.", + "requirements": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", \"wellness plan\", etc.", + "min": 1, + "max": "*", + "base": { + "path": "CarePlan.category", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanCategory" + } + ], + "strength": "example", + "description": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", etc.", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-category" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.class" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.category" + } + ] + }, + { + "id": "CarePlan.category:assessplan", + "path": "CarePlan.category", + "sliceName": "assessplan", + "short": "Type of plan", + "definition": "Type of plan.", + "comment": "There may be multiple axes of categorization and one plan may serve multiple purposes. In some cases, this may be redundant with references to CarePlan.concern.", + "requirements": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", \"wellness plan\", etc.", + "min": 1, + "max": "1", + "base": { + "path": "CarePlan.category", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "patternCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category", + "code": "assess-plan" + } + ] + }, + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanCategory" + } + ], + "strength": "example", + "description": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", etc.", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-category" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.class" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.category" + } + ] + }, + { + "id": "CarePlan.title", + "path": "CarePlan.title", + "short": "Human-friendly name for the care plan", + "definition": "Human-friendly name for the care plan.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.title", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "CarePlan.description", + "path": "CarePlan.description", + "short": "Summary of nature of plan", + "definition": "A description of the scope and nature of the plan.", + "requirements": "Provides more detail than conveyed by category.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.description", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.what[x]" + } + ] + }, + { + "id": "CarePlan.subject", + "path": "CarePlan.subject", + "short": "Who the care plan is for", + "definition": "Who care plan is for.", + "requirements": "Identifies the patient or group whose intended care is described by the plan.", + "alias": [ + "patient" + ], + "min": 1, + "max": "1", + "base": { + "path": "CarePlan.subject", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" + ] + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.subject" + }, + { + "identity": "w5", + "map": "FiveWs.subject[x]" + }, + { + "identity": "v2", + "map": "PID-3" + }, + { + "identity": "rim", + "map": ".participation[typeCode=PAT].role[classCode=PAT]" + }, + { + "identity": "w5", + "map": "FiveWs.subject" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.subject" + } + ] + }, + { + "id": "CarePlan.encounter", + "path": "CarePlan.encounter", + "short": "Encounter created as part of", + "definition": "The Encounter during which this CarePlan was created or to which the creation of this record is tightly associated.", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. CarePlan activities conducted as a result of the care plan may well occur as part of other encounters.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.encounter", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.context" + }, + { + "identity": "w5", + "map": "FiveWs.context" + }, + { + "identity": "v2", + "map": "Associated PV1" + }, + { + "identity": "rim", + "map": "." + } + ] + }, + { + "id": "CarePlan.period", + "path": "CarePlan.period", + "short": "Time period plan covers", + "definition": "Indicates when the plan did (or is intended to) come into effect and end.", + "comment": "Any activities scheduled as part of the plan should be constrained to the specified period regardless of whether the activities are planned within a single encounter/episode or across multiple encounters/episodes (e.g. the longitudinal management of a chronic condition).", + "requirements": "Allows tracking what plan(s) are in effect at a particular time.", + "alias": [ + "timing" + ], + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.occurrence[x]" + }, + { + "identity": "w5", + "map": "FiveWs.planned" + }, + { + "identity": "v2", + "map": "GOL-7 / GOL-8" + }, + { + "identity": "rim", + "map": ".effectiveTime" + } + ] + }, + { + "id": "CarePlan.created", + "path": "CarePlan.created", + "short": "Date record was first recorded", + "definition": "Represents when this particular CarePlan record was created in the system, which is often a system-generated date.", + "alias": [ + "authoredOn" + ], + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.created", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.authoredOn" + }, + { + "identity": "w5", + "map": "FiveWs.recorded" + }, + { + "identity": "rim", + "map": ".participation[typeCode=AUT].time" + } + ] + }, + { + "id": "CarePlan.author", + "path": "CarePlan.author", + "short": "Who is the designated responsible party", + "definition": "When populated, the author is responsible for the care plan. The care plan is attributed to the author.", + "comment": "The author may also be a contributor. For example, an organization can be an author, but not listed as a contributor.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.author", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.requester" + }, + { + "identity": "w5", + "map": "FiveWs.author" + } + ] + }, + { + "id": "CarePlan.contributor", + "path": "CarePlan.contributor", + "short": "Who provided the content of the care plan", + "definition": "Identifies the individual(s) or organization who provided the contents of the care plan.", + "comment": "Collaborative care plans may have multiple contributors.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.contributor", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "isModifier": false, + "isSummary": false + }, + { + "id": "CarePlan.careTeam", + "path": "CarePlan.careTeam", + "short": "Who's involved in plan?", + "definition": "Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.", + "requirements": "Allows representation of care teams, helps scope care plan. In some cases may be a determiner of access permissions.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.careTeam", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.performer {similar but does not entail CareTeam}" + }, + { + "identity": "w5", + "map": "FiveWs.actor" + } + ] + }, + { + "id": "CarePlan.addresses", + "path": "CarePlan.addresses", + "short": "Health issues this plan addresses", + "definition": "Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.", + "comment": "When the diagnosis is related to an allergy or intolerance, the Condition and AllergyIntolerance resources can both be used. However, to be actionable for decision support, using Condition alone is not sufficient as the allergy or intolerance condition needs to be represented as an AllergyIntolerance.", + "requirements": "Links plan to the conditions it manages. The element can identify risks addressed by the plan as well as active conditions. (The Condition resource can include things like \"at risk for hypertension\" or \"fall risk\".) Also scopes plans - multiple plans may exist addressing different concerns.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.addresses", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Request.reasonReference" + }, + { + "identity": "w5", + "map": "FiveWs.why[x]" + }, + { + "identity": "v2", + "map": "PRB-4" + }, + { + "identity": "rim", + "map": ".actRelationship[typeCode=SUBJ].target[classCode=CONC, moodCode=EVN]" + } + ] + }, + { + "id": "CarePlan.supportingInfo", + "path": "CarePlan.supportingInfo", + "short": "Information considered as part of plan", + "definition": "Identifies portions of the patient's record that specifically influenced the formation of the plan. These might include comorbidities, recent procedures, limitations, recent assessments, etc.", + "comment": "Use \"concern\" to identify specific conditions addressed by the care plan.", + "requirements": "Identifies barriers and other considerations associated with the care plan.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.supportingInfo", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.supportingInfo" + } + ] + }, + { + "id": "CarePlan.goal", + "path": "CarePlan.goal", + "short": "Desired outcome of plan", + "definition": "Describes the intended objective(s) of carrying out the care plan.", + "comment": "Goal can be achieving a particular change or merely maintaining a current state or even slowing a decline.", + "requirements": "Provides context for plan. Allows plan effectiveness to be evaluated by clinicians.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.goal", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Goal" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "GOL.1" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode<=OBJ]." + } + ] + }, + { + "id": "CarePlan.activity", + "path": "CarePlan.activity", + "short": "Action to occur as part of plan", + "definition": "Identifies a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc.", + "requirements": "Allows systems to prompt for performance of planned activities, and validate plans against best practice.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.activity", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "source": "Element" + }, + { + "key": "cpl-3", + "severity": "error", + "human": "Provide a reference or detail, not both", + "expression": "detail.empty() or reference.empty()", + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "{no mapping\nNOTE: This is a list of contained Request-Event tuples!}" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=COMP].target" + } + ] + }, + { + "id": "CarePlan.activity.id", + "path": "CarePlan.activity.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "CarePlan.activity.extension", + "path": "CarePlan.activity.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "CarePlan.activity.modifierExtension", + "path": "CarePlan.activity.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "CarePlan.activity.outcomeCodeableConcept", + "path": "CarePlan.activity.outcomeCodeableConcept", + "short": "Results of the activity", + "definition": "Identifies the outcome at the point when the status of the activity is assessed. For example, the outcome of an education activity could be patient understands (or not).", + "comment": "Note that this should not duplicate the activity status (e.g. completed or in progress).", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.activity.outcomeCodeableConcept", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanActivityOutcome" + } + ], + "strength": "example", + "description": "Identifies the results of the activity.", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-outcome" + } + }, + { + "id": "CarePlan.activity.outcomeReference", + "path": "CarePlan.activity.outcomeReference", + "short": "Appointment, Encounter, Procedure, etc.", + "definition": "Details of the outcome or action resulting from the activity. The reference to an \"event\" resource, such as Procedure or Encounter or Observation, is the result/outcome of the activity itself. The activity can be conveyed using CarePlan.activity.detail OR using the CarePlan.activity.reference (a reference to a “request” resource).", + "comment": "The activity outcome is independent of the outcome of the related goal(s). For example, if the goal is to achieve a target body weight of 150 lbs and an activity is defined to diet, then the activity outcome could be calories consumed whereas the goal outcome is an observation for the actual body weight measured.", + "requirements": "Links plan to resulting actions.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.activity.outcomeReference", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "{Event that is outcome of Request in activity.reference}" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=FLFS].source" + } + ] + }, + { + "id": "CarePlan.activity.progress", + "path": "CarePlan.activity.progress", + "short": "Comments about the activity status/progress", + "definition": "Notes about the adherence/status/progress of the activity.", + "comment": "This element should NOT be used to describe the activity to be performed - that occurs either within the resource pointed to by activity.detail.reference or in activity.detail.description.", + "requirements": "Can be used to capture information about adherence, progress, concerns, etc.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.activity.progress", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Annotation" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "NTE?" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value" + } + ] + }, + { + "id": "CarePlan.activity.reference", + "path": "CarePlan.activity.reference", + "short": "Activity details defined in specific resource", + "definition": "The details of the proposed activity represented in a specific resource.", + "comment": "Standard extension exists ([resource-pertainsToGoal](http://hl7.org/fhir/R4/extension-resource-pertainstogoal.html)) that allows goals to be referenced from any of the referenced resources in CarePlan.activity.reference. \rThe goal should be visible when the resource referenced by CarePlan.activity.reference is viewed independently from the CarePlan. Requests that are pointed to by a CarePlan using this element should *not* point to this CarePlan using the \"basedOn\" element. i.e. Requests that are part of a CarePlan are not \"based on\" the CarePlan.", + "requirements": "Details in a form consistent with other applications and contexts of use.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.reference", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/Task", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription", + "http://hl7.org/fhir/StructureDefinition/RequestGroup" + ] + } + ], + "condition": [ + "cpl-3" + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "{Request that resulted in Event in activity.actionResulting}" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=COMP].target" + } + ] + }, + { + "id": "CarePlan.activity.detail", + "path": "CarePlan.activity.detail", + "short": "In-line definition of activity", + "definition": "A simple summary of a planned activity suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc.", + "requirements": "Details in a simple form for generic care plan systems.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.detail", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "condition": [ + "cpl-3" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "source": "Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target" + } + ] + }, + { + "id": "CarePlan.activity.detail.id", + "path": "CarePlan.activity.detail.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "CarePlan.activity.detail.extension", + "path": "CarePlan.activity.detail.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "CarePlan.activity.detail.modifierExtension", + "path": "CarePlan.activity.detail.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "CarePlan.activity.detail.kind", + "path": "CarePlan.activity.detail.kind", + "short": "Kind of resource", + "definition": "A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.", + "requirements": "May determine what types of extensions are permitted.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.detail.kind", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanActivityKind" + } + ], + "strength": "required", + "description": "Resource types defined as part of FHIR that can be represented as in-line definitions of a care plan activity.", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-kind|4.0.0" + }, + "mapping": [ + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=COMP].source[classCode=LIST].code" + } + ] + }, + { + "id": "CarePlan.activity.detail.instantiatesCanonical", + "path": "CarePlan.activity.detail.instantiatesCanonical", + "short": "Instantiates FHIR protocol or definition", + "definition": "The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.", + "requirements": "Allows Questionnaires that the patient (or practitioner) should fill in to fulfill the care plan activity.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.activity.detail.instantiatesCanonical", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.instantiatesCanonical" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=DEFN].target" + } + ] + }, + { + "id": "CarePlan.activity.detail.instantiatesUri", + "path": "CarePlan.activity.detail.instantiatesUri", + "short": "Instantiates external protocol or definition", + "definition": "The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "requirements": "Allows Questionnaires that the patient (or practitioner) should fill in to fulfill the care plan activity.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.activity.detail.instantiatesUri", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "uri" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.instantiatesUri" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=DEFN].target" + } + ] + }, + { + "id": "CarePlan.activity.detail.code", + "path": "CarePlan.activity.detail.code", + "short": "Detail type of activity", + "definition": "Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.", + "comment": "Tends to be less relevant for activities involving particular products. Codes should not convey negation - use \"prohibited\" instead.", + "requirements": "Allows matching performed to planned as well as validation against protocols.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.detail.code", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanActivityType" + } + ], + "strength": "example", + "description": "Detailed description of the type of activity; e.g. What lab test, what procedure, what kind of encounter.", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Request.code" + }, + { + "identity": "v2", + "map": "OBR-4 / RXE-2 / RXO-1 / RXD-2" + }, + { + "identity": "rim", + "map": ".code" + } + ] + }, + { + "id": "CarePlan.activity.detail.reasonCode", + "path": "CarePlan.activity.detail.reasonCode", + "short": "Why activity should be done or why activity was prohibited", + "definition": "Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited.", + "comment": "This could be a diagnosis code. If a full condition record exists or additional detail is needed, use reasonCondition instead.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.activity.detail.reasonCode", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanActivityReason" + } + ], + "strength": "example", + "description": "Identifies why a care plan activity is needed. Can include any health condition codes as well as such concepts as \"general wellness\", prophylaxis, surgical preparation, etc.", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Request.reasonCode" + } + ] + }, + { + "id": "CarePlan.activity.detail.reasonReference", + "path": "CarePlan.activity.detail.reasonReference", + "short": "Why activity is needed", + "definition": "Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.", + "comment": "Conditions can be identified at the activity level that are not identified as reasons for the overall plan.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.activity.detail.reasonReference", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.reasonReference" + } + ] + }, + { + "id": "CarePlan.activity.detail.goal", + "path": "CarePlan.activity.detail.goal", + "short": "Goals this activity relates to", + "definition": "Internal reference that identifies the goals that this activity is intended to contribute towards meeting.", + "requirements": "So that participants know the link explicitly.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.activity.detail.goal", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Goal" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".outboundRelationship[typeCode<=OBJ]." + } + ] + }, + { + "id": "CarePlan.activity.detail.status", + "path": "CarePlan.activity.detail.status", + "short": "not-started | scheduled | in-progress | on-hold | completed | cancelled | stopped | unknown | entered-in-error", + "definition": "Identifies what progress is being made for the specific activity.", + "comment": "Some aspects of status can be inferred based on the resources linked in actionTaken. Note that \"status\" is only as current as the plan was most recently updated. \nThe unknown code is not to be used to convey other statuses. The unknown code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the activity.", + "requirements": "Indicates progress against the plan, whether the activity is still relevant for the plan.", + "min": 1, + "max": "1", + "base": { + "path": "CarePlan.activity.detail.status", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "isModifier": true, + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the activity should not be treated as valid", + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanActivityStatus" + } + ], + "strength": "required", + "description": "Codes that reflect the current state of a care plan activity within its overall life cycle.", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-status|4.0.0" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Request.status" + }, + { + "identity": "v2", + "map": "ORC-5?" + }, + { + "identity": "rim", + "map": ".statusCode not-started = new scheduled = not-started (and fulfillment relationship to appointent) in-progress = active on-hold = suspended completed = completed cancelled = aborted" + } + ] + }, + { + "id": "CarePlan.activity.detail.statusReason", + "path": "CarePlan.activity.detail.statusReason", + "short": "Reason for current status", + "definition": "Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.", + "comment": "Will generally not be present if status is \"complete\". Be sure to prompt to update this (or at least remove the existing value) if the status is changed.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.detail.statusReason", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.statusReason" + } + ] + }, + { + "id": "CarePlan.activity.detail.doNotPerform", + "path": "CarePlan.activity.detail.doNotPerform", + "short": "If true, activity is prohibiting action", + "definition": "If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.", + "comment": "This element is labeled as a modifier because it marks an activity as an activity that is not to be performed.", + "requirements": "Captures intention to not do something that may have been previously typical.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.detail.doNotPerform", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "boolean" + } + ], + "meaningWhenMissing": "If missing indicates that the described activity is one that should be engaged in when following the plan.", + "isModifier": true, + "isModifierReason": "If true this element negates the specified action. For example, instead of a request for a procedure, it is a request for the procedure to not occur.", + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.doNotPerform" + }, + { + "identity": "rim", + "map": "actionNegationInd" + } + ] + }, + { + "id": "CarePlan.activity.detail.scheduled[x]", + "path": "CarePlan.activity.detail.scheduled[x]", + "short": "When activity is to occur", + "definition": "The period, timing or frequency upon which the described activity is to occur.", + "requirements": "Allows prompting for activities and detection of missed planned activities.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.detail.scheduled[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Timing" + }, + { + "code": "Period" + }, + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.occurrence[x]" + }, + { + "identity": "v2", + "map": "TQ1" + }, + { + "identity": "rim", + "map": ".effectiveTime" + } + ] + }, + { + "id": "CarePlan.activity.detail.location", + "path": "CarePlan.activity.detail.location", + "short": "Where it should happen", + "definition": "Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.", + "comment": "May reference a specific clinical location or may identify a type of location.", + "requirements": "Helps in planning of activity.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.detail.location", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "OBR-24(???!!)" + }, + { + "identity": "rim", + "map": ".participation[typeCode=LOC].role" + } + ] + }, + { + "id": "CarePlan.activity.detail.performer", + "path": "CarePlan.activity.detail.performer", + "short": "Who will be responsible?", + "definition": "Identifies who's expected to be involved in the activity.", + "comment": "A performer MAY also be a participant in the care plan.", + "requirements": "Helps in planning of activity.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.activity.detail.performer", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.performer" + }, + { + "identity": "v2", + "map": "PRT-5 : ( PRV-4 = (provider participations)); PRT-5 : ( PRV-4 = (non-provider person participations )) ; PRT-5 : ( PRV-4 = (patient non-subject of care) ) ; PRT-8" + }, + { + "identity": "rim", + "map": ".participation[typeCode=PFM]" + } + ] + }, + { + "id": "CarePlan.activity.detail.product[x]", + "path": "CarePlan.activity.detail.product[x]", + "short": "What is to be administered/supplied", + "definition": "Identifies the food, drug or other product to be consumed or supplied in the activity.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.detail.product[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanProduct" + } + ], + "strength": "example", + "description": "A product supplied or administered as part of a care plan activity.", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "mapping": [ + { + "identity": "v2", + "map": "RXE-2 / RXO-1 / RXD-2" + }, + { + "identity": "rim", + "map": ".participation[typeCode=PRD].role" + } + ] + }, + { + "id": "CarePlan.activity.detail.dailyAmount", + "path": "CarePlan.activity.detail.dailyAmount", + "short": "How to consume/day?", + "definition": "Identifies the quantity expected to be consumed in a given day.", + "requirements": "Allows rough dose checking.", + "alias": [ + "daily dose" + ], + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.detail.dailyAmount", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "RXO-23 / RXE-19 / RXD-12" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=COMP][classCode=SBADM].doseQuantity" + } + ] + }, + { + "id": "CarePlan.activity.detail.quantity", + "path": "CarePlan.activity.detail.quantity", + "short": "How much to administer/supply/consume", + "definition": "Identifies the quantity expected to be supplied, administered or consumed by the subject.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.detail.quantity", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "RXO-11 / RXE-10 / RXD-4 / RXG-5 / RXA-6 / TQ1-2.1 *and* RXO-12 / RXE-11 / RXD-5 / RXG-7 / RXA-7 / TQ1-2.2" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=COMP][classCode=SPLY].quantity" + } + ] + }, + { + "id": "CarePlan.activity.detail.description", + "path": "CarePlan.activity.detail.description", + "short": "Extra info describing activity to perform", + "definition": "This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.", + "min": 0, + "max": "1", + "base": { + "path": "CarePlan.activity.detail.description", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "NTE?" + }, + { + "identity": "rim", + "map": ".text" + } + ] + }, + { + "id": "CarePlan.note", + "path": "CarePlan.note", + "short": "Comments about the plan", + "definition": "General notes about the care plan not covered elsewhere.", + "requirements": "Used to capture information that applies to the plan as a whole that doesn't fit into discrete elements.", + "min": 0, + "max": "*", + "base": { + "path": "CarePlan.note", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Annotation" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "workflow", + "map": "Request.note" + }, + { + "identity": "v2", + "map": "NTE?" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "CarePlan", + "path": "CarePlan", + "definition": "The US Core CarePlan Profile is based upon the core FHIR CarePlan Resource and created to meet the 2015 Edition Common Clinical Data Set 'Assessment and Plan of Treatment requirements.", + "mustSupport": false, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan" + } + ] + }, + { + "id": "CarePlan.text", + "path": "CarePlan.text", + "min": 1, + "max": "1", + "type": [ + { + "code": "Narrative" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.text" + } + ] + }, + { + "id": "CarePlan.text.status", + "path": "CarePlan.text.status", + "definition": "generated | additional.", + "type": [ + { + "code": "code" + } + ], + "mustSupport": true, + "isModifier": false, + "binding": { + "strength": "required", + "description": "Constrained value set of narrative statuses.", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-narrative-status" + }, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.text.status" + } + ] + }, + { + "id": "CarePlan.status", + "path": "CarePlan.status", + "requirements": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.", + "min": 1, + "max": "1", + "type": [ + { + "code": "code" + } + ], + "mustSupport": true, + "isModifier": false, + "binding": { + "strength": "required", + "description": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.status" + } + ] + }, + { + "id": "CarePlan.intent", + "path": "CarePlan.intent", + "min": 1, + "max": "1", + "type": [ + { + "code": "code" + } + ], + "mustSupport": true, + "isModifier": false, + "binding": { + "strength": "required", + "description": "Codes indicating the degree of authority/intentionality associated with a care plan", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-intent" + }, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "NA (new element in STU3)" + } + ] + }, + { + "id": "CarePlan.category", + "path": "CarePlan.category", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "definition": "Type of plan.", + "requirements": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", \"wellness plan\", etc.", + "min": 1, + "max": "*", + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.category" + } + ] + }, + { + "id": "CarePlan.category:assessplan", + "path": "CarePlan.category", + "sliceName": "assessplan", + "definition": "Type of plan.", + "requirements": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", \"wellness plan\", etc.", + "min": 1, + "max": "1", + "type": [ + { + "code": "CodeableConcept" + } + ], + "patternCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category", + "code": "assess-plan" + } + ] + }, + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.category" + } + ] + }, + { + "id": "CarePlan.subject", + "path": "CarePlan.subject", + "definition": "Who care plan is for.", + "requirements": "Identifies the patient or group whose intended care is described by the plan.", + "min": 1, + "max": "1", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" + ] + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "CarePlan.subject" + } + ] + } + ] + } +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-ethnicity.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-ethnicity.json new file mode 100644 index 0000000000..2724fe7ce8 --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-ethnicity.json @@ -0,0 +1,883 @@ +{ + "resourceType": "StructureDefinition", + "id": "us-core-ethnicity", + "text": { + "status": "generated", + "div": "
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" Extension 0..1US Core ethnicity Extension
\".\"\".\"\".\" extension S0..1ExtensionHispanic or Latino|Not Hispanic or Latino
\".\"\".\"\".\"\".\" url 1..1uri"ombCategory"
\".\"\".\"\".\"\".\" valueCoding 1..1CodingBinding: OMB Ethnicity Categories (required)
\".\"\".\"\".\" extension 0..*ExtensionExtended ethnicity codes
\".\"\".\"\".\"\".\" url 1..1uri"detailed"
\".\"\".\"\".\"\".\" valueCoding 1..1CodingBinding: Detailed ethnicity (required)
\".\"\".\"\".\" extension S1..1Extensionethnicity Text
\".\"\".\"\".\"\".\" url 1..1uri"text"
\".\"\".\"\".\"\".\" valueString 1..1string
\".\"\".\"\".\" url 1..1"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"

\"doco\" Documentation for this format
" + }, + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity", + "version": "3.0.0", + "name": "USCoreEthnicityExtension", + "title": "US Core Ethnicity Extension", + "status": "active", + "date": "2019-05-21T00:00:00-04:00", + "publisher": "HL7 US Realm Steering Committee", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://www.healthit.gov" + } + ] + } + ], + "description": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity. The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.", + "jurisdiction": [ + { + "coding": [ + { + "system": "urn:iso:std:iso:3166", + "code": "US", + "display": "United States of America" + } + ] + } + ], + "purpose": "Complies with 2015 Edition Common Clinical Data Set for patient race.", + "fhirVersion": "1.8.0", + "mapping": [ + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + } + ], + "kind": "complex-type", + "abstract": false, + "context": [ + { + "type": "element", + "expression": "Patient" + } + ], + "type": "Extension", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "Extension:ethnicity", + "path": "Extension", + "short": "US Core ethnicity Extension", + "definition": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity. The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.", + "min": 0, + "max": "1", + "base": { + "path": "Extension", + "min": 0, + "max": "*" + }, + "condition": [ + "ele-1" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "children().count() > id.count()", + "source": "Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "source": "Extension" + } + ], + "isModifier": false + }, + { + "id": "Extension:ethnicity.id", + "path": "Extension.id", + "representation": [ + "xmlAttr" + ], + "short": "xml:id (or equivalent in JSON)", + "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:ethnicity.extension", + "path": "Extension.extension", + "slicing": { + "id": "2", + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "ordered": false, + "rules": "open" + }, + "short": "Extension", + "definition": "An Extension", + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ] + }, + { + "id": "Extension:ethnicity.extension:ombcategory", + "path": "Extension.extension", + "sliceName": "ombCategory", + "short": "Hispanic or Latino|Not Hispanic or Latino", + "definition": "The 2 ethnicity category codes according to the [OMB Standards for Maintaining, Collecting, and Presenting Federal Data on Race and Ethnicity, Statistical Policy Directive No. 15, as revised, October 30, 1997](https://www.whitehouse.gov/omb/fedreg_1997standards).", + "min": 0, + "max": "1", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "iso11179", + "map": "/ClinicalDocument/recordTarget/patientRole/patient/ethnicGroupCode" + } + ] + }, + { + "id": "Extension:ethnicity.extension:ombcategory.id", + "path": "Extension.extension.id", + "representation": [ + "xmlAttr" + ], + "short": "xml:id (or equivalent in JSON)", + "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:ethnicity.extension:ombcategory.extension", + "path": "Extension.extension.extension", + "short": "Additional Content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "0", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:ethnicity.extension:ombcategory.url", + "path": "Extension.extension.url", + "representation": [ + "xmlAttr" + ], + "short": "identifies the meaning of the extension", + "definition": "Source of the definition for the extension code - a logical name or a URL.", + "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", + "min": 1, + "max": "1", + "base": { + "path": "Extension.url", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "ombCategory", + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:ethnicity.extension:ombcategory.valueCoding", + "path": "Extension.extension.valueCoding", + "short": "Value of extension", + "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).", + "min": 1, + "max": "1", + "base": { + "path": "Extension.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Coding" + } + ], + "binding": { + "strength": "required", + "description": "The 2 ethnicity category codes according to the [OMB Standards for Maintaining, Collecting, and Presenting Federal Data on Race and Ethnicity, Statistical Policy Directive No. 15, as revised, October 30, 1997](https://www.whitehouse.gov/omb/fedreg_1997standards).", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/omb-ethnicity-category" + }, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:ethnicity.extension:detailed", + "path": "Extension.extension", + "sliceName": "detailed", + "short": "Extended ethnicity codes", + "definition": "The 41 CDC ethnicity codes that are grouped under one of the 2 OMB ethnicity category codes.", + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "mapping": [ + { + "identity": "iso11179", + "map": "/ClinicalDocument/recordTarget/patientRole/patient/sdtc:ethnicGroupCode" + } + ] + }, + { + "id": "Extension:ethnicity.extension:detailed.id", + "path": "Extension.extension.id", + "representation": [ + "xmlAttr" + ], + "short": "xml:id (or equivalent in JSON)", + "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:ethnicity.extension:detailed.extension", + "path": "Extension.extension.extension", + "short": "Additional Content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "0", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:ethnicity.extension:detailed.url", + "path": "Extension.extension.url", + "representation": [ + "xmlAttr" + ], + "short": "identifies the meaning of the extension", + "definition": "Source of the definition for the extension code - a logical name or a URL.", + "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", + "min": 1, + "max": "1", + "base": { + "path": "Extension.url", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "detailed", + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:ethnicity.extension:detailed.valueCoding", + "path": "Extension.extension.valueCoding", + "short": "Value of extension", + "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).", + "min": 1, + "max": "1", + "base": { + "path": "Extension.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Coding" + } + ], + "binding": { + "strength": "required", + "description": "The 41 [CDC ethnicity codes](http://www.cdc.gov/phin/resources/vocabulary/index.html) that are grouped under one of the 2 OMB ethnicity category codes.", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/detailed-ethnicity" + }, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:ethnicity.extension:text", + "path": "Extension.extension", + "sliceName": "text", + "short": "ethnicity Text", + "definition": "Plain text representation of the ethnicity concept(s).", + "min": 1, + "max": "1", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "mustSupport": true, + "isModifier": false + }, + { + "id": "Extension:ethnicity.extension:text.id", + "path": "Extension.extension.id", + "representation": [ + "xmlAttr" + ], + "short": "xml:id (or equivalent in JSON)", + "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:ethnicity.extension:text.extension", + "path": "Extension.extension.extension", + "short": "Additional Content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "0", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:ethnicity.extension:text.url", + "path": "Extension.extension.url", + "representation": [ + "xmlAttr" + ], + "short": "identifies the meaning of the extension", + "definition": "Source of the definition for the extension code - a logical name or a URL.", + "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", + "min": 1, + "max": "1", + "base": { + "path": "Extension.url", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "text", + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:ethnicity.extension:text.valueString", + "path": "Extension.extension.valueString", + "short": "Value of extension", + "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).", + "min": 1, + "max": "1", + "base": { + "path": "Extension.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:ethnicity.url", + "path": "Extension.url", + "representation": [ + "xmlAttr" + ], + "short": "identifies the meaning of the extension", + "definition": "Source of the definition for the extension code - a logical name or a URL.", + "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", + "min": 1, + "max": "1", + "base": { + "path": "Extension.url", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity", + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:ethnicity.value[x]", + "path": "Extension.value[x]", + "short": "Value of extension", + "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).", + "min": 0, + "max": "0", + "base": { + "path": "Extension.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "base64Binary" + }, + { + "code": "boolean" + }, + { + "code": "code" + }, + { + "code": "date" + }, + { + "code": "dateTime" + }, + { + "code": "decimal" + }, + { + "code": "id" + }, + { + "code": "instant" + }, + { + "code": "integer" + }, + { + "code": "markdown" + }, + { + "code": "oid" + }, + { + "code": "positiveInt" + }, + { + "code": "string" + }, + { + "code": "time" + }, + { + "code": "unsignedInt" + }, + { + "code": "uri" + }, + { + "code": "Address" + }, + { + "code": "Age" + }, + { + "code": "Annotation" + }, + { + "code": "Attachment" + }, + { + "code": "CodeableConcept" + }, + { + "code": "Coding" + }, + { + "code": "ContactPoint" + }, + { + "code": "Count" + }, + { + "code": "Distance" + }, + { + "code": "Duration" + }, + { + "code": "HumanName" + }, + { + "code": "Identifier" + }, + { + "code": "Money" + }, + { + "code": "Period" + }, + { + "code": "Quantity" + }, + { + "code": "Range" + }, + { + "code": "Ratio" + }, + { + "code": "Reference" + }, + { + "code": "SampledData" + }, + { + "code": "Signature" + }, + { + "code": "Timing" + }, + { + "code": "Meta" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "Extension:ethnicity", + "path": "Extension", + "short": "US Core ethnicity Extension", + "definition": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity. The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.", + "min": 0, + "max": "1", + "isModifier": false + }, + { + "id": "Extension:ethnicity.extension:ombcategory", + "path": "Extension.extension", + "sliceName": "ombCategory", + "short": "Hispanic or Latino|Not Hispanic or Latino", + "definition": "The 2 ethnicity category codes according to the [OMB Standards for Maintaining, Collecting, and Presenting Federal Data on Race and Ethnicity, Statistical Policy Directive No. 15, as revised, October 30, 1997](https://www.whitehouse.gov/omb/fedreg_1997standards).", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "iso11179", + "map": "/ClinicalDocument/recordTarget/patientRole/patient/ethnicGroupCode" + } + ] + }, + { + "id": "Extension:ethnicity.extension:ombcategory.url", + "path": "Extension.extension.url", + "min": 1, + "max": "1", + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "ombCategory" + }, + { + "id": "Extension:ethnicity.extension:ombcategory.valueCoding", + "path": "Extension.extension.valueCoding", + "min": 1, + "max": "1", + "type": [ + { + "code": "Coding" + } + ], + "binding": { + "strength": "required", + "description": "The 2 ethnicity category codes according to the [OMB Standards for Maintaining, Collecting, and Presenting Federal Data on Race and Ethnicity, Statistical Policy Directive No. 15, as revised, October 30, 1997](https://www.whitehouse.gov/omb/fedreg_1997standards).", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/omb-ethnicity-category" + } + }, + { + "id": "Extension:ethnicity.extension:detailed", + "path": "Extension.extension", + "sliceName": "detailed", + "short": "Extended ethnicity codes", + "definition": "The 41 CDC ethnicity codes that are grouped under one of the 2 OMB ethnicity category codes.", + "min": 0, + "max": "*", + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "mapping": [ + { + "identity": "iso11179", + "map": "/ClinicalDocument/recordTarget/patientRole/patient/sdtc:ethnicGroupCode" + } + ] + }, + { + "id": "Extension:ethnicity.extension:detailed.url", + "path": "Extension.extension.url", + "min": 1, + "max": "1", + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "detailed" + }, + { + "id": "Extension:ethnicity.extension:detailed.valueCoding", + "path": "Extension.extension.valueCoding", + "min": 1, + "max": "1", + "type": [ + { + "code": "Coding" + } + ], + "binding": { + "strength": "required", + "description": "The 41 [CDC ethnicity codes](http://www.cdc.gov/phin/resources/vocabulary/index.html) that are grouped under one of the 2 OMB ethnicity category codes.", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/detailed-ethnicity" + } + }, + { + "id": "Extension:ethnicity.extension:text", + "path": "Extension.extension", + "sliceName": "text", + "short": "ethnicity Text", + "definition": "Plain text representation of the ethnicity concept(s).", + "min": 1, + "max": "1", + "type": [ + { + "code": "Extension" + } + ], + "mustSupport": true, + "isModifier": false + }, + { + "id": "Extension:ethnicity.extension:text.url", + "path": "Extension.extension.url", + "min": 1, + "max": "1", + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "text" + }, + { + "id": "Extension:ethnicity.extension:text.valueString", + "path": "Extension.extension.valueString", + "min": 1, + "max": "1", + "type": [ + { + "code": "string" + } + ] + }, + { + "id": "Extension:ethnicity.url", + "path": "Extension.url", + "min": 1, + "max": "1", + "fixedUri": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" + } + ] + } +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-organization.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-organization.json new file mode 100644 index 0000000000..bd8a91015f --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-organization.json @@ -0,0 +1,2101 @@ +{ + "resourceType": "StructureDefinition", + "id": "us-core-organization", + "text": { + "status": "generated", + "div": "" + }, + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization", + "version": "3.0.0", + "name": "USCoreOrganizationProfile", + "title": "US Core Organization Profile", + "status": "active", + "experimental": false, + "date": "2019-05-21T00:00:00-04:00", + "publisher": "HL7 US Realm Steering Committee", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://www.healthit.gov" + } + ] + } + ], + "description": "Defines basic constraints and extensions on the Organization resource for use with other US Core resources", + "jurisdiction": [ + { + "coding": [ + { + "system": "urn:iso:std:iso:3166", + "code": "US", + "display": "United States of America" + } + ] + } + ], + "fhirVersion": "4.0.0", + "mapping": [ + { + "identity": "servd", + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD" + }, + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + } + ], + "kind": "resource", + "abstract": false, + "type": "Organization", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "Organization", + "path": "Organization", + "short": "A grouping of people or organizations with a common purpose", + "definition": "A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.", + "min": 0, + "max": "*", + "base": { + "path": "Organization", + "min": 0, + "max": "*" + }, + "constraint": [ + { + "key": "dom-2", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "expression": "contained.contained.empty()", + "source": "DomainResource" + }, + { + "key": "dom-4", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", + "source": "DomainResource" + }, + { + "key": "dom-3", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", + "source": "DomainResource" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "key": "dom-6", + "severity": "warning", + "human": "A resource should have narrative for robust management", + "expression": "text.div.exists()", + "source": "DomainResource" + }, + { + "key": "dom-5", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "expression": "contained.meta.security.empty()", + "source": "DomainResource" + }, + { + "key": "org-1", + "severity": "error", + "human": "The organization SHALL at least have a name or an identifier, and possibly more than one", + "expression": "(identifier.count() + name.count()) > 0", + "source": "Organization" + } + ], + "mustSupport": false, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Entity. Role, or Act" + }, + { + "identity": "v2", + "map": "(also see master files messages)" + }, + { + "identity": "rim", + "map": "Organization(classCode=ORG, determinerCode=INST)" + }, + { + "identity": "servd", + "map": "Organization" + } + ] + }, + { + "id": "Organization.id", + "path": "Organization.id", + "short": "Logical id of this artifact", + "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", + "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "id" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "Organization.meta", + "path": "Organization.meta", + "short": "Metadata about the resource", + "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.meta", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Meta" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "Organization.implicitRules", + "path": "Organization.implicitRules", + "short": "A set of rules under which this content was created", + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.implicitRules", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", + "isSummary": true + }, + { + "id": "Organization.language", + "path": "Organization.language", + "short": "Language of the resource content", + "definition": "The base language in which the resource is written.", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", + "min": 0, + "max": "1", + "base": { + "path": "Resource.language", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "preferred", + "description": "A human language.", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + { + "id": "Organization.text", + "path": "Organization.text", + "short": "Text summary of the resource, for human interpretation", + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", + "alias": [ + "narrative", + "html", + "xhtml", + "display" + ], + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Narrative" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Act.text?" + } + ] + }, + { + "id": "Organization.contained", + "path": "Organization.contained", + "short": "Contained, inline Resources", + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.contained", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Resource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Organization.extension", + "path": "Organization.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Organization.modifierExtension", + "path": "Organization.modifierExtension", + "short": "Extensions that cannot be ignored", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Organization.identifier", + "path": "Organization.identifier", + "short": "Identifies this organization across multiple systems", + "definition": "Identifier for the organization that is used to identify the organization across multiple disparate systems.", + "requirements": "Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization.", + "min": 1, + "max": "*", + "base": { + "path": "Organization.identifier", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Identifier" + } + ], + "condition": [ + "org-1" + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "v2", + "map": "XON.10 / XON.3" + }, + { + "identity": "rim", + "map": ".scopes[Role](classCode=IDENT)" + }, + { + "identity": "servd", + "map": "./Identifiers" + }, + { + "identity": "servd", + "map": "n/a" + } + ] + }, + { + "id": "Organization.identifier.id", + "path": "Organization.identifier.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Organization.identifier.extension", + "path": "Organization.identifier.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "description": "Extensions are always sliced by (at least) url", + "rules": "open" + }, + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Organization.identifier.use", + "path": "Organization.identifier.use", + "short": "usual | official | temp | secondary | old (If known)", + "definition": "The purpose of this identifier.", + "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", + "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.use", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "isModifier": true, + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentifierUse" + } + ], + "strength": "required", + "description": "Identifies the purpose for this identifier, if known .", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.0" + }, + "mapping": [ + { + "identity": "v2", + "map": "N/A" + }, + { + "identity": "rim", + "map": "Role.code or implied by context" + } + ] + }, + { + "id": "Organization.identifier.type", + "path": "Organization.identifier.type", + "short": "Description of identifier", + "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", + "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", + "requirements": "Allows users to make use of identifiers when the identifier system is not known.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.type", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentifierType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "extensible", + "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type" + }, + "mapping": [ + { + "identity": "v2", + "map": "CX.5" + }, + { + "identity": "rim", + "map": "Role.code or implied by context" + } + ] + }, + { + "id": "Organization.identifier.system", + "path": "Organization.identifier.system", + "short": "The namespace for the identifier value", + "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.", + "comment": "NPI preferred (http://hl7.org/fhir/sid/us-npi), Tax id is allowed (http://hl7.org/fhir/sid/us-tin), Local id is allowed in addition to another identifier supplied by a jurisdictional authority such as a practitioner's *Drug Enforcement Administration (DEA)* number.", + "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", + "min": 1, + "max": "1", + "base": { + "path": "Identifier.system", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "example": [ + { + "label": "General", + "valueUri": "http://www.acme.com/identifiers/patient" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.4 / EI-2-4" + }, + { + "identity": "rim", + "map": "II.root or Role.id.root" + }, + { + "identity": "servd", + "map": "./IdentifierType" + } + ] + }, + { + "id": "Organization.identifier.value", + "path": "Organization.identifier.value", + "short": "The value that is unique", + "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.", + "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](http://hl7.org/fhir/R4/extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.value", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "123456" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.1 / EI.1" + }, + { + "identity": "rim", + "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)" + }, + { + "identity": "servd", + "map": "./Value" + } + ] + }, + { + "id": "Organization.identifier.period", + "path": "Organization.identifier.period", + "short": "Time period when id is/was valid for use", + "definition": "Time period during which identifier is/was valid for use.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.7 + CX.8" + }, + { + "identity": "rim", + "map": "Role.effectiveTime or implied by context" + }, + { + "identity": "servd", + "map": "./StartDate and ./EndDate" + } + ] + }, + { + "id": "Organization.identifier.assigner", + "path": "Organization.identifier.assigner", + "short": "Organization that issued id (may be just text)", + "definition": "Organization that issued/manages the identifier.", + "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.assigner", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.4 / (CX.4,CX.9,CX.10)" + }, + { + "identity": "rim", + "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper" + }, + { + "identity": "servd", + "map": "./IdentifierIssuingAuthority" + } + ] + }, + { + "id": "Organization.active", + "path": "Organization.active", + "short": "Whether the organization's record is still in active use", + "definition": "Whether the organization's record is still in active use.", + "comment": "This active flag is not intended to be used to mark an organization as temporarily closed or under construction. Instead the Location(s) within the Organization should have the suspended status. If further details of the reason for the suspension are required, then an extension on this element should be used.\n\nThis element is labeled as a modifier because it may be used to mark that the resource was created in error.", + "requirements": "Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI.", + "min": 1, + "max": "1", + "base": { + "path": "Organization.active", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "boolean" + } + ], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "mustSupport": true, + "isModifier": true, + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "v2", + "map": "No equivalent in HL7 v2" + }, + { + "identity": "rim", + "map": ".status" + }, + { + "identity": "servd", + "map": "./Status (however this concept in ServD more covers why the organization is active or not, could be delisted, deregistered, not operational yet) this could alternatively be derived from ./StartDate and ./EndDate and given a context date." + } + ] + }, + { + "id": "Organization.type", + "path": "Organization.type", + "short": "Kind of organization", + "definition": "The kind(s) of organization that this is.", + "comment": "Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes\n\nWhen considering if multiple types are appropriate, you should evaluate if child organizations would be a more appropriate use of the concept, as different types likely are in different sub-areas of the organization. This is most likely to be used where type values have orthogonal values, such as a religious, academic and medical center.\n\nWe expect that some jurisdictions will profile this optionality to be a single cardinality.", + "requirements": "Need to be able to track the kind of organization that this is - different organization types have different uses.", + "min": 0, + "max": "*", + "base": { + "path": "Organization.type", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OrganizationType" + } + ], + "strength": "example", + "description": "Used to categorize the organization.", + "valueSet": "http://hl7.org/fhir/ValueSet/organization-type" + }, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.class" + }, + { + "identity": "v2", + "map": "No equivalent in v2" + }, + { + "identity": "rim", + "map": ".code" + }, + { + "identity": "servd", + "map": "n/a" + } + ] + }, + { + "id": "Organization.name", + "path": "Organization.name", + "short": "Name used for the organization", + "definition": "A name associated with the organization.", + "comment": "If the name of an organization changes, consider putting the old name in the alias column so that it can still be located through searches.", + "requirements": "Need to use the name as the label of the organization.", + "min": 1, + "max": "1", + "base": { + "path": "Organization.name", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "condition": [ + "org-1" + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XON.1" + }, + { + "identity": "rim", + "map": ".name" + }, + { + "identity": "servd", + "map": ".PreferredName/Name" + }, + { + "identity": "servd", + "map": "./PrimaryAddress and ./OtherAddresses" + } + ] + }, + { + "id": "Organization.alias", + "path": "Organization.alias", + "short": "A list of alternate names that the organization is known as, or was known as in the past", + "definition": "A list of alternate names that the organization is known as, or was known as in the past.", + "comment": "There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the organization.", + "requirements": "Over time locations and organizations go through many changes and can be known by different names.\n\nFor searching knowing previous names that the organization was known by can be very useful.", + "min": 0, + "max": "*", + "base": { + "path": "Organization.alias", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".name" + } + ] + }, + { + "id": "Organization.telecom", + "path": "Organization.telecom", + "short": "A contact detail for the organization", + "definition": "A contact detail for the organization.", + "comment": "The use code 'home' is not to be used. Note that these contacts are not the contact details of people who are employed by or represent the organization, but official contacts for the organization itself.", + "requirements": "Human contact for the organization.", + "min": 1, + "max": "*", + "base": { + "path": "Organization.telecom", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "ContactPoint" + } + ], + "condition": [ + "org-3" + ], + "constraint": [ + { + "key": "org-3", + "severity": "error", + "human": "The telecom of an organization can never be of use 'home'", + "expression": "where(use = 'home').empty()", + "source": "Organization.telecom" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "ORC-22?" + }, + { + "identity": "rim", + "map": ".telecom" + }, + { + "identity": "servd", + "map": "./ContactPoints" + } + ] + }, + { + "id": "Organization.address", + "path": "Organization.address", + "short": "An address for the organization", + "definition": "An address for the organization.", + "comment": "Organization may have multiple addresses with different uses or applicable periods. The use code 'home' is not to be used.", + "requirements": "May need to keep track of the organization's addresses for contacting, billing or reporting requirements.", + "min": 1, + "max": "*", + "base": { + "path": "Organization.address", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Address" + } + ], + "condition": [ + "org-2" + ], + "constraint": [ + { + "key": "org-2", + "severity": "error", + "human": "An address of an organization can never be of use 'home'", + "expression": "where(use = 'home').empty()", + "source": "Organization.address" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "ORC-23?" + }, + { + "identity": "rim", + "map": ".address" + }, + { + "identity": "servd", + "map": "./PrimaryAddress and ./OtherAddresses" + }, + { + "identity": "servd", + "map": "n/a" + } + ] + }, + { + "id": "Organization.address.id", + "path": "Organization.address.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Organization.address.extension", + "path": "Organization.address.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "description": "Extensions are always sliced by (at least) url", + "rules": "open" + }, + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Organization.address.use", + "path": "Organization.address.use", + "short": "home | work | temp | old | billing - purpose of this address", + "definition": "The purpose of this address.", + "comment": "Applications can assume that an address is current unless it explicitly says that it is temporary or old.", + "requirements": "Allows an appropriate address to be chosen from a list of many.", + "min": 0, + "max": "1", + "base": { + "path": "Address.use", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "example": [ + { + "label": "General", + "valueCode": "home" + } + ], + "isModifier": true, + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old address etc.for a current/permanent one", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AddressUse" + } + ], + "strength": "required", + "description": "The use of an address.", + "valueSet": "http://hl7.org/fhir/ValueSet/address-use|4.0.0" + }, + "mapping": [ + { + "identity": "v2", + "map": "XAD.7" + }, + { + "identity": "rim", + "map": "unique(./use)" + }, + { + "identity": "servd", + "map": "./AddressPurpose" + } + ] + }, + { + "id": "Organization.address.type", + "path": "Organization.address.type", + "short": "postal | physical | both", + "definition": "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.", + "comment": "The definition of Address states that \"address is intended to describe postal addresses, not physical locations\". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the [Location](http://hl7.org/fhir/R4/location.html#) resource).", + "min": 0, + "max": "1", + "base": { + "path": "Address.type", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "example": [ + { + "label": "General", + "valueCode": "both" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AddressType" + } + ], + "strength": "required", + "description": "The type of an address (physical / postal).", + "valueSet": "http://hl7.org/fhir/ValueSet/address-type|4.0.0" + }, + "mapping": [ + { + "identity": "v2", + "map": "XAD.18" + }, + { + "identity": "rim", + "map": "unique(./use)" + }, + { + "identity": "vcard", + "map": "address type parameter" + } + ] + }, + { + "id": "Organization.address.text", + "path": "Organization.address.text", + "short": "Text representation of the address", + "definition": "Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts.", + "comment": "Can provide both a text representation and parts. Applications updating an address SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.", + "requirements": "A renderable, unencoded form.", + "min": 0, + "max": "1", + "base": { + "path": "Address.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "137 Nowhere Street, Erewhon 9132" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.1 + XAD.2 + XAD.3 + XAD.4 + XAD.5 + XAD.6" + }, + { + "identity": "rim", + "map": "./formatted" + }, + { + "identity": "vcard", + "map": "address label parameter" + } + ] + }, + { + "id": "Organization.address.line", + "path": "Organization.address.line", + "short": "Street name, number, direction & P.O. Box etc.", + "definition": "This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information.", + "min": 0, + "max": "4", + "base": { + "path": "Address.line", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "string" + } + ], + "orderMeaning": "The order in which lines should appear in an address label", + "example": [ + { + "label": "General", + "valueString": "137 Nowhere Street" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.1 + XAD.2 (note: XAD.1 and XAD.2 have different meanings for a company address than for a person address)" + }, + { + "identity": "rim", + "map": "AD.part[parttype = AL]" + }, + { + "identity": "vcard", + "map": "street" + }, + { + "identity": "servd", + "map": "./StreetAddress (newline delimitted)" + } + ] + }, + { + "id": "Organization.address.city", + "path": "Organization.address.city", + "short": "Name of city, town etc.", + "definition": "The name of the city, town, suburb, village or other community or delivery center.", + "alias": [ + "Municpality" + ], + "min": 0, + "max": "1", + "base": { + "path": "Address.city", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "Erewhon" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.3" + }, + { + "identity": "rim", + "map": "AD.part[parttype = CTY]" + }, + { + "identity": "vcard", + "map": "locality" + }, + { + "identity": "servd", + "map": "./Jurisdiction" + } + ] + }, + { + "id": "Organization.address.district", + "path": "Organization.address.district", + "short": "District name (aka county)", + "definition": "The name of the administrative area (county).", + "comment": "District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead.", + "alias": [ + "County" + ], + "min": 0, + "max": "1", + "base": { + "path": "Address.district", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "Madison" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.9" + }, + { + "identity": "rim", + "map": "AD.part[parttype = CNT | CPA]" + } + ] + }, + { + "id": "Organization.address.state", + "path": "Organization.address.state", + "short": "Sub-unit of country (abbreviations ok)", + "definition": "Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (e.g. US 2 letter state codes).", + "alias": [ + "Province", + "Territory" + ], + "min": 0, + "max": "1", + "base": { + "path": "Address.state", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "binding": { + "strength": "extensible", + "description": "Two letter USPS alphabetic codes.", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state" + }, + "mapping": [ + { + "identity": "v2", + "map": "XAD.4" + }, + { + "identity": "rim", + "map": "AD.part[parttype = STA]" + }, + { + "identity": "vcard", + "map": "region" + }, + { + "identity": "servd", + "map": "./Region" + }, + { + "identity": "servd", + "map": "./Sites" + } + ] + }, + { + "id": "Organization.address.postalCode", + "path": "Organization.address.postalCode", + "short": "US Zip Codes", + "definition": "A postal code designating a region defined by the postal service.", + "alias": [ + "Zip" + ], + "min": 0, + "max": "1", + "base": { + "path": "Address.postalCode", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "9132" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.5" + }, + { + "identity": "rim", + "map": "AD.part[parttype = ZIP]" + }, + { + "identity": "vcard", + "map": "code" + }, + { + "identity": "servd", + "map": "./PostalIdentificationCode" + } + ] + }, + { + "id": "Organization.address.country", + "path": "Organization.address.country", + "short": "Country (e.g. can be ISO 3166 2 or 3 letter code)", + "definition": "Country - a nation as commonly understood or generally accepted.", + "comment": "ISO 3166 3 letter codes can be used in place of a human readable country name.", + "min": 0, + "max": "1", + "base": { + "path": "Address.country", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.6" + }, + { + "identity": "rim", + "map": "AD.part[parttype = CNT]" + }, + { + "identity": "vcard", + "map": "country" + }, + { + "identity": "servd", + "map": "./Country" + } + ] + }, + { + "id": "Organization.address.period", + "path": "Organization.address.period", + "short": "Time period when address was/is in use", + "definition": "Time period when address was/is in use.", + "requirements": "Allows addresses to be placed in historical context.", + "min": 0, + "max": "1", + "base": { + "path": "Address.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "example": [ + { + "label": "General", + "valuePeriod": { + "start": "2010-03-23T00:00:00-04:00", + "end": "2010-07-01T00:00:00-04:00" + } + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.12 / XAD.13 + XAD.14" + }, + { + "identity": "rim", + "map": "./usablePeriod[type=\"IVL\"]" + }, + { + "identity": "servd", + "map": "./StartDate and ./EndDate" + } + ] + }, + { + "id": "Organization.partOf", + "path": "Organization.partOf", + "short": "The organization of which this organization forms a part", + "definition": "The organization of which this organization forms a part.", + "requirements": "Need to be able to track the hierarchy of organizations within an organization.", + "min": 0, + "max": "1", + "base": { + "path": "Organization.partOf", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "No equivalent in HL7 v2" + }, + { + "identity": "rim", + "map": ".playedBy[classCode=Part].scoper" + }, + { + "identity": "servd", + "map": "n/a" + } + ] + }, + { + "id": "Organization.contact", + "path": "Organization.contact", + "short": "Contact for the organization for a certain purpose", + "definition": "Contact for the organization for a certain purpose.", + "comment": "Where multiple contacts for the same purpose are provided there is a standard extension that can be used to determine which one is the preferred contact to use.", + "requirements": "Need to keep track of assigned contact points within bigger organization.", + "min": 0, + "max": "*", + "base": { + "path": "Organization.contact", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "source": "Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".contactParty" + } + ] + }, + { + "id": "Organization.contact.id", + "path": "Organization.contact.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Organization.contact.extension", + "path": "Organization.contact.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Organization.contact.modifierExtension", + "path": "Organization.contact.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Organization.contact.purpose", + "path": "Organization.contact.purpose", + "short": "The type of contact", + "definition": "Indicates a purpose for which the contact can be reached.", + "requirements": "Need to distinguish between multiple contact persons.", + "min": 0, + "max": "1", + "base": { + "path": "Organization.contact.purpose", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContactPartyType" + } + ], + "strength": "extensible", + "description": "The purpose for which you would contact a contact party.", + "valueSet": "http://hl7.org/fhir/ValueSet/contactentity-type" + }, + "mapping": [ + { + "identity": "rim", + "map": "./type" + } + ] + }, + { + "id": "Organization.contact.name", + "path": "Organization.contact.name", + "short": "A name associated with the contact", + "definition": "A name associated with the contact.", + "requirements": "Need to be able to track the person by name.", + "min": 0, + "max": "1", + "base": { + "path": "Organization.contact.name", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "HumanName" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "PID-5, PID-9" + }, + { + "identity": "rim", + "map": "./name" + } + ] + }, + { + "id": "Organization.contact.telecom", + "path": "Organization.contact.telecom", + "short": "Contact details (telephone, email, etc.) for a contact", + "definition": "A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "max": "*", + "base": { + "path": "Organization.contact.telecom", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "ContactPoint" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "PID-13, PID-14" + }, + { + "identity": "rim", + "map": "./telecom" + } + ] + }, + { + "id": "Organization.contact.address", + "path": "Organization.contact.address", + "short": "Visiting or postal addresses for the contact", + "definition": "Visiting or postal addresses for the contact.", + "requirements": "May need to keep track of a contact party's address for contacting, billing or reporting requirements.", + "min": 0, + "max": "1", + "base": { + "path": "Organization.contact.address", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Address" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "PID-11" + }, + { + "identity": "rim", + "map": "./addr" + } + ] + }, + { + "id": "Organization.endpoint", + "path": "Organization.endpoint", + "short": "Technical endpoints providing access to services operated for the organization", + "definition": "Technical endpoints providing access to services operated for the organization.", + "requirements": "Organizations have multiple systems that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.", + "min": 0, + "max": "*", + "base": { + "path": "Organization.endpoint", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "Organization", + "path": "Organization", + "mustSupport": false, + "isModifier": false, + "mapping": [ + { + "identity": "servd", + "map": "Organization" + } + ] + }, + { + "id": "Organization.identifier", + "path": "Organization.identifier", + "min": 1, + "max": "*", + "type": [ + { + "code": "Identifier" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "servd", + "map": "n/a" + } + ] + }, + { + "id": "Organization.identifier.system", + "path": "Organization.identifier.system", + "comment": "NPI preferred (http://hl7.org/fhir/sid/us-npi), Tax id is allowed (http://hl7.org/fhir/sid/us-tin), Local id is allowed in addition to another identifier supplied by a jurisdictional authority such as a practitioner's *Drug Enforcement Administration (DEA)* number.", + "min": 1, + "max": "1", + "type": [ + { + "code": "uri" + } + ], + "mustSupport": true, + "isModifier": false + }, + { + "id": "Organization.active", + "path": "Organization.active", + "min": 1, + "max": "1", + "type": [ + { + "code": "boolean" + } + ], + "mustSupport": true, + "isModifier": false + }, + { + "id": "Organization.name", + "path": "Organization.name", + "min": 1, + "max": "1", + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "servd", + "map": "./PrimaryAddress and ./OtherAddresses" + } + ] + }, + { + "id": "Organization.telecom", + "path": "Organization.telecom", + "min": 1, + "max": "*", + "type": [ + { + "code": "ContactPoint" + } + ], + "mustSupport": true, + "isModifier": false + }, + { + "id": "Organization.address", + "path": "Organization.address", + "min": 1, + "max": "*", + "type": [ + { + "code": "Address" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "servd", + "map": "n/a" + } + ] + }, + { + "id": "Organization.address.line", + "path": "Organization.address.line", + "min": 0, + "max": "4", + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false + }, + { + "id": "Organization.address.city", + "path": "Organization.address.city", + "min": 0, + "max": "1", + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false + }, + { + "id": "Organization.address.state", + "path": "Organization.address.state", + "min": 0, + "max": "1", + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false, + "binding": { + "strength": "extensible", + "description": "Two letter USPS alphabetic codes.", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state" + }, + "mapping": [ + { + "identity": "servd", + "map": "./Sites" + } + ] + }, + { + "id": "Organization.address.postalCode", + "path": "Organization.address.postalCode", + "short": "US Zip Codes", + "min": 0, + "max": "1", + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false + }, + { + "id": "Organization.address.country", + "path": "Organization.address.country", + "min": 0, + "max": "1", + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false + }, + { + "id": "Organization.endpoint", + "path": "Organization.endpoint", + "min": 0, + "max": "*", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": true, + "isModifier": false + } + ] + } +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-patient.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-patient.json new file mode 100644 index 0000000000..fd7882479b --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-patient.json @@ -0,0 +1,3813 @@ +{ + "resourceType": "StructureDefinition", + "id": "us-core-patient", + "text": { + "status": "generated", + "div": "
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" Patient
\".\"\".\"\".\" extension S0..1?? [CanonicalType[http://hl7.org/fhir/us/core/StructureDefinition/us-core-race]]URL: http://hl7.org/fhir/us/core/StructureDefinition/us-core-race
\".\"\".\"\".\" extension S0..1?? [CanonicalType[http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity]]URL: http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity
\".\"\".\"\".\" extension S0..1?? [CanonicalType[http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex]]URL: http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex
Binding: Birth Sex (required)
\".\"\".\"\".\" identifier S1..*Identifier
\".\"\".\"\".\"\".\" system S1..1uri
\".\"\".\"\".\"\".\" value S1..1stringThe value that is unique within the system.
\".\"\".\"\".\" name SI1..*HumanNameus-core-8: Patient.name.given or Patient.name.family or both SHALL be present
\".\"\".\"\".\"\".\" family SI0..1string
\".\"\".\"\".\"\".\" given SI0..*string
\".\"\".\"\".\" telecom S0..*
\".\"\".\"\".\"\".\" system S1..1Binding: ContactPointSystem (required)
\".\"\".\"\".\"\".\" value S1..1
\".\"\".\"\".\" gender S1..1codeBinding: AdministrativeGender (required)
\".\"\".\"\".\" birthDate S0..1date
\".\"\".\"\".\" address S0..*
\".\"\".\"\".\"\".\" line S0..*
\".\"\".\"\".\"\".\" city S0..1
\".\"\".\"\".\"\".\" state S0..1Binding: USPS Two Letter Alphabetic Codes (extensible)
\".\"\".\"\".\"\".\" postalCode S0..1US Zip Codes
\".\"\".\"\".\" communication S0..*
\".\"\".\"\".\"\".\" language S1..1CodeableConceptBinding: Language codes with language and optionally a region modifier (extensible)
Max Binding: Language codes with language and optionally a region modifier

\"doco\" Documentation for this format
" + }, + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient", + "version": "3.0.0", + "name": "USCorePatientProfile", + "title": "US Core Patient Profile", + "status": "active", + "experimental": false, + "date": "2019-05-21T00:00:00-04:00", + "publisher": "HL7 US Realm Steering Committee", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://www.healthit.gov" + } + ] + } + ], + "description": "Defines constraints and extensions on the patient resource for the minimal set of data to query and retrieve patient demographic information.", + "jurisdiction": [ + { + "coding": [ + { + "system": "urn:iso:std:iso:3166", + "code": "US", + "display": "United States of America" + } + ] + } + ], + "fhirVersion": "4.0.0", + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "uri": "http://unknown.org/Argonaut-DQ-DSTU2", + "name": "Argonaut-DQ-DSTU2" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "cda", + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + }, + { + "identity": "v2", + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping" + }, + { + "identity": "loinc", + "uri": "http://loinc.org", + "name": "LOINC code for the element" + } + ], + "kind": "resource", + "abstract": false, + "type": "Patient", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "Patient", + "path": "Patient", + "short": "Information about an individual or animal receiving health care services", + "definition": "The US Core Patient Profile is based upon the core FHIR Patient Resource and designed to meet the applicable patient demographic data elements from the 2015 Edition Common Clinical Data Set.", + "alias": [ + "SubjectOfCare Client Resident" + ], + "min": 0, + "max": "*", + "base": { + "path": "Patient", + "min": 0, + "max": "*" + }, + "constraint": [ + { + "key": "dom-2", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "expression": "contained.contained.empty()", + "source": "DomainResource" + }, + { + "key": "dom-4", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", + "source": "DomainResource" + }, + { + "key": "dom-3", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", + "source": "DomainResource" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "key": "dom-6", + "severity": "warning", + "human": "A resource should have narrative for robust management", + "expression": "text.div.exists()", + "source": "DomainResource" + }, + { + "key": "dom-5", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "expression": "contained.meta.security.empty()", + "source": "DomainResource" + } + ], + "mustSupport": false, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Entity. Role, or Act" + }, + { + "identity": "rim", + "map": "Patient[classCode=PAT]" + }, + { + "identity": "cda", + "map": "ClinicalDocument.recordTarget.patientRole" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient" + } + ] + }, + { + "id": "Patient.id", + "path": "Patient.id", + "short": "Logical id of this artifact", + "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", + "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "id" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "Patient.meta", + "path": "Patient.meta", + "short": "Metadata about the resource", + "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.meta", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Meta" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "Patient.implicitRules", + "path": "Patient.implicitRules", + "short": "A set of rules under which this content was created", + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.implicitRules", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", + "isSummary": true + }, + { + "id": "Patient.language", + "path": "Patient.language", + "short": "Language of the resource content", + "definition": "The base language in which the resource is written.", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", + "min": 0, + "max": "1", + "base": { + "path": "Resource.language", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "preferred", + "description": "A human language.", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + { + "id": "Patient.text", + "path": "Patient.text", + "short": "Text summary of the resource, for human interpretation", + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", + "alias": [ + "narrative", + "html", + "xhtml", + "display" + ], + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Narrative" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Act.text?" + } + ] + }, + { + "id": "Patient.contained", + "path": "Patient.contained", + "short": "Contained, inline Resources", + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.contained", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Resource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Patient.extension", + "path": "Patient.extension", + "slicing": { + "id": "1", + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "ordered": false, + "rules": "open" + }, + "short": "Extension", + "definition": "An Extension", + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false + }, + { + "id": "Patient.extension:race", + "path": "Patient.extension", + "sliceName": "race", + "short": "Extension", + "definition": "An Extension", + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" + ] + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.extension" + } + ] + }, + { + "id": "Patient.extension:ethnicity", + "path": "Patient.extension", + "sliceName": "ethnicity", + "short": "Extension", + "definition": "An Extension", + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" + ] + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.extension" + } + ] + }, + { + "id": "Patient.extension:birthsex", + "path": "Patient.extension", + "sliceName": "birthsex", + "short": "Extension", + "definition": "An Extension", + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex" + ] + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.extension" + } + ] + }, + { + "id": "Patient.modifierExtension", + "path": "Patient.modifierExtension", + "short": "Extensions that cannot be ignored", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Patient.identifier", + "path": "Patient.identifier", + "short": "An identifier for this patient", + "definition": "An identifier for this patient.", + "requirements": "Patients are almost always assigned specific numerical identifiers.", + "min": 1, + "max": "*", + "base": { + "path": "Patient.identifier", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Identifier" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "v2", + "map": "PID-3" + }, + { + "identity": "rim", + "map": "id" + }, + { + "identity": "cda", + "map": ".id" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.identifier" + } + ] + }, + { + "id": "Patient.identifier.id", + "path": "Patient.identifier.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.identifier.extension", + "path": "Patient.identifier.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "description": "Extensions are always sliced by (at least) url", + "rules": "open" + }, + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.identifier.use", + "path": "Patient.identifier.use", + "short": "usual | official | temp | secondary | old (If known)", + "definition": "The purpose of this identifier.", + "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", + "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.use", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "isModifier": true, + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentifierUse" + } + ], + "strength": "required", + "description": "Identifies the purpose for this identifier, if known .", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.0" + }, + "mapping": [ + { + "identity": "v2", + "map": "N/A" + }, + { + "identity": "rim", + "map": "Role.code or implied by context" + } + ] + }, + { + "id": "Patient.identifier.type", + "path": "Patient.identifier.type", + "short": "Description of identifier", + "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", + "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", + "requirements": "Allows users to make use of identifiers when the identifier system is not known.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.type", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentifierType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "extensible", + "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type" + }, + "mapping": [ + { + "identity": "v2", + "map": "CX.5" + }, + { + "identity": "rim", + "map": "Role.code or implied by context" + } + ] + }, + { + "id": "Patient.identifier.system", + "path": "Patient.identifier.system", + "short": "The namespace for the identifier value", + "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.", + "comment": "Identifier.system is always case sensitive.", + "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", + "min": 1, + "max": "1", + "base": { + "path": "Identifier.system", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "example": [ + { + "label": "General", + "valueUri": "http://www.acme.com/identifiers/patient" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.4 / EI-2-4" + }, + { + "identity": "rim", + "map": "II.root or Role.id.root" + }, + { + "identity": "servd", + "map": "./IdentifierType" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.identifier.system" + } + ] + }, + { + "id": "Patient.identifier.value", + "path": "Patient.identifier.value", + "short": "The value that is unique within the system.", + "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.", + "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](http://hl7.org/fhir/R4/extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", + "min": 1, + "max": "1", + "base": { + "path": "Identifier.value", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "123456" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.1 / EI.1" + }, + { + "identity": "rim", + "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)" + }, + { + "identity": "servd", + "map": "./Value" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.identifier.value" + } + ] + }, + { + "id": "Patient.identifier.period", + "path": "Patient.identifier.period", + "short": "Time period when id is/was valid for use", + "definition": "Time period during which identifier is/was valid for use.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.7 + CX.8" + }, + { + "identity": "rim", + "map": "Role.effectiveTime or implied by context" + }, + { + "identity": "servd", + "map": "./StartDate and ./EndDate" + } + ] + }, + { + "id": "Patient.identifier.assigner", + "path": "Patient.identifier.assigner", + "short": "Organization that issued id (may be just text)", + "definition": "Organization that issued/manages the identifier.", + "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.assigner", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.4 / (CX.4,CX.9,CX.10)" + }, + { + "identity": "rim", + "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper" + }, + { + "identity": "servd", + "map": "./IdentifierIssuingAuthority" + } + ] + }, + { + "id": "Patient.active", + "path": "Patient.active", + "short": "Whether this patient's record is in active use", + "definition": "Whether this patient record is in active use. \nMany systems use this property to mark as non-current patients, such as those that have not been seen for a period of time based on an organization's business rules.\n\nIt is often used to filter patient lists to exclude inactive patients\n\nDeceased patients may also be marked as inactive for the same reasons, but may be active for some time after death.", + "comment": "If a record is inactive, and linked to an active record, then future patient/record updates should occur on the other patient.", + "requirements": "Need to be able to mark a patient record as not to be used because it was created in error.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.active", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "boolean" + } + ], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "isModifier": true, + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "rim", + "map": "statusCode" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.name", + "path": "Patient.name", + "short": "A name associated with the patient", + "definition": "A name associated with the individual.", + "comment": "A patient may have multiple names with different uses or applicable periods. For animals, the name is a \"HumanName\" in the sense that is assigned and used by humans and has the same patterns.", + "requirements": "Need to be able to track the patient by multiple names. Examples are your official name and a partner name.", + "min": 1, + "max": "*", + "base": { + "path": "Patient.name", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "HumanName" + } + ], + "constraint": [ + { + "key": "us-core-8", + "severity": "error", + "human": "Patient.name.given or Patient.name.family or both SHALL be present", + "expression": "family.exists() or given.exists()", + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "PID-5, PID-9" + }, + { + "identity": "rim", + "map": "name" + }, + { + "identity": "cda", + "map": ".patient.name" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.name" + } + ] + }, + { + "id": "Patient.name.id", + "path": "Patient.name.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.name.extension", + "path": "Patient.name.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "description": "Extensions are always sliced by (at least) url", + "rules": "open" + }, + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.name.use", + "path": "Patient.name.use", + "short": "usual | official | temp | nickname | anonymous | old | maiden", + "definition": "Identifies the purpose for this name.", + "comment": "Applications can assume that a name is current unless it explicitly says that it is temporary or old.", + "requirements": "Allows the appropriate name for a particular context of use to be selected from among a set of names.", + "min": 0, + "max": "1", + "base": { + "path": "HumanName.use", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "isModifier": true, + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old name etc.for a current/permanent one", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NameUse" + } + ], + "strength": "required", + "description": "The use of a human name.", + "valueSet": "http://hl7.org/fhir/ValueSet/name-use|4.0.0" + }, + "mapping": [ + { + "identity": "v2", + "map": "XPN.7, but often indicated by which field contains the name" + }, + { + "identity": "rim", + "map": "unique(./use)" + }, + { + "identity": "servd", + "map": "./NamePurpose" + } + ] + }, + { + "id": "Patient.name.text", + "path": "Patient.name.text", + "short": "Text representation of the full name", + "definition": "Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.", + "comment": "Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.", + "requirements": "A renderable, unencoded form.", + "min": 0, + "max": "1", + "base": { + "path": "HumanName.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "implied by XPN.11" + }, + { + "identity": "rim", + "map": "./formatted" + } + ] + }, + { + "id": "Patient.name.family", + "path": "Patient.name.family", + "short": "Family name (often called 'Surname')", + "definition": "The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.", + "comment": "Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).", + "alias": [ + "surname" + ], + "min": 0, + "max": "1", + "base": { + "path": "HumanName.family", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XPN.1/FN.1" + }, + { + "identity": "rim", + "map": "./part[partType = FAM]" + }, + { + "identity": "servd", + "map": "./FamilyName" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.name.family" + } + ] + }, + { + "id": "Patient.name.given", + "path": "Patient.name.given", + "short": "Given names (not always 'first'). Includes middle names", + "definition": "Given name.", + "comment": "If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called \"first name\" since given names do not always come first.", + "alias": [ + "first name", + "middle name" + ], + "min": 0, + "max": "*", + "base": { + "path": "HumanName.given", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "string" + } + ], + "orderMeaning": "Given Names appear in the correct order for presenting the name", + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XPN.2 + XPN.3" + }, + { + "identity": "rim", + "map": "./part[partType = GIV]" + }, + { + "identity": "servd", + "map": "./GivenNames" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.name.given" + } + ] + }, + { + "id": "Patient.name.prefix", + "path": "Patient.name.prefix", + "short": "Parts that come before the name", + "definition": "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.", + "min": 0, + "max": "*", + "base": { + "path": "HumanName.prefix", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "string" + } + ], + "orderMeaning": "Prefixes appear in the correct order for presenting the name", + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XPN.5" + }, + { + "identity": "rim", + "map": "./part[partType = PFX]" + }, + { + "identity": "servd", + "map": "./TitleCode" + } + ] + }, + { + "id": "Patient.name.suffix", + "path": "Patient.name.suffix", + "short": "Parts that come after the name", + "definition": "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.", + "min": 0, + "max": "*", + "base": { + "path": "HumanName.suffix", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "string" + } + ], + "orderMeaning": "Suffixes appear in the correct order for presenting the name", + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XPN/4" + }, + { + "identity": "rim", + "map": "./part[partType = SFX]" + } + ] + }, + { + "id": "Patient.name.period", + "path": "Patient.name.period", + "short": "Time period when name was/is in use", + "definition": "Indicates the period of time when this name was valid for the named person.", + "requirements": "Allows names to be placed in historical context.", + "min": 0, + "max": "1", + "base": { + "path": "HumanName.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XPN.13 + XPN.14" + }, + { + "identity": "rim", + "map": "./usablePeriod[type=\"IVL\"]" + }, + { + "identity": "servd", + "map": "./StartDate and ./EndDate" + } + ] + }, + { + "id": "Patient.telecom", + "path": "Patient.telecom", + "short": "A contact detail for the individual", + "definition": "A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted.", + "comment": "A Patient may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and also to help with identification. The address might not go directly to the individual, but may reach another party that is able to proxy for the patient (i.e. home phone, or pet owner's phone).", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "max": "*", + "base": { + "path": "Patient.telecom", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "ContactPoint" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "PID-13, PID-14, PID-40" + }, + { + "identity": "rim", + "map": "telecom" + }, + { + "identity": "cda", + "map": ".telecom" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.gender" + } + ] + }, + { + "id": "Patient.telecom.id", + "path": "Patient.telecom.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.telecom.extension", + "path": "Patient.telecom.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "description": "Extensions are always sliced by (at least) url", + "rules": "open" + }, + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.telecom.system", + "path": "Patient.telecom.system", + "short": "phone | fax | email | pager | url | sms | other", + "definition": "Telecommunications form for contact point - what communications system is required to make use of the contact.", + "min": 1, + "max": "1", + "base": { + "path": "ContactPoint.system", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "condition": [ + "cpt-2" + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "binding": { + "strength": "required", + "description": "Telecommunications form for contact point.", + "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-system" + }, + "mapping": [ + { + "identity": "v2", + "map": "XTN.3" + }, + { + "identity": "rim", + "map": "./scheme" + }, + { + "identity": "servd", + "map": "./ContactPointType" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.gender" + } + ] + }, + { + "id": "Patient.telecom.value", + "path": "Patient.telecom.value", + "short": "The actual contact point details", + "definition": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).", + "comment": "Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value.", + "requirements": "Need to support legacy numbers that are not in a tightly controlled format.", + "min": 1, + "max": "1", + "base": { + "path": "ContactPoint.value", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XTN.1 (or XTN.12)" + }, + { + "identity": "rim", + "map": "./url" + }, + { + "identity": "servd", + "map": "./Value" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.gender" + } + ] + }, + { + "id": "Patient.telecom.use", + "path": "Patient.telecom.use", + "short": "home | work | temp | old | mobile - purpose of this contact point", + "definition": "Identifies the purpose for the contact point.", + "comment": "Applications can assume that a contact is current unless it explicitly says that it is temporary or old.", + "requirements": "Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose.", + "min": 0, + "max": "1", + "base": { + "path": "ContactPoint.use", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "isModifier": true, + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old contact etc.for a current/permanent one", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContactPointUse" + } + ], + "strength": "required", + "description": "Use of contact point.", + "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0" + }, + "mapping": [ + { + "identity": "v2", + "map": "XTN.2 - but often indicated by field" + }, + { + "identity": "rim", + "map": "unique(./use)" + }, + { + "identity": "servd", + "map": "./ContactPointPurpose" + } + ] + }, + { + "id": "Patient.telecom.rank", + "path": "Patient.telecom.rank", + "short": "Specify preferred order of use (1 = highest)", + "definition": "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.", + "comment": "Note that rank does not necessarily follow the order in which the contacts are represented in the instance.", + "min": 0, + "max": "1", + "base": { + "path": "ContactPoint.rank", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "positiveInt" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "n/a" + }, + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.telecom.period", + "path": "Patient.telecom.period", + "short": "Time period when the contact point was/is in use", + "definition": "Time period when the contact point was/is in use.", + "min": 0, + "max": "1", + "base": { + "path": "ContactPoint.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "N/A" + }, + { + "identity": "rim", + "map": "./usablePeriod[type=\"IVL\"]" + }, + { + "identity": "servd", + "map": "./StartDate and ./EndDate" + } + ] + }, + { + "id": "Patient.gender", + "path": "Patient.gender", + "short": "male | female | other | unknown", + "definition": "Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes.", + "comment": "The gender might not match the biological sex as determined by genetics or the individual's preferred identification. Note that for both humans and particularly animals, there are other legitimate possibilities than male and female, though the vast majority of systems and contexts only support male and female. Systems providing decision support or enforcing business rules should ideally do this on the basis of Observations dealing with the specific sex or gender aspect of interest (anatomical, chromosomal, social, etc.) However, because these observations are infrequently recorded, defaulting to the administrative gender is common practice. Where such defaulting occurs, rule enforcement should allow for the variation between administrative and biological, chromosomal and other gender aspects. For example, an alert about a hysterectomy on a male should be handled as a warning or overridable error, not a \"hard\" error. See the Patient Gender and Sex section for additional information about communicating patient gender and sex.", + "requirements": "Needed for identification of the individual, in combination with (at least) name and birth date.", + "min": 1, + "max": "1", + "base": { + "path": "Patient.gender", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "mapping": [ + { + "identity": "v2", + "map": "PID-8" + }, + { + "identity": "rim", + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender" + }, + { + "identity": "cda", + "map": ".patient.administrativeGenderCode" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.gender" + } + ] + }, + { + "id": "Patient.birthDate", + "path": "Patient.birthDate", + "short": "The date of birth for the individual", + "definition": "The date of birth for the individual.", + "comment": "At least an estimated year should be provided as a guess if the real DOB is unknown There is a standard extension \"patient-birthTime\" available that should be used where Time is required (such as in maternity/infant care systems).", + "requirements": "Age of the individual drives many clinical processes.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.birthDate", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "date" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "PID-7" + }, + { + "identity": "rim", + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/birthTime" + }, + { + "identity": "cda", + "map": ".patient.birthTime" + }, + { + "identity": "loinc", + "map": "21112-8" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.deceased[x]", + "path": "Patient.deceased[x]", + "short": "Indicates if the individual is deceased or not", + "definition": "Indicates if the individual is deceased or not.", + "comment": "If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive.", + "requirements": "The fact that a patient is deceased influences the clinical process. Also, in human communication and relation management it is necessary to know whether the person is alive.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.deceased[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "boolean" + }, + { + "code": "dateTime" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different.", + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "PID-30 (bool) and PID-29 (datetime)" + }, + { + "identity": "rim", + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedInd, player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedTime" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.address", + "path": "Patient.address", + "short": "An address for the individual", + "definition": "An address for the individual.", + "comment": "Patient may have multiple addresses with different uses or applicable periods.", + "requirements": "May need to keep track of patient addresses for contacting, billing or reporting requirements and also to help with identification.", + "min": 0, + "max": "*", + "base": { + "path": "Patient.address", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Address" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "PID-11" + }, + { + "identity": "rim", + "map": "addr" + }, + { + "identity": "cda", + "map": ".addr" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.address.id", + "path": "Patient.address.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.address.extension", + "path": "Patient.address.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "description": "Extensions are always sliced by (at least) url", + "rules": "open" + }, + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.address.use", + "path": "Patient.address.use", + "short": "home | work | temp | old | billing - purpose of this address", + "definition": "The purpose of this address.", + "comment": "Applications can assume that an address is current unless it explicitly says that it is temporary or old.", + "requirements": "Allows an appropriate address to be chosen from a list of many.", + "min": 0, + "max": "1", + "base": { + "path": "Address.use", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "example": [ + { + "label": "General", + "valueCode": "home" + } + ], + "isModifier": true, + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old address etc.for a current/permanent one", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AddressUse" + } + ], + "strength": "required", + "description": "The use of an address.", + "valueSet": "http://hl7.org/fhir/ValueSet/address-use|4.0.0" + }, + "mapping": [ + { + "identity": "v2", + "map": "XAD.7" + }, + { + "identity": "rim", + "map": "unique(./use)" + }, + { + "identity": "servd", + "map": "./AddressPurpose" + } + ] + }, + { + "id": "Patient.address.type", + "path": "Patient.address.type", + "short": "postal | physical | both", + "definition": "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.", + "comment": "The definition of Address states that \"address is intended to describe postal addresses, not physical locations\". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the [Location](http://hl7.org/fhir/R4/location.html#) resource).", + "min": 0, + "max": "1", + "base": { + "path": "Address.type", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "example": [ + { + "label": "General", + "valueCode": "both" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AddressType" + } + ], + "strength": "required", + "description": "The type of an address (physical / postal).", + "valueSet": "http://hl7.org/fhir/ValueSet/address-type|4.0.0" + }, + "mapping": [ + { + "identity": "v2", + "map": "XAD.18" + }, + { + "identity": "rim", + "map": "unique(./use)" + }, + { + "identity": "vcard", + "map": "address type parameter" + } + ] + }, + { + "id": "Patient.address.text", + "path": "Patient.address.text", + "short": "Text representation of the address", + "definition": "Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts.", + "comment": "Can provide both a text representation and parts. Applications updating an address SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.", + "requirements": "A renderable, unencoded form.", + "min": 0, + "max": "1", + "base": { + "path": "Address.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "137 Nowhere Street, Erewhon 9132" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.1 + XAD.2 + XAD.3 + XAD.4 + XAD.5 + XAD.6" + }, + { + "identity": "rim", + "map": "./formatted" + }, + { + "identity": "vcard", + "map": "address label parameter" + } + ] + }, + { + "id": "Patient.address.line", + "path": "Patient.address.line", + "short": "Street name, number, direction & P.O. Box etc.", + "definition": "This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information.", + "min": 0, + "max": "*", + "base": { + "path": "Address.line", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "string" + } + ], + "orderMeaning": "The order in which lines should appear in an address label", + "example": [ + { + "label": "General", + "valueString": "137 Nowhere Street" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.1 + XAD.2 (note: XAD.1 and XAD.2 have different meanings for a company address than for a person address)" + }, + { + "identity": "rim", + "map": "AD.part[parttype = AL]" + }, + { + "identity": "vcard", + "map": "street" + }, + { + "identity": "servd", + "map": "./StreetAddress (newline delimitted)" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.address.city", + "path": "Patient.address.city", + "short": "Name of city, town etc.", + "definition": "The name of the city, town, suburb, village or other community or delivery center.", + "alias": [ + "Municpality" + ], + "min": 0, + "max": "1", + "base": { + "path": "Address.city", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "Erewhon" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.3" + }, + { + "identity": "rim", + "map": "AD.part[parttype = CTY]" + }, + { + "identity": "vcard", + "map": "locality" + }, + { + "identity": "servd", + "map": "./Jurisdiction" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.address.district", + "path": "Patient.address.district", + "short": "District name (aka county)", + "definition": "The name of the administrative area (county).", + "comment": "District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead.", + "alias": [ + "County" + ], + "min": 0, + "max": "1", + "base": { + "path": "Address.district", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "Madison" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.9" + }, + { + "identity": "rim", + "map": "AD.part[parttype = CNT | CPA]" + } + ] + }, + { + "id": "Patient.address.state", + "path": "Patient.address.state", + "short": "Sub-unit of country (abbreviations ok)", + "definition": "Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (e.g. US 2 letter state codes).", + "alias": [ + "Province", + "Territory" + ], + "min": 0, + "max": "1", + "base": { + "path": "Address.state", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "binding": { + "strength": "extensible", + "description": "Two Letter USPS alphabetic codes.", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state" + }, + "mapping": [ + { + "identity": "v2", + "map": "XAD.4" + }, + { + "identity": "rim", + "map": "AD.part[parttype = STA]" + }, + { + "identity": "vcard", + "map": "region" + }, + { + "identity": "servd", + "map": "./Region" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.address.postalCode", + "path": "Patient.address.postalCode", + "short": "US Zip Codes", + "definition": "A postal code designating a region defined by the postal service.", + "alias": [ + "Zip", + "Zip Code" + ], + "min": 0, + "max": "1", + "base": { + "path": "Address.postalCode", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "9132" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.5" + }, + { + "identity": "rim", + "map": "AD.part[parttype = ZIP]" + }, + { + "identity": "vcard", + "map": "code" + }, + { + "identity": "servd", + "map": "./PostalIdentificationCode" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.address.country", + "path": "Patient.address.country", + "short": "Country (e.g. can be ISO 3166 2 or 3 letter code)", + "definition": "Country - a nation as commonly understood or generally accepted.", + "comment": "ISO 3166 3 letter codes can be used in place of a human readable country name.", + "min": 0, + "max": "1", + "base": { + "path": "Address.country", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.6" + }, + { + "identity": "rim", + "map": "AD.part[parttype = CNT]" + }, + { + "identity": "vcard", + "map": "country" + }, + { + "identity": "servd", + "map": "./Country" + } + ] + }, + { + "id": "Patient.address.period", + "path": "Patient.address.period", + "short": "Time period when address was/is in use", + "definition": "Time period when address was/is in use.", + "requirements": "Allows addresses to be placed in historical context.", + "min": 0, + "max": "1", + "base": { + "path": "Address.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "example": [ + { + "label": "General", + "valuePeriod": { + "start": "2010-03-23T00:00:00-04:00", + "end": "2010-07-01T00:00:00-04:00" + } + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "XAD.12 / XAD.13 + XAD.14" + }, + { + "identity": "rim", + "map": "./usablePeriod[type=\"IVL\"]" + }, + { + "identity": "servd", + "map": "./StartDate and ./EndDate" + } + ] + }, + { + "id": "Patient.maritalStatus", + "path": "Patient.maritalStatus", + "short": "Marital (civil) status of a patient", + "definition": "This field contains a patient's most recent marital (civil) status.", + "requirements": "Most, if not all systems capture it.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.maritalStatus", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MaritalStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "extensible", + "description": "The domestic partnership status of a person.", + "valueSet": "http://hl7.org/fhir/ValueSet/marital-status" + }, + "mapping": [ + { + "identity": "v2", + "map": "PID-16" + }, + { + "identity": "rim", + "map": "player[classCode=PSN]/maritalStatusCode" + }, + { + "identity": "cda", + "map": ".patient.maritalStatusCode" + } + ] + }, + { + "id": "Patient.multipleBirth[x]", + "path": "Patient.multipleBirth[x]", + "short": "Whether patient is part of a multiple birth", + "definition": "Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer).", + "comment": "Where the valueInteger is provided, the number is the birth number in the sequence. E.g. The middle birth in triplets would be valueInteger=2 and the third born would have valueInteger=3 If a boolean value was provided for this triplets example, then all 3 patient records would have valueBoolean=true (the ordering is not indicated).", + "requirements": "For disambiguation of multiple-birth children, especially relevant where the care provider doesn't meet the patient, such as labs.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.multipleBirth[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "boolean" + }, + { + "code": "integer" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "PID-24 (bool), PID-25 (integer)" + }, + { + "identity": "rim", + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/multipleBirthInd, player[classCode=PSN|ANM and determinerCode=INSTANCE]/multipleBirthOrderNumber" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.photo", + "path": "Patient.photo", + "short": "Image of the patient", + "definition": "Image of the patient.", + "comment": "Guidelines:\n* Use id photos, not clinical photos.\n* Limit dimensions to thumbnail.\n* Keep byte count low to ease resource updates.", + "requirements": "Many EHR systems have the capability to capture an image of the patient. Fits with newer social media usage too.", + "min": 0, + "max": "*", + "base": { + "path": "Patient.photo", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Attachment" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "OBX-5 - needs a profile" + }, + { + "identity": "rim", + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/desc" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.contact", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Contact" + } + ], + "path": "Patient.contact", + "short": "A contact party (e.g. guardian, partner, friend) for the patient", + "definition": "A contact party (e.g. guardian, partner, friend) for the patient.", + "comment": "Contact covers all kinds of contact parties: family members, business contacts, guardians, caregivers. Not applicable to register pedigree and family ties beyond use of having contact.", + "requirements": "Need to track people you can contact about the patient.", + "min": 0, + "max": "*", + "base": { + "path": "Patient.contact", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "source": "Element" + }, + { + "key": "pat-1", + "severity": "error", + "human": "SHALL at least contain a contact's details or a reference to an organization", + "expression": "name.exists() or telecom.exists() or address.exists() or organization.exists()", + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/scopedRole[classCode=CON]" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.contact.id", + "path": "Patient.contact.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.contact.extension", + "path": "Patient.contact.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.contact.modifierExtension", + "path": "Patient.contact.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Patient.contact.relationship", + "path": "Patient.contact.relationship", + "short": "The kind of relationship", + "definition": "The nature of the relationship between the patient and the contact person.", + "requirements": "Used to determine which contact person is the most relevant to approach, depending on circumstances.", + "min": 0, + "max": "*", + "base": { + "path": "Patient.contact.relationship", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContactRelationship" + } + ], + "strength": "extensible", + "description": "The nature of the relationship between a patient and a contact person for that patient.", + "valueSet": "http://hl7.org/fhir/ValueSet/patient-contactrelationship" + }, + "mapping": [ + { + "identity": "v2", + "map": "NK1-7, NK1-3" + }, + { + "identity": "rim", + "map": "code" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.contact.name", + "path": "Patient.contact.name", + "short": "A name associated with the contact person", + "definition": "A name associated with the contact person.", + "requirements": "Contact persons need to be identified by name, but it is uncommon to need details about multiple other names for that contact person.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.contact.name", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "HumanName" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "NK1-2" + }, + { + "identity": "rim", + "map": "name" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.contact.telecom", + "path": "Patient.contact.telecom", + "short": "A contact detail for the person", + "definition": "A contact detail for the person, e.g. a telephone number or an email address.", + "comment": "Contact may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently, and also to help with identification.", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "max": "*", + "base": { + "path": "Patient.contact.telecom", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "ContactPoint" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "NK1-5, NK1-6, NK1-40" + }, + { + "identity": "rim", + "map": "telecom" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.contact.address", + "path": "Patient.contact.address", + "short": "Address for the contact person", + "definition": "Address for the contact person.", + "requirements": "Need to keep track where the contact person can be contacted per postal mail or visited.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.contact.address", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Address" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "NK1-4" + }, + { + "identity": "rim", + "map": "addr" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.contact.gender", + "path": "Patient.contact.gender", + "short": "male | female | other | unknown", + "definition": "Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.", + "requirements": "Needed to address the person correctly.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.contact.gender", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "strength": "required", + "description": "The gender of a person used for administrative purposes.", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|4.0.0" + }, + "mapping": [ + { + "identity": "v2", + "map": "NK1-15" + }, + { + "identity": "rim", + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.contact.organization", + "path": "Patient.contact.organization", + "short": "Organization that is associated with the contact", + "definition": "Organization on behalf of which the contact is acting or for which the contact is working.", + "requirements": "For guardians or business related contacts, the organization is relevant.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.contact.organization", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "condition": [ + "pat-1" + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "NK1-13, NK1-30, NK1-31, NK1-32, NK1-41" + }, + { + "identity": "rim", + "map": "scoper" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.contact.period", + "path": "Patient.contact.period", + "short": "The period during which this contact person or organization is valid to be contacted relating to this patient", + "definition": "The period during which this contact person or organization is valid to be contacted relating to this patient.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.contact.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "effectiveTime" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.communication", + "path": "Patient.communication", + "short": "A language which may be used to communicate with the patient about his or her health", + "definition": "A language which may be used to communicate with the patient about his or her health.", + "comment": "If no language is specified, this *implies* that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple Patient.Communication associations. For animals, language is not a relevant field, and should be absent from the instance. If the Patient does not speak the default local language, then the Interpreter Required Standard can be used to explicitly declare that an interpreter is required.", + "requirements": "If a patient does not speak the local language, interpreters may be required, so languages spoken and proficiency are important things to keep track of both for patient and other persons of interest.", + "min": 0, + "max": "*", + "base": { + "path": "Patient.communication", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "source": "Element" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "LanguageCommunication" + }, + { + "identity": "cda", + "map": "patient.languageCommunication" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.communication" + } + ] + }, + { + "id": "Patient.communication.id", + "path": "Patient.communication.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.communication.extension", + "path": "Patient.communication.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.communication.modifierExtension", + "path": "Patient.communication.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Patient.communication.language", + "path": "Patient.communication.language", + "short": "The language which can be used to communicate with the patient about his or her health", + "definition": "The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-EN\" for England English.", + "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.", + "requirements": "Most systems in multilingual countries will want to convey language. Not all systems actually need the regional dialect.", + "min": 1, + "max": "1", + "base": { + "path": "Patient.communication.language", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/us/core/ValueSet/simple-language" + } + ], + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/simple-language" + }, + "mapping": [ + { + "identity": "v2", + "map": "PID-15, LAN-2" + }, + { + "identity": "rim", + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/languageCommunication/code" + }, + { + "identity": "cda", + "map": ".languageCode" + }, + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.communication.language" + } + ] + }, + { + "id": "Patient.communication.preferred", + "path": "Patient.communication.preferred", + "short": "Language preference indicator", + "definition": "Indicates whether or not the patient prefers this language (over other languages he masters up a certain level).", + "comment": "This language is specifically identified for communicating healthcare information.", + "requirements": "People that master multiple languages up to certain level may prefer one or more, i.e. feel more confident in communicating in a particular language making other languages sort of a fall back method.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.communication.preferred", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "boolean" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "PID-15" + }, + { + "identity": "rim", + "map": "preferenceInd" + }, + { + "identity": "cda", + "map": ".preferenceInd" + } + ] + }, + { + "id": "Patient.generalPractitioner", + "path": "Patient.generalPractitioner", + "short": "Patient's nominated primary care provider", + "definition": "Patient's nominated care provider.", + "comment": "This may be the primary care provider (in a GP context), or it may be a patient nominated care manager in a community/disability setting, or even organization that will provide people to perform the care provider roles. It is not to be used to record Care Teams, these should be in a CareTeam resource that may be linked to the CarePlan or EpisodeOfCare resources.\nMultiple GPs may be recorded against the patient for various reasons, such as a student that has his home GP listed along with the GP at university during the school semesters, or a \"fly-in/fly-out\" worker that has the onsite GP also included with his home GP to remain aware of medical issues.\n\nJurisdictions may decide that they can profile this down to 1 if desired, or 1 per type.", + "alias": [ + "careProvider" + ], + "min": 0, + "max": "*", + "base": { + "path": "Patient.generalPractitioner", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "v2", + "map": "PD1-4" + }, + { + "identity": "rim", + "map": "subjectOf.CareEvent.performer.AssignedEntity" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.managingOrganization", + "path": "Patient.managingOrganization", + "short": "Organization that is the custodian of the patient record", + "definition": "Organization that is the custodian of the patient record.", + "comment": "There is only one managing organization for a specific patient record. Other organizations will have their own Patient record, and may use the Link property to join the records together (or a Person resource which can include confidence ratings for the association).", + "requirements": "Need to know who recognizes this patient record, manages and updates it.", + "min": 0, + "max": "1", + "base": { + "path": "Patient.managingOrganization", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "scoper" + }, + { + "identity": "cda", + "map": ".providerOrganization" + } + ] + }, + { + "id": "Patient.link", + "path": "Patient.link", + "short": "Link to another patient resource that concerns the same actual person", + "definition": "Link to another patient resource that concerns the same actual patient.", + "comment": "There is no assumption that linked patient records have mutual links.", + "requirements": "There are multiple use cases: \n\n* Duplicate patient records due to the clerical errors associated with the difficulties of identifying humans consistently, and \n* Distribution of patient information across multiple servers.", + "min": 0, + "max": "*", + "base": { + "path": "Patient.link", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "source": "Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because it might not be the main Patient resource, and the referenced patient should be used instead of this Patient record. This is when the link.type value is 'replaced-by'", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "outboundLink" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.link.id", + "path": "Patient.link.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.link.extension", + "path": "Patient.link.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Patient.link.modifierExtension", + "path": "Patient.link.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Patient.link.other", + "path": "Patient.link.other", + "short": "The other patient or related person resource that the link refers to", + "definition": "The other patient resource that the link refers to.", + "comment": "Referencing a RelatedPerson here removes the need to use a Person record to associate a Patient and RelatedPerson as the same individual.", + "min": 1, + "max": "1", + "base": { + "path": "Patient.link.other", + "min": 1, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": false + } + ], + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "PID-3, MRG-1" + }, + { + "identity": "rim", + "map": "id" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + }, + { + "id": "Patient.link.type", + "path": "Patient.link.type", + "short": "replaced-by | replaces | refer | seealso", + "definition": "The type of link between this patient resource and another patient resource.", + "min": 1, + "max": "1", + "base": { + "path": "Patient.link.type", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LinkType" + } + ], + "strength": "required", + "description": "The type of link between this patient resource and another patient resource.", + "valueSet": "http://hl7.org/fhir/ValueSet/link-type|4.0.0" + }, + "mapping": [ + { + "identity": "rim", + "map": "typeCode" + }, + { + "identity": "cda", + "map": "n/a" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "Patient", + "path": "Patient", + "definition": "The US Core Patient Profile is based upon the core FHIR Patient Resource and designed to meet the applicable patient demographic data elements from the 2015 Edition Common Clinical Data Set.", + "mustSupport": false, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient" + } + ] + }, + { + "id": "Patient.extension:race", + "path": "Patient.extension", + "sliceName": "race", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" + ] + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.extension" + } + ] + }, + { + "id": "Patient.extension:ethnicity", + "path": "Patient.extension", + "sliceName": "ethnicity", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" + ] + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.extension" + } + ] + }, + { + "id": "Patient.extension:birthsex", + "path": "Patient.extension", + "sliceName": "birthsex", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex" + ] + } + ], + "mustSupport": true, + "isModifier": false, + "binding": { + "strength": "required", + "description": "Code for sex assigned at birth", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/birthsex" + }, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.extension" + } + ] + }, + { + "id": "Patient.identifier", + "path": "Patient.identifier", + "min": 1, + "max": "*", + "type": [ + { + "code": "Identifier" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.identifier" + } + ] + }, + { + "id": "Patient.identifier.system", + "path": "Patient.identifier.system", + "min": 1, + "max": "1", + "type": [ + { + "code": "uri" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.identifier.system" + } + ] + }, + { + "id": "Patient.identifier.value", + "path": "Patient.identifier.value", + "short": "The value that is unique within the system.", + "min": 1, + "max": "1", + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.identifier.value" + } + ] + }, + { + "id": "Patient.name", + "path": "Patient.name", + "min": 1, + "max": "*", + "type": [ + { + "code": "HumanName" + } + ], + "constraint": [ + { + "key": "us-core-8", + "severity": "error", + "human": "Patient.name.given or Patient.name.family or both SHALL be present", + "expression": "family.exists() or given.exists()", + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.name" + } + ] + }, + { + "id": "Patient.name.family", + "path": "Patient.name.family", + "min": 0, + "max": "1", + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.name.family" + } + ] + }, + { + "id": "Patient.name.given", + "path": "Patient.name.given", + "min": 0, + "max": "*", + "type": [ + { + "code": "string" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.name.given" + } + ] + }, + { + "id": "Patient.telecom", + "path": "Patient.telecom", + "min": 0, + "max": "*", + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.gender" + } + ] + }, + { + "id": "Patient.telecom.system", + "path": "Patient.telecom.system", + "min": 1, + "max": "1", + "mustSupport": true, + "isModifier": false, + "binding": { + "strength": "required", + "description": "Telecommunications form for contact point.", + "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-system" + }, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.gender" + } + ] + }, + { + "id": "Patient.telecom.value", + "path": "Patient.telecom.value", + "min": 1, + "max": "1", + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.gender" + } + ] + }, + { + "id": "Patient.gender", + "path": "Patient.gender", + "min": 1, + "max": "1", + "type": [ + { + "code": "code" + } + ], + "mustSupport": true, + "isModifier": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.gender" + } + ] + }, + { + "id": "Patient.birthDate", + "path": "Patient.birthDate", + "min": 0, + "max": "1", + "type": [ + { + "code": "date" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.address", + "path": "Patient.address", + "min": 0, + "max": "*", + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.address.line", + "path": "Patient.address.line", + "min": 0, + "max": "*", + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.address.city", + "path": "Patient.address.city", + "min": 0, + "max": "1", + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.address.state", + "path": "Patient.address.state", + "min": 0, + "max": "1", + "mustSupport": true, + "isModifier": false, + "binding": { + "strength": "extensible", + "description": "Two Letter USPS alphabetic codes.", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state" + }, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.address.postalCode", + "path": "Patient.address.postalCode", + "short": "US Zip Codes", + "alias": [ + "Zip Code" + ], + "min": 0, + "max": "1", + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.birthDate" + } + ] + }, + { + "id": "Patient.communication", + "path": "Patient.communication", + "min": 0, + "max": "*", + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.communication" + } + ] + }, + { + "id": "Patient.communication.language", + "path": "Patient.communication.language", + "min": 1, + "max": "1", + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true, + "isModifier": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/us/core/ValueSet/simple-language" + } + ], + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/simple-language" + }, + "mapping": [ + { + "identity": "argonaut-dq-dstu2", + "map": "Patient.communication.language" + } + ] + } + ] + } +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-race.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-race.json new file mode 100644 index 0000000000..4bc81fbf4b --- /dev/null +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/StructureDefinition-us-core-race.json @@ -0,0 +1,883 @@ +{ + "resourceType": "StructureDefinition", + "id": "us-core-race", + "text": { + "status": "generated", + "div": "
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" Extension 0..1US Core Race Extension
\".\"\".\"\".\" extension S0..5ExtensionAmerican Indian or Alaska Native|Asian|Black or African American|Native Hawaiian or Other Pacific Islander|White
\".\"\".\"\".\"\".\" url 1..1uri"ombCategory"
\".\"\".\"\".\"\".\" valueCoding 1..1CodingBinding: OMB Race Categories (required)
\".\"\".\"\".\" extension 0..*ExtensionExtended race codes
\".\"\".\"\".\"\".\" url 1..1uri"detailed"
\".\"\".\"\".\"\".\" valueCoding 1..1CodingBinding: Detailed Race (required)
\".\"\".\"\".\" extension S1..1ExtensionRace Text
\".\"\".\"\".\"\".\" url 1..1uri"text"
\".\"\".\"\".\"\".\" valueString 1..1string
\".\"\".\"\".\" url 1..1"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"

\"doco\" Documentation for this format
" + }, + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race", + "version": "3.0.0", + "name": "USCoreRaceExtension", + "title": "US Core Race Extension", + "status": "active", + "date": "2019-05-21T00:00:00-04:00", + "publisher": "HL7 US Realm Steering Committee", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "http://www.healthit.gov" + } + ] + } + ], + "description": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories: - American Indian or Alaska Native - Asian - Black or African American - Native Hawaiian or Other Pacific Islander - White.", + "jurisdiction": [ + { + "coding": [ + { + "system": "urn:iso:std:iso:3166", + "code": "US", + "display": "United States of America" + } + ] + } + ], + "purpose": "Complies with 2015 Edition Common Clinical Data Set for patient race.", + "fhirVersion": "1.8.0", + "mapping": [ + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + } + ], + "kind": "complex-type", + "abstract": false, + "context": [ + { + "type": "element", + "expression": "Patient" + } + ], + "type": "Extension", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "Extension:race", + "path": "Extension", + "short": "US Core Race Extension", + "definition": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories: - American Indian or Alaska Native - Asian - Black or African American - Native Hawaiian or Other Pacific Islander - White.", + "min": 0, + "max": "1", + "base": { + "path": "Extension", + "min": 0, + "max": "*" + }, + "condition": [ + "ele-1" + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "children().count() > id.count()", + "source": "Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "source": "Extension" + } + ], + "isModifier": false + }, + { + "id": "Extension:race.id", + "path": "Extension.id", + "representation": [ + "xmlAttr" + ], + "short": "xml:id (or equivalent in JSON)", + "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:race.extension", + "path": "Extension.extension", + "slicing": { + "id": "1", + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "ordered": false, + "rules": "open" + }, + "short": "Extension", + "definition": "An Extension", + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ] + }, + { + "id": "Extension:race.extension:ombcategory", + "path": "Extension.extension", + "sliceName": "ombCategory", + "short": "American Indian or Alaska Native|Asian|Black or African American|Native Hawaiian or Other Pacific Islander|White", + "definition": "The 5 race category codes according to the [OMB Standards for Maintaining, Collecting, and Presenting Federal Data on Race and Ethnicity, Statistical Policy Directive No. 15, as revised, October 30, 1997](https://www.whitehouse.gov/omb/fedreg_1997standards).", + "min": 0, + "max": "5", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "iso11179", + "map": "/ClinicalDocument/recordTarget/patientRole/patient/raceCode" + } + ] + }, + { + "id": "Extension:race.extension:ombcategory.id", + "path": "Extension.extension.id", + "representation": [ + "xmlAttr" + ], + "short": "xml:id (or equivalent in JSON)", + "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:race.extension:ombcategory.extension", + "path": "Extension.extension.extension", + "short": "Additional Content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "0", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:race.extension:ombcategory.url", + "path": "Extension.extension.url", + "representation": [ + "xmlAttr" + ], + "short": "identifies the meaning of the extension", + "definition": "Source of the definition for the extension code - a logical name or a URL.", + "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", + "min": 1, + "max": "1", + "base": { + "path": "Extension.url", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "ombCategory", + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:race.extension:ombcategory.valueCoding", + "path": "Extension.extension.valueCoding", + "short": "Value of extension", + "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).", + "min": 1, + "max": "1", + "base": { + "path": "Extension.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Coding" + } + ], + "binding": { + "strength": "required", + "description": "The 5 race category codes according to the [OMB Standards for Maintaining, Collecting, and Presenting Federal Data on Race and Ethnicity, Statistical Policy Directive No. 15, as revised, October 30, 1997](https://www.whitehouse.gov/omb/fedreg_1997standards).", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/omb-race-category" + }, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:race.extension:detailed", + "path": "Extension.extension", + "sliceName": "detailed", + "short": "Extended race codes", + "definition": "The 900+ CDC race codes that are grouped under one of the 5 OMB race category codes:.", + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "mapping": [ + { + "identity": "iso11179", + "map": "/ClinicalDocument/recordTarget/patientRole/patient/sdtc:raceCode" + } + ] + }, + { + "id": "Extension:race.extension:detailed.id", + "path": "Extension.extension.id", + "representation": [ + "xmlAttr" + ], + "short": "xml:id (or equivalent in JSON)", + "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:race.extension:detailed.extension", + "path": "Extension.extension.extension", + "short": "Additional Content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "0", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:race.extension:detailed.url", + "path": "Extension.extension.url", + "representation": [ + "xmlAttr" + ], + "short": "identifies the meaning of the extension", + "definition": "Source of the definition for the extension code - a logical name or a URL.", + "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", + "min": 1, + "max": "1", + "base": { + "path": "Extension.url", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "detailed", + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:race.extension:detailed.valueCoding", + "path": "Extension.extension.valueCoding", + "short": "Value of extension", + "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).", + "min": 1, + "max": "1", + "base": { + "path": "Extension.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Coding" + } + ], + "binding": { + "strength": "required", + "description": "The [900+ CDC Race codes](http://www.cdc.gov/phin/resources/vocabulary/index.html) that are grouped under one of the 5 OMB race category codes.", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/detailed-race" + }, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:race.extension:text", + "path": "Extension.extension", + "sliceName": "text", + "short": "Race Text", + "definition": "Plain text representation of the race concept(s).", + "min": 1, + "max": "1", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "mustSupport": true, + "isModifier": false + }, + { + "id": "Extension:race.extension:text.id", + "path": "Extension.extension.id", + "representation": [ + "xmlAttr" + ], + "short": "xml:id (or equivalent in JSON)", + "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:race.extension:text.extension", + "path": "Extension.extension.extension", + "short": "Additional Content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "0", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Extension:race.extension:text.url", + "path": "Extension.extension.url", + "representation": [ + "xmlAttr" + ], + "short": "identifies the meaning of the extension", + "definition": "Source of the definition for the extension code - a logical name or a URL.", + "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", + "min": 1, + "max": "1", + "base": { + "path": "Extension.url", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "text", + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:race.extension:text.valueString", + "path": "Extension.extension.valueString", + "short": "Value of extension", + "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).", + "min": 1, + "max": "1", + "base": { + "path": "Extension.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:race.url", + "path": "Extension.url", + "representation": [ + "xmlAttr" + ], + "short": "identifies the meaning of the extension", + "definition": "Source of the definition for the extension code - a logical name or a URL.", + "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", + "min": 1, + "max": "1", + "base": { + "path": "Extension.url", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race", + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Extension:race.value[x]", + "path": "Extension.value[x]", + "short": "Value of extension", + "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).", + "min": 0, + "max": "0", + "base": { + "path": "Extension.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "base64Binary" + }, + { + "code": "boolean" + }, + { + "code": "code" + }, + { + "code": "date" + }, + { + "code": "dateTime" + }, + { + "code": "decimal" + }, + { + "code": "id" + }, + { + "code": "instant" + }, + { + "code": "integer" + }, + { + "code": "markdown" + }, + { + "code": "oid" + }, + { + "code": "positiveInt" + }, + { + "code": "string" + }, + { + "code": "time" + }, + { + "code": "unsignedInt" + }, + { + "code": "uri" + }, + { + "code": "Address" + }, + { + "code": "Age" + }, + { + "code": "Annotation" + }, + { + "code": "Attachment" + }, + { + "code": "CodeableConcept" + }, + { + "code": "Coding" + }, + { + "code": "ContactPoint" + }, + { + "code": "Count" + }, + { + "code": "Distance" + }, + { + "code": "Duration" + }, + { + "code": "HumanName" + }, + { + "code": "Identifier" + }, + { + "code": "Money" + }, + { + "code": "Period" + }, + { + "code": "Quantity" + }, + { + "code": "Range" + }, + { + "code": "Ratio" + }, + { + "code": "Reference" + }, + { + "code": "SampledData" + }, + { + "code": "Signature" + }, + { + "code": "Timing" + }, + { + "code": "Meta" + } + ], + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "Extension:race", + "path": "Extension", + "short": "US Core Race Extension", + "definition": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories: - American Indian or Alaska Native - Asian - Black or African American - Native Hawaiian or Other Pacific Islander - White.", + "min": 0, + "max": "1", + "isModifier": false + }, + { + "id": "Extension:race.extension:ombcategory", + "path": "Extension.extension", + "sliceName": "ombCategory", + "short": "American Indian or Alaska Native|Asian|Black or African American|Native Hawaiian or Other Pacific Islander|White", + "definition": "The 5 race category codes according to the [OMB Standards for Maintaining, Collecting, and Presenting Federal Data on Race and Ethnicity, Statistical Policy Directive No. 15, as revised, October 30, 1997](https://www.whitehouse.gov/omb/fedreg_1997standards).", + "min": 0, + "max": "5", + "type": [ + { + "code": "Extension" + } + ], + "mustSupport": true, + "isModifier": false, + "mapping": [ + { + "identity": "iso11179", + "map": "/ClinicalDocument/recordTarget/patientRole/patient/raceCode" + } + ] + }, + { + "id": "Extension:race.extension:ombcategory.url", + "path": "Extension.extension.url", + "min": 1, + "max": "1", + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "ombCategory" + }, + { + "id": "Extension:race.extension:ombcategory.valueCoding", + "path": "Extension.extension.valueCoding", + "min": 1, + "max": "1", + "type": [ + { + "code": "Coding" + } + ], + "binding": { + "strength": "required", + "description": "The 5 race category codes according to the [OMB Standards for Maintaining, Collecting, and Presenting Federal Data on Race and Ethnicity, Statistical Policy Directive No. 15, as revised, October 30, 1997](https://www.whitehouse.gov/omb/fedreg_1997standards).", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/omb-race-category" + } + }, + { + "id": "Extension:race.extension:detailed", + "path": "Extension.extension", + "sliceName": "detailed", + "short": "Extended race codes", + "definition": "The 900+ CDC race codes that are grouped under one of the 5 OMB race category codes:.", + "min": 0, + "max": "*", + "type": [ + { + "code": "Extension" + } + ], + "isModifier": false, + "mapping": [ + { + "identity": "iso11179", + "map": "/ClinicalDocument/recordTarget/patientRole/patient/sdtc:raceCode" + } + ] + }, + { + "id": "Extension:race.extension:detailed.url", + "path": "Extension.extension.url", + "min": 1, + "max": "1", + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "detailed" + }, + { + "id": "Extension:race.extension:detailed.valueCoding", + "path": "Extension.extension.valueCoding", + "min": 1, + "max": "1", + "type": [ + { + "code": "Coding" + } + ], + "binding": { + "strength": "required", + "description": "The [900+ CDC Race codes](http://www.cdc.gov/phin/resources/vocabulary/index.html) that are grouped under one of the 5 OMB race category codes.", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/detailed-race" + } + }, + { + "id": "Extension:race.extension:text", + "path": "Extension.extension", + "sliceName": "text", + "short": "Race Text", + "definition": "Plain text representation of the race concept(s).", + "min": 1, + "max": "1", + "type": [ + { + "code": "Extension" + } + ], + "mustSupport": true, + "isModifier": false + }, + { + "id": "Extension:race.extension:text.url", + "path": "Extension.extension.url", + "min": 1, + "max": "1", + "type": [ + { + "code": "uri" + } + ], + "fixedUri": "text" + }, + { + "id": "Extension:race.extension:text.valueString", + "path": "Extension.extension.valueString", + "min": 1, + "max": "1", + "type": [ + { + "code": "string" + } + ] + }, + { + "id": "Extension:race.url", + "path": "Extension.url", + "min": 1, + "max": "1", + "fixedUri": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" + } + ] + } +} diff --git a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/ValidCompartmentDefinition.json b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/ValidCompartmentDefinition.json index b030d80599..553535054d 100644 --- a/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/ValidCompartmentDefinition.json +++ b/src/Microsoft.Health.Fhir.Tests.Common/TestFiles/R5/ValidCompartmentDefinition.json @@ -13,14 +13,14 @@ "id": "patient", "text": { "status": "extensions", - "div": "
!-- Snipped for Brevity -->
" + "div": "

\r\nThe following resources may be in this compartment:\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
ResourceInclusion Criteria
Accountsubject
AdverseEventsubject
AllergyIntolerancepatient, participant
Appointmentactor
AppointmentResponseactor
AuditEventpatient
Basicpatient, author
BiologicallyDerivedProductDispensepatient
BodyStructurepatient
CarePlanpatient
CareTeampatient, participant
ChargeItemsubject
Claimpatient, payee
ClaimResponsepatient
ClinicalImpressionsubject
Communicationsubject, sender, recipient
CommunicationRequestsubject, information-provider, recipient, requester
Compositionsubject, author, attester
Conditionpatient, participant-actor
Consentsubject
Contractpatient
Coveragepolicy-holder, subscriber, beneficiary, paymentby-party
CoverageEligibilityRequestpatient
CoverageEligibilityResponsepatient
DetectedIssuepatient
DeviceAssociationsubject, operator
DeviceRequestsubject, performer
DeviceUsagepatient
DiagnosticReportsubject
DocumentReferencesubject, author
Encounterpatient
EncounterHistorypatient
EnrollmentRequestsubject
EpisodeOfCarepatient
ExplanationOfBenefitpatient, payee
FamilyMemberHistorypatient
Flagpatient
GenomicStudypatient
Goalpatient
Groupmember
GuidanceResponsepatient
ImagingSelectionpatient
ImagingStudypatient
Immunizationpatient
ImmunizationEvaluationpatient
ImmunizationRecommendationpatient
Invoicesubject, patient, recipient
Listsubject, source
MeasureReportpatient
MedicationAdministrationpatient, subject
MedicationDispensesubject, patient, receiver
MedicationRequestsubject
MedicationStatementsubject
MolecularSequencesubject
NutritionIntakesubject, source
NutritionOrderpatient
Observationsubject, performer
Patient{def}, link
Personpatient
Procedurepatient, performer
Provenancepatient
QuestionnaireResponsesubject, author
RelatedPersonpatient
RequestOrchestrationsubject, participant
ResearchSubjectsubject
RiskAssessmentsubject
Scheduleactor
ServiceRequestsubject, performer
Specimensubject
SupplyDeliverypatient
SupplyRequestsubject
Taskpatient, focus
VisionPrescriptionpatient
\r\n

\r\nA resource is in this compartment if the nominated search parameter (or chain) refers to the patient resource that defines the compartment.\r\n

\r\n

\r\n\r\n

\r\n

\r\nThe following resources are never in this compartment:\r\n

\r\n
" }, "url": "http://hl7.org/fhir/CompartmentDefinition/patient", - "version": "4.6.0", + "version": "5.0.0", "name": "Base FHIR compartment definition for Patient", "status": "draft", "experimental": true, - "date": "2021-04-15T12:25:09+10:00", + "date": "2023-03-26T15:21:02+11:00", "publisher": "FHIR Project Team", "contact": [ { @@ -32,7 +32,7 @@ ] } ], - "description": "There is an instance of the patient compartment for each patient resource, and the identity of the compartment is the same as the patient. When a patient is linked to another patient, all the records associated with the linked patient are in the compartment associated with the target of the link.. The set of resources associated with a particular patient", + "description": "There is an instance of the patient compartment for each patient resource, and the identity of the compartment is the same as the patient. When a patient is linked to another patient resource, the records associated with the linked patient resource will not be returned as part of the compartment search. Those records will be returned only with another compartment search using the \"id\" for the linked patient resource.\n \nIn cases where two patients have been merged rather than linked, associated resources should be moved to the target patient as part of the merge process, so the patient compartment for the target patient would include all relevant data, and the patient compartment for the source patient would include only the linked Patient and possibly remnant resources like AuditEvent.. The set of resources associated with a particular patient", "code": "Patient", "search": true, "resource": [ @@ -43,6 +43,9 @@ { "code": "ActivityDefinition" }, + { + "code": "ActorDefinition" + }, { "code": "AdministrableProductDefinition" }, @@ -54,8 +57,7 @@ "code": "AllergyIntolerance", "param": [ "patient", - "recorder", - "asserter" + "participant" ] }, { @@ -66,6 +68,9 @@ "code": "AppointmentResponse", "param": [ "actor" ] }, + { + "code": "ArtifactAssessment" + }, { "code": "AuditEvent", "param": [ "patient" ] @@ -83,6 +88,10 @@ { "code": "BiologicallyDerivedProduct" }, + { + "code": "BiologicallyDerivedProductDispense", + "param": [ "patient" ] + }, { "code": "BodyStructure", "param": [ "patient" ] @@ -93,15 +102,9 @@ { "code": "CapabilityStatement" }, - { - "code": "CapabilityStatement2" - }, { "code": "CarePlan", - "param": [ - "patient", - "performer" - ] + "param": [ "patient" ] }, { "code": "CareTeam", @@ -136,7 +139,7 @@ "param": [ "subject" ] }, { - "code": "ClinicalUseIssue" + "code": "ClinicalUseDefinition" }, { "code": "CodeSystem" @@ -176,7 +179,7 @@ "code": "Condition", "param": [ "patient", - "asserter" + "participant-actor" ] }, { @@ -187,7 +190,8 @@ "param": [ "subject" ] }, { - "code": "Contract" + "code": "Contract", + "param": [ "patient" ] }, { "code": "Coverage", @@ -195,7 +199,7 @@ "policy-holder", "subscriber", "beneficiary", - "payor" + "paymentby-party" ] }, { @@ -211,12 +215,21 @@ "param": [ "patient" ] }, { - "code": "Device", - "param": [ "patient" ] + "code": "Device" + }, + { + "code": "DeviceAssociation", + "param": [ + "subject", + "operator" + ] }, { "code": "DeviceDefinition" }, + { + "code": "DeviceDispense" + }, { "code": "DeviceMetric" }, @@ -229,20 +242,12 @@ }, { "code": "DeviceUsage", - "param": [ "subject" ] + "param": [ "patient" ] }, { "code": "DiagnosticReport", "param": [ "subject" ] }, - { - "code": "DocumentManifest", - "param": [ - "subject", - "author", - "recipient" - ] - }, { "code": "DocumentReference", "param": [ @@ -254,6 +259,10 @@ "code": "Encounter", "param": [ "patient" ] }, + { + "code": "EncounterHistory", + "param": [ "patient" ] + }, { "code": "Endpoint" }, @@ -298,6 +307,13 @@ "code": "Flag", "param": [ "patient" ] }, + { + "code": "FormularyItem" + }, + { + "code": "GenomicStudy", + "param": [ "patient" ] + }, { "code": "Goal", "param": [ "patient" ] @@ -310,11 +326,16 @@ "param": [ "member" ] }, { - "code": "GuidanceResponse" + "code": "GuidanceResponse", + "param": [ "patient" ] }, { "code": "HealthcareService" }, + { + "code": "ImagingSelection", + "param": [ "patient" ] + }, { "code": "ImagingStudy", "param": [ "patient" ] @@ -340,6 +361,9 @@ { "code": "InsurancePlan" }, + { + "code": "InventoryItem" + }, { "code": "InventoryReport" }, @@ -384,7 +408,6 @@ "code": "MedicationAdministration", "param": [ "patient", - "performer", "subject" ] }, @@ -404,7 +427,7 @@ "param": [ "subject" ] }, { - "code": "MedicationUsage", + "code": "MedicationStatement", "param": [ "subject" ] }, { @@ -418,7 +441,7 @@ }, { "code": "MolecularSequence", - "param": [ "patient" ] + "param": [ "subject" ] }, { "code": "NamingSystem" @@ -464,7 +487,10 @@ }, { "code": "Patient", - "param": [ "link" ] + "param": [ + "{def}", + "link" + ] }, { "code": "PaymentNotice" @@ -517,12 +543,15 @@ "param": [ "patient" ] }, { - "code": "RequestGroup", + "code": "RequestOrchestration", "param": [ "subject", "participant" ] }, + { + "code": "Requirements" + }, { "code": "ResearchStudy" }, @@ -603,17 +632,27 @@ "param": [ "subject" ] }, { - "code": "Task" + "code": "Task", + "param": [ + "patient", + "focus" + ] }, { "code": "TerminologyCapabilities" }, + { + "code": "TestPlan" + }, { "code": "TestReport" }, { "code": "TestScript" }, + { + "code": "Transport" + }, { "code": "ValueSet" }, @@ -634,14 +673,14 @@ "id": "encounter", "text": { "status": "extensions", - "div": "
!-- Snipped for Brevity -->
" + "div": "

\r\nThe following resources may be in this compartment:\r\n

\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
ResourceInclusion Criteria
CarePlanencounter
ChargeItemencounter
Claimencounter
ClinicalImpressionencounter
Communicationencounter
CommunicationRequestencounter
Compositionencounter
Conditionencounter
DeviceRequestencounter
DiagnosticReportencounter
DocumentReferencecontext
Encounter{def}
EncounterHistoryencounter
ExplanationOfBenefitencounter
MedicationAdministrationencounter
MedicationDispenseencounter
MedicationRequestencounter
MedicationStatementencounter
NutritionIntakeencounter
NutritionOrderencounter
Observationencounter
Procedureencounter
QuestionnaireResponseencounter
RequestOrchestrationencounter
ServiceRequestencounter
VisionPrescriptionencounter
\r\n

\r\nA resource is in this compartment if the nominated search parameter (or chain) refers to the patient resource that defines the compartment.\r\n

\r\n

\r\n\r\n

\r\n

\r\nThe following resources are never in this compartment:\r\n

\r\n
" }, "url": "http://hl7.org/fhir/CompartmentDefinition/encounter", - "version": "4.6.0", + "version": "5.0.0", "name": "Base FHIR compartment definition for Encounter", "status": "draft", "experimental": true, - "date": "2021-04-15T12:25:09+10:00", + "date": "2023-03-26T15:21:02+11:00", "publisher": "FHIR Project Team", "contact": [ { @@ -663,6 +702,9 @@ { "code": "ActivityDefinition" }, + { + "code": "ActorDefinition" + }, { "code": "AdministrableProductDefinition" }, @@ -678,6 +720,9 @@ { "code": "AppointmentResponse" }, + { + "code": "ArtifactAssessment" + }, { "code": "AuditEvent" }, @@ -690,6 +735,9 @@ { "code": "BiologicallyDerivedProduct" }, + { + "code": "BiologicallyDerivedProductDispense" + }, { "code": "BodyStructure" }, @@ -699,9 +747,6 @@ { "code": "CapabilityStatement" }, - { - "code": "CapabilityStatement2" - }, { "code": "CarePlan", "param": [ "encounter" ] @@ -711,7 +756,7 @@ }, { "code": "ChargeItem", - "param": [ "context" ] + "param": [ "encounter" ] }, { "code": "ChargeItemDefinition" @@ -731,7 +776,7 @@ "param": [ "encounter" ] }, { - "code": "ClinicalUseIssue" + "code": "ClinicalUseDefinition" }, { "code": "CodeSystem" @@ -782,9 +827,15 @@ { "code": "Device" }, + { + "code": "DeviceAssociation" + }, { "code": "DeviceDefinition" }, + { + "code": "DeviceDispense" + }, { "code": "DeviceMetric" }, @@ -799,18 +850,18 @@ "code": "DiagnosticReport", "param": [ "encounter" ] }, - { - "code": "DocumentManifest", - "param": [ "related-ref" ] - }, { "code": "DocumentReference", - "param": [ "encounter" ] + "param": [ "context" ] }, { "code": "Encounter", "param": [ "{def}" ] }, + { + "code": "EncounterHistory", + "param": [ "encounter" ] + }, { "code": "Endpoint" }, @@ -848,6 +899,12 @@ { "code": "Flag" }, + { + "code": "FormularyItem" + }, + { + "code": "GenomicStudy" + }, { "code": "Goal" }, @@ -863,6 +920,9 @@ { "code": "HealthcareService" }, + { + "code": "ImagingSelection" + }, { "code": "ImagingStudy" }, @@ -884,6 +944,9 @@ { "code": "InsurancePlan" }, + { + "code": "InventoryItem" + }, { "code": "InventoryReport" }, @@ -930,7 +993,7 @@ "param": [ "encounter" ] }, { - "code": "MedicationUsage", + "code": "MedicationStatement", "param": [ "encounter" ] }, { @@ -1026,9 +1089,12 @@ "code": "RelatedPerson" }, { - "code": "RequestGroup", + "code": "RequestOrchestration", "param": [ "encounter" ] }, + { + "code": "Requirements" + }, { "code": "ResearchStudy" }, @@ -1105,12 +1171,18 @@ { "code": "TerminologyCapabilities" }, + { + "code": "TestPlan" + }, { "code": "TestReport" }, { "code": "TestScript" }, + { + "code": "Transport" + }, { "code": "ValueSet" }, diff --git a/src/Microsoft.Health.Fhir.ValueSets/Microsoft.Health.Fhir.ValueSets.csproj b/src/Microsoft.Health.Fhir.ValueSets/Microsoft.Health.Fhir.ValueSets.csproj index f743dc50d8..7becc605a2 100644 --- a/src/Microsoft.Health.Fhir.ValueSets/Microsoft.Health.Fhir.ValueSets.csproj +++ b/src/Microsoft.Health.Fhir.ValueSets/Microsoft.Health.Fhir.ValueSets.csproj @@ -3,7 +3,7 @@ - + diff --git a/test/Microsoft.Health.Fhir.R4.Tests.Integration/Microsoft.Health.Fhir.R4.Tests.Integration.csproj b/test/Microsoft.Health.Fhir.R4.Tests.Integration/Microsoft.Health.Fhir.R4.Tests.Integration.csproj index 6bb17786d9..28bc4d02f1 100644 --- a/test/Microsoft.Health.Fhir.R4.Tests.Integration/Microsoft.Health.Fhir.R4.Tests.Integration.csproj +++ b/test/Microsoft.Health.Fhir.R4.Tests.Integration/Microsoft.Health.Fhir.R4.Tests.Integration.csproj @@ -2,6 +2,9 @@ Microsoft.Health.Fhir.Tests.Integration + + R4 + diff --git a/test/Microsoft.Health.Fhir.R4B.Tests.Integration/Microsoft.Health.Fhir.R4B.Tests.Integration.csproj b/test/Microsoft.Health.Fhir.R4B.Tests.Integration/Microsoft.Health.Fhir.R4B.Tests.Integration.csproj index 4aff50f58a..a130ee351b 100644 --- a/test/Microsoft.Health.Fhir.R4B.Tests.Integration/Microsoft.Health.Fhir.R4B.Tests.Integration.csproj +++ b/test/Microsoft.Health.Fhir.R4B.Tests.Integration/Microsoft.Health.Fhir.R4B.Tests.Integration.csproj @@ -2,6 +2,9 @@ Microsoft.Health.Fhir.Tests.Integration + + R4B + diff --git a/test/Microsoft.Health.Fhir.R5.Tests.E2E/Rest/VersionSpecificTests.cs b/test/Microsoft.Health.Fhir.R5.Tests.E2E/Rest/VersionSpecificTests.cs index 0e66488e30..be35d57726 100644 --- a/test/Microsoft.Health.Fhir.R5.Tests.E2E/Rest/VersionSpecificTests.cs +++ b/test/Microsoft.Health.Fhir.R5.Tests.E2E/Rest/VersionSpecificTests.cs @@ -25,7 +25,7 @@ public partial class VersionSpecificTests : IClassFixture Microsoft.Health.Fhir.Tests.Integration + + R5 + diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Extensions/ModelExtensions.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Extensions/ModelExtensions.cs index 199d38bbf5..6d3318b469 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Extensions/ModelExtensions.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Extensions/ModelExtensions.cs @@ -3,12 +3,15 @@ // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // ------------------------------------------------------------------------------------------------- +using System; using Hl7.Fhir.Model; +using Microsoft.Azure.Cosmos.Linq; namespace Microsoft.Health.Fhir.Tests.E2E.Extensions { public static class ModelExtensions { +#if Stu3 || R4 || R4B public static Device AssignPatient(this Device device, ResourceReference patient) { #if Stu3 || R4 @@ -18,5 +21,16 @@ public static Device AssignPatient(this Device device, ResourceReference patient #endif return device; } +#else + public static DeviceAssociation AssignPatient(this Device device, ResourceReference patient) + { + return new DeviceAssociation + { + Device = new ResourceReference($"Device/{device.Id}"), + Subject = patient, + Status = new CodeableConcept("http://hl7.org/fhir/deviceassociation-status", "implanted"), + }; + } +#endif } } diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/EverythingOperationTestFixture.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/EverythingOperationTestFixture.cs index b12e79921f..6f71f8ce28 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/EverythingOperationTestFixture.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/EverythingOperationTestFixture.cs @@ -4,6 +4,7 @@ // ------------------------------------------------------------------------------------------------- using System.Collections.Generic; +using System.Linq; using System.Threading.Tasks; using Hl7.Fhir.Model; using Microsoft.Health.Fhir.Tests.Common; @@ -66,6 +67,12 @@ public EverythingOperationTestFixture(DataStore dataStore, Format format, TestFh public Appointment Appointment { get; private set; } +#if !Stu3 && !R4 && !R4B + public DeviceAssociation DeviceAssociation { get; private set; } + + public DeviceAssociation DeviceAssociationOfNonExistentPatient { get; private set; } +#endif + internal async Task UpdatePatient(Patient patientToUpdate) { await TestFhirClient.UpdateAsync(patientToUpdate); @@ -91,8 +98,14 @@ protected override async Task OnInitializedAsync() // Create resources that references the Patient resource Device deviceToCreate = Samples.GetJsonSample("Device-d1"); +#if Stu3 || R4 || R4B deviceToCreate.AssignPatient(new ResourceReference(patientReference)); Device = await TestFhirClient.CreateAsync(deviceToCreate); +#else + Device = await TestFhirClient.CreateAsync(deviceToCreate); + var deviceAssociationToCreate = Device.AssignPatient(new ResourceReference(patientReference)); + DeviceAssociation = await TestFhirClient.CreateAsync(deviceAssociationToCreate); +#endif // Create Patient compartment resources Observation observationToCreate = Samples.GetJsonSample("Observation-For-Patient-f001"); @@ -119,8 +132,14 @@ protected override async Task OnInitializedAsync() NonExistentPatient = await TestFhirClient.CreateAsync(patientToCreate); patientReference = $"Patient/{NonExistentPatient.Id}"; +#if Stu3 || R4 || R4B deviceToCreate.AssignPatient(new ResourceReference(patientReference)); DeviceOfNonExistentPatient = await TestFhirClient.CreateAsync(deviceToCreate); +#else + DeviceOfNonExistentPatient = await TestFhirClient.CreateAsync(deviceToCreate); + deviceAssociationToCreate = DeviceOfNonExistentPatient.AssignPatient(new ResourceReference(patientReference)); + DeviceAssociationOfNonExistentPatient = await TestFhirClient.CreateAsync(deviceAssociationToCreate); +#endif observationToCreate.Subject.Reference = patientReference; ObservationOfNonExistentPatient = await TestFhirClient.CreateAsync(observationToCreate); diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/EverythingOperationTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/EverythingOperationTests.cs index ecce7b2e48..6fbdb071bd 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/EverythingOperationTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/EverythingOperationTests.cs @@ -44,13 +44,13 @@ public async Task GivenAPatientEverythingOperationWithId_WhenSearched_ThenResour var nextLink = firstBundle.Resource.NextLink.ToString(); FhirResponse secondBundle = await Client.SearchAsync(nextLink); -#if R5 - ValidateBundle(secondBundle, Fixture.Observation, Fixture.Appointment, Fixture.Encounter, Fixture.Device); -#else +#if Stu3 || R4 || R4B ValidateBundle(secondBundle, Fixture.Observation, Fixture.Appointment, Fixture.Encounter); nextLink = secondBundle.Resource.NextLink.ToString(); FhirResponse thirdBundle = await Client.SearchAsync(nextLink); ValidateBundle(thirdBundle, Fixture.Device); +#else + ValidateBundle(secondBundle, Fixture.Observation, Fixture.Appointment, Fixture.Encounter, Fixture.DeviceAssociation); #endif } @@ -59,10 +59,10 @@ public async Task GivenAPatientEverythingOperationWithId_WhenSearched_ThenResour public async Task GivenAPatientEverythingOperationWithNonExistentId_WhenSearched_ThenResourcesInScopeShouldBeReturned() { string searchUrl = $"Patient/{Fixture.NonExistentPatient.Id}/$everything"; -#if R5 - await ExecuteAndValidateBundle(searchUrl, true, 2, Fixture.ObservationOfNonExistentPatient, Fixture.DeviceOfNonExistentPatient); -#else +#if Stu3 || R4 || R4B await ExecuteAndValidateBundle(searchUrl, true, 1, Fixture.ObservationOfNonExistentPatient, Fixture.DeviceOfNonExistentPatient); +#else + await ExecuteAndValidateBundle(searchUrl, true, 2, Fixture.ObservationOfNonExistentPatient, Fixture.DeviceAssociationOfNonExistentPatient); #endif } @@ -110,7 +110,11 @@ public async Task GivenStartOrEndSpecified_WhenSearched_ThenResourcesOfSpecified { string searchUrl = $"Patient/{Fixture.Patient.Id}/$everything?end=2010"; +#if Stu3 || R4 || R4B await ExecuteAndValidateBundle(searchUrl, true, 2, Fixture.Patient, Fixture.Organization, Fixture.Appointment, Fixture.Device); +#else + await ExecuteAndValidateBundle(searchUrl, true, 2, Fixture.Patient, Fixture.Organization, Fixture.DeviceAssociation, Fixture.Appointment); +#endif } [Fact] @@ -212,14 +216,14 @@ public async Task GivenPatientWithSeeAlsoLink_WhenRunningPatientEverything_ThenP FhirResponse thirdBundle = await Client.SearchAsync(nextLink); ValidateBundle(thirdBundle, Fixture.ObservationOfPatientReferencedBySeeAlsoLink); -#if R5 - // Starting from FHIR R5, "Devices" are included as part of Compartment Search. - // No need to run Phase 3 for FHIR R5. - Assert.Null(thirdBundle.Resource.NextLink); -#else +#if Stu3 || R4 || R4B nextLink = thirdBundle.Resource.NextLink.ToString(); FhirResponse fourthBundle = await Client.SearchAsync(nextLink); Assert.Empty(fourthBundle.Resource.Entry); +#else + // Starting from FHIR R5, "Devices" are included as part of Compartment Search. + // No need to run Phase 3 for FHIR R5. + Assert.Null(thirdBundle.Resource.NextLink); #endif } diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Export/ExportDataTestFixture.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Export/ExportDataTestFixture.cs index 526cadc0ea..5d01e245e6 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Export/ExportDataTestFixture.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Export/ExportDataTestFixture.cs @@ -236,11 +236,17 @@ private List GenerateTestResources(int numberOfPatients = 27, int numb { Id = Guid.NewGuid().ToString("N"), Meta = new() { Tag = new List() { new Coding("http://e2e-test", FixtureTag) } }, +#if Stu3 || R4 || R4B Status = Encounter.EncounterStatus.Planned, - Type = new() { new CodeableConcept("http://e2e-test", $"Test{i}") }, Class = new Coding("http://e2e-test", $"Test{i}"), +#else + Status = EncounterStatus.Planned, + Class = new List() { new() { Coding = new List() { new("http://e2e-test", $"Test{i}") } } }, +#endif + Type = new() { new CodeableConcept("http://e2e-test", $"Test{i}") }, Subject = new ResourceReference($"Patient/{patient.Id}"), }; + resources.Add(encounter); for (int k = 0; k < numberOfObservationsPerEncounter; k++) diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Export/ExportDataValidationTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Export/ExportDataValidationTests.cs index 468220bccc..4a9d51dba8 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Export/ExportDataValidationTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Export/ExportDataValidationTests.cs @@ -99,7 +99,12 @@ async Task CreateGroupWithoutPatientIds() var group = new FhirGroup() { Type = FhirGroup.GroupType.Person, +#if Stu3 || R4 || R4B Actual = true, +#else + Active = true, + Membership = Group.GroupMembershipBasis.Definitional, +#endif }; var groupResponse = await _testFhirClient.CreateAsync(group); @@ -151,11 +156,16 @@ public async Task GivenFhirServer_WhenDataIsExported_ThenExportTaskMetricsNotifi var encounter = new Encounter() { +#if Stu3 || R4 || R4B Status = Encounter.EncounterStatus.InProgress, Class = new Coding() { Code = "test", }, +#else + Status = EncounterStatus.InProgress, + Class = new List() { new() { Coding = new List() { new() { Code = "test" } } } }, +#endif Subject = new ResourceReference($"{KnownResourceTypes.Patient}/{patientId}"), }; @@ -186,7 +196,12 @@ public async Task GivenFhirServer_WhenDataIsExported_ThenExportTaskMetricsNotifi var group = new FhirGroup() { Type = FhirGroup.GroupType.Person, +#if Stu3 || R4 || R4B Actual = true, +#else + Active = true, + Membership = Group.GroupMembershipBasis.Definitional, +#endif Member = new List() { new FhirGroup.MemberComponent() diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/MemberMatchTestFixture.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/MemberMatchTestFixture.cs index 9de43a19c9..49c26076b2 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/MemberMatchTestFixture.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/MemberMatchTestFixture.cs @@ -80,12 +80,23 @@ public void SetCoverage(Coverage coverage, Patient patient, string type, string Tag = new List() { _tag }, }; coverage.Beneficiary = new ResourceReference($"Patient/{patient.Id}"); + +#if Stu3 || R4 || R4B coverage.Payor = new List { new ResourceReference($"Patient/{patient.Id}") }; +#else + coverage.Insurer = new ResourceReference($"Organization/{patient.Id}"); + coverage.Kind = Coverage.CoverageKindCode.Insurance; +#endif coverage.Type = new CodeableConcept("http://terminology.hl7.org/CodeSystem/v3-ActCode", type); coverage.Status = FinancialResourceStatusCodes.Active; if (!string.IsNullOrEmpty(subPlan)) { -#if !Stu3 +#if Stu3 + coverage.Grouping = new Coverage.GroupComponent() + { + SubPlan = subPlan, + }; +#elif R4 coverage.Class = new List() { new Coverage.ClassComponent() @@ -94,10 +105,23 @@ public void SetCoverage(Coverage coverage, Patient patient, string type, string Value = subPlan, }, }; -#else - coverage.Grouping = new Coverage.GroupComponent() +#elif R4B + coverage.Class = new List() { - SubPlan = subPlan, + new Coverage.ClassComponent() + { + Type = new CodeableConcept("http://terminology.hl7.org/CodeSystem/coverage-class", "subplan"), + Value = subPlan, + }, + }; +#elif R5 + coverage.Class = new List() + { + new Coverage.ClassComponent() + { + Type = new CodeableConcept("http://terminology.hl7.org/CodeSystem/coverage-class", "subplan"), + Value = new Identifier("http://terminology.hl7.org/CodeSystem/coverage-class", subPlan), + }, }; #endif } diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/BasicSearchTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/BasicSearchTests.cs index 5a7d3189b9..7cacb2335e 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/BasicSearchTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/BasicSearchTests.cs @@ -1249,6 +1249,11 @@ private async Task CreateObservationWithSpecifiedElements(Coding Observation patient = Samples.GetDefaultObservation().ToPoco(); var patients = new Observation[numberOfResources]; + var systems = new string[] + { + "http://hl7.org/fhir/v3/ObservationValue", + "http://terminology.hl7.org/CodeSystem/v3-ObservationValue", + }; for (int i = 0; i < numberOfResources; i++) { @@ -1259,9 +1264,11 @@ private async Task CreateObservationWithSpecifiedElements(Coding patients[i] = MaskingNode.ForElements(new ScopedNode(createdObservation.Resource.ToTypedElement()), elements) .ToPoco(); - var system = ModelInfoProvider.Version == FhirSpecification.Stu3 ? "http://hl7.org/fhir/v3/ObservationValue" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue"; - var subsettedTag = new Coding(system, "SUBSETTED"); - patients[i].Meta.Tag.Add(subsettedTag); + foreach (var system in systems) + { + var subsettedTag = new Coding(system, "SUBSETTED"); + patients[i].Meta.Tag.Add(subsettedTag); + } } return patients; diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/ChainingAndSortTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/ChainingAndSortTests.cs index ef6974b813..0937a00fdf 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/ChainingAndSortTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/ChainingAndSortTests.cs @@ -55,13 +55,11 @@ public async Task GivenAChainedSearchPattern_WhenSearched_ThenCompareTheResultsW // [ Reuse the first query ] + Return only the total count of records. Bundle bundleWithNoSortAndSummaryCount = await Client.SearchAsync(ResourceType.HealthcareService, commonQuery + "&_summary=count"); Assert.Empty(bundleWithNoSortAndSummaryCount.Entry); - Assert.Empty(bundleWithNoSortAndSummaryCount.Link); Assert.Equal(totalNumberOfFilteredHealthcareServices, bundleWithNoSortAndSummaryCount.Total.Value); // [ Reuse the first query ] + Return only the total count of records (with additional _sort expression that will be ignored internally). Bundle bundleWithSortAndSummaryCount = await Client.SearchAsync(ResourceType.HealthcareService, commonQuery + "&_sort=name&_summary=count"); Assert.Empty(bundleWithSortAndSummaryCount.Entry); - Assert.Empty(bundleWithSortAndSummaryCount.Link); Assert.Equal(totalNumberOfFilteredHealthcareServices, bundleWithSortAndSummaryCount.Total.Value); // [ Reuse the first query ] + Get total number of records returned. diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/ChainingSearchTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/ChainingSearchTests.cs index 160adb0eb0..5a9e37a36f 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/ChainingSearchTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/ChainingSearchTests.cs @@ -413,7 +413,11 @@ protected override async Task OnInitializedAsync() }, }; - var organization = (await TestFhirClient.CreateAsync(new Organization { Meta = meta, Identifier = new() { new Identifier(null, OrganizationIdentifier) }, Address = new List
{ new() { City = "Seattle" }, new() { City = OrganizationCity} }, Type = new() { new CodeableConcept(null, "practice") } })).Resource; +#if Stu3 || R4 || R4B + var organization = (await TestFhirClient.CreateAsync(new Organization { Meta = meta, Identifier = new() { new Identifier(null, OrganizationIdentifier) }, Address = new List
{ new() { City = "Seattle" }, new() { City = OrganizationCity } }, Type = new() { new CodeableConcept(null, "practice") } })).Resource; +#else + var organization = (await TestFhirClient.CreateAsync(new Organization { Meta = meta, Identifier = new() { new Identifier(null, OrganizationIdentifier) }, Contact = new() { new() { Address = new() { City = "Seattle" } }, new() { Address = new() { City = OrganizationCity } } }, Type = new() { new CodeableConcept(null, "practice") } })).Resource; +#endif var location = (await TestFhirClient.CreateAsync(new Location { Meta = meta, Address = new Address { City = "Seattle" } })).Resource; @@ -451,7 +455,12 @@ protected override async Task OnInitializedAsync() { Meta = new Meta { Tag = new List { new Coding("testTag", Tag) } }, Type = Group.GroupType.Person, +#if Stu3 || R4 || R4B Actual = true, +#else + Active = true, + Membership = Group.GroupMembershipBasis.Definitional, +#endif Member = new List { new Group.MemberComponent { Entity = new ResourceReference($"Patient/{AdamsPatient.Id}") }, diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/CustomSearchParamTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/CustomSearchParamTests.cs index 6e16e63a22..da3d6ee7d1 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/CustomSearchParamTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/CustomSearchParamTests.cs @@ -224,9 +224,14 @@ await ExecuteAndValidateBundle( } [Theory] +#if Stu3 || R4 || R4B [InlineData("SearchParameterBadSyntax", "A search parameter with the same code value 'diagnosis' already exists for base type 'Encounter'")] - [InlineData("SearchParameterExpressionWrongProperty", "Can't find 'Encounter.diagnosis.foo' in type 'Encounter'")] [InlineData("SearchParameterInvalidBase", "Literal 'foo' is not a valid value for enumeration 'ResourceType'")] +#else + [InlineData("SearchParameterBadSyntax", "A search parameter with the same code value 'diagnosis-reference' already exists for base type 'Encounter'")] + [InlineData("SearchParameterInvalidBase", "Literal 'foo' is not a valid value for enumeration 'VersionIndependentResourceTypesAll'")] +#endif + [InlineData("SearchParameterExpressionWrongProperty", "Can't find 'Encounter.diagnosis.foo' in type 'Encounter'")] [InlineData("SearchParameterInvalidType", "Literal 'foo' is not a valid value for enumeration 'SearchParamType'")] [InlineData("SearchParameterMissingBase", "cardinality is 1")] [InlineData("SearchParameterMissingExpression", "not supported")] @@ -368,7 +373,11 @@ public async Task GivenASearchParameterWithMultipleBaseResourceTypes_WhenTargeti searchParam.Name = searchParam.Name.Replace("foo", randomName); searchParam.Url = searchParam.Url.Replace("foo", randomName); searchParam.Code = randomName + "Code"; +#if Stu3 || R4 || R4B searchParam.Base = new List() { ResourceType.Specimen, ResourceType.Immunization }; +#else + searchParam.Base = new List { VersionIndependentResourceTypesAll.Specimen, VersionIndependentResourceTypesAll.Immunization }; +#endif // POST a new Specimen Specimen specimen = Samples.GetJsonSample("Specimen"); diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/IncludeSearchTestFixture.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/IncludeSearchTestFixture.cs index 866bbef03b..723a1b33ba 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/IncludeSearchTestFixture.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/IncludeSearchTestFixture.cs @@ -43,7 +43,7 @@ public IncludeSearchTestFixture(DataStore dataStore, Format format, TestFhirServ public Organization DeletedOrganization { get; private set; } - public Device DeletedDevice { get; private set; } + public Resource DeletedDevice { get; private set; } public Practitioner Practitioner { get; private set; } @@ -119,9 +119,13 @@ protected override async Task OnInitializedAsync() PercocetMedication = (await TestFhirClient.CreateAsync(new Medication { Meta = meta, Code = new CodeableConcept("http://snomed.info/sct", "16590-619-30", "Percocet tablet") })).Resource; TramadolMedication = (await TestFhirClient.CreateAsync(new Medication { Meta = meta, Code = new CodeableConcept("http://snomed.info/sct", "108505002", "Tramadol hydrochloride (substance)") })).Resource; +#if Stu3 || R4 || R4B Organization = (await TestFhirClient.CreateAsync(new Organization { Meta = meta, Address = new List
{ new Address { City = "Seattle" } } })).Resource; - DeletedOrganization = (await TestFhirClient.CreateAsync(new Organization { Meta = meta, Address = new List
{ new Address { City = "SeattleForgotten" } } })).Resource; +#else + Organization = (await TestFhirClient.CreateAsync(new Organization { Meta = meta, Contact = new() { new() { Address = new Address { City = "Seattle" } } } })).Resource; + DeletedOrganization = (await TestFhirClient.CreateAsync(new Organization { Meta = meta, Contact = new() { new() { Address = new Address { City = "SeattleForgotten" } } } })).Resource; +#endif Organization.Name = "Updated"; @@ -192,7 +196,13 @@ protected override async Task OnInitializedAsync() var group = new Group { Meta = meta, - Type = Group.GroupType.Person, Actual = true, + Type = Group.GroupType.Person, +#if Stu3 || R4 || R4B + Actual = true, +#else + Active = true, + Membership = Group.GroupMembershipBasis.Definitional, +#endif Member = new List { new Group.MemberComponent { Entity = new ResourceReference($"Patient/{AdamsPatient.Id}") }, @@ -271,14 +281,14 @@ async Task CreateMedicationDispense(MedicationRequest medica }, }, WhenPrepared = prepared, -#if R5 +#if Stu3 || R4 || R4B + Medication = medication.Code, +#else Medication = new CodeableReference { Concept = medication.Code, Reference = new ResourceReference($"Medication/{medication.Id}"), }, -#else - Medication = medication.Code, #endif #if Stu3 Status = MedicationDispense.MedicationDispenseStatus.InProgress, @@ -303,19 +313,19 @@ async Task CreateMedicationRequest(Patient patient, Practitio Agent = new ResourceReference($"Practitioner/{practitioner.Id}"), }, #else - IntentElement = new Code { Value = MedicationRequest.medicationRequestIntent.Order }, - StatusElement = new Code { Value = MedicationRequest.medicationrequestStatus.Completed }, + IntentElement = new Code { Value = MedicationRequest.MedicationRequestIntent.Order }, + StatusElement = new Code { Value = MedicationRequest.MedicationrequestStatus.Completed }, Requester = new ResourceReference($"Practitioner/{practitioner.Id}"), #endif -#if R5 +#if Stu3 || R4 || R4B + Medication = medication.Code, +#else Medication = new CodeableReference { Concept = medication.Code, Reference = new ResourceReference($"Medication/{medication.Id}"), }, -#else - Medication = medication.Code, #endif })).Resource; } diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/IncludeSearchTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/IncludeSearchTests.cs index 895399f91a..e392bb4897 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/IncludeSearchTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Search/IncludeSearchTests.cs @@ -303,8 +303,11 @@ await SearchAndValidateBundleAsync( [Fact] public async Task GivenAnRevIncludeSearchExpression_WhenSearched_DoesnotIncludeDeletedResources() { +#if Stu3 || R4 || R4B string query = $"_tag={Fixture.Tag}&_revinclude=Device:patient"; - +#else + string query = $"_tag={Fixture.Tag}&_revinclude=DeviceAssociation:patient"; +#endif await SearchAndValidateBundleAsync( ResourceType.Patient, query, @@ -761,7 +764,7 @@ public async Task GivenAnIncludeSearchExpressionWithWildcardAndIncludeIterate_Wh await SearchAndValidateBundleAsync( ResourceType.MedicationRequest, query, -#if R5 +#if !Stu3 && !R4 && !R4B Fixture.PercocetMedication, #endif Fixture.AdamsMedicationRequest, @@ -781,7 +784,7 @@ public async Task GivenAnIncludeSearchExpressionWithIncludeWildcardAndIncludeIte await SearchAndValidateBundleAsync( ResourceType.MedicationRequest, query, -#if R5 +#if !Stu3 && !R4 && !R4B Fixture.PercocetMedication, #endif Fixture.AdamsMedicationRequest, @@ -820,7 +823,7 @@ public async Task GivenAnIncludeMedication_WhenSearched_TheIterativeResultsShoul await SearchAndValidateBundleAsync( ResourceType.MedicationDispense, query, -#if R5 +#if !Stu3 && !R4 && !R4B // In R5 Medication is a codeable reference, otherwise, an embedded codebale concept. Fixture.TramadolMedication, #endif @@ -1078,7 +1081,7 @@ public async Task GivenARevIncludeMedication_WhenSearched_TheIterativeResultsSho await SearchAndValidateBundleAsync( ResourceType.Medication, query, -#if R5 +#if !Stu3 && !R4 && !R4B // In R5 Medication is a codeable reference, otherwise, an embedded codebale concept. Fixture.AdamsMedicationDispense, Fixture.SmithMedicationDispense, diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/TestFhirServer.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/TestFhirServer.cs index 80b05bf7c5..966df89904 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/TestFhirServer.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/TestFhirServer.cs @@ -26,9 +26,8 @@ using Polly; using Polly.Retry; using Task = System.Threading.Tasks.Task; -#if !R5 +#if Stu3 || R4 || R4B using RestfulCapabilityMode = Hl7.Fhir.Model.CapabilityStatement.RestfulCapabilityMode; - #endif namespace Microsoft.Health.Fhir.Tests.E2E.Rest @@ -192,7 +191,11 @@ public async Task ConfigureSecurityOptions(CancellationToken cancellationToken = CapabilityStatement metadata = new FhirJsonParser().Parse(content); Metadata = metadata.ToResourceElement(); +#if Stu3 || R4 || R4B foreach (var rest in metadata.Rest.Where(r => r.Mode == RestfulCapabilityMode.Server)) +#else + foreach (var rest in metadata.Rest.Where(r => r.Mode == CapabilityStatement.RestfulCapabilityMode.Server)) +#endif { var oauth = rest.Security?.GetExtension(Core.Features.Security.Constants.SmartOAuthUriExtension); if (oauth != null) diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/ValidateTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/ValidateTests.cs index 18a45df3a8..6f917c1415 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/ValidateTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/ValidateTests.cs @@ -35,13 +35,15 @@ public ValidateTests(ValidateTestFixture fixture) [Theory] [InlineData("Patient/$validate", "Profile-Patient-uscore", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient")] - [InlineData("Organization/$validate", "Profile-Organization-uscore", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization")] - [InlineData("Organization/$validate", "Profile-Organization-uscore-endpoint", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization")] [InlineData("CarePlan/$validate", "Profile-CarePlan-uscore", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan")] [InlineData("Patient/$validate", "Profile-Patient-uscore", null)] + [InlineData("CarePlan/$validate", "Profile-CarePlan-uscore", null)] +#if Stu3 || R4 || R4B + [InlineData("Organization/$validate", "Profile-Organization-uscore", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization")] + [InlineData("Organization/$validate", "Profile-Organization-uscore-endpoint", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization")] [InlineData("Organization/$validate", "Profile-Organization-uscore", null)] [InlineData("Organization/$validate", "Profile-Organization-uscore-endpoint", null)] - [InlineData("CarePlan/$validate", "Profile-CarePlan-uscore", null)] +#endif public async Task GivenAValidateRequest_WhenTheResourceIsValid_ThenAnOkMessageIsReturned(string path, string filename, string profile) { OperationOutcome outcome = await _client.ValidateAsync(path, Samples.GetJson(filename), profile); @@ -115,7 +117,7 @@ public async Task GivenAValidateRequest_WhenTheResourceIsInvalid_ThenADetailedEr [InlineData( "Observation/$validate", "{\"resourceType\":\"Observation\",\"code\":{\"coding\":[{\"system\":\"system\",\"code\":\"code\"}]}}", - "Element with minimum cardinality 1 cannot be null. At Observation.StatusElement.", + "Element 'StatusElement' with minimum cardinality 1 cannot be null. At Observation.StatusElement, line , position", "Observation.StatusElement")] [InlineData( "Observation/$validate", diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Features/Operations/Reindex/ReindexJobTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Features/Operations/Reindex/ReindexJobTests.cs index 7e710831cf..cf2ce01519 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Features/Operations/Reindex/ReindexJobTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Features/Operations/Reindex/ReindexJobTests.cs @@ -306,7 +306,7 @@ public async Task GivenSearchParametersToReindex_ThenReindexJobShouldComplete() var randomName = Guid.NewGuid().ToString().ComputeHash().Substring(0, 14).ToLower(); string searchParamName = randomName; string searchParamCode = randomName + "Code"; - SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, ResourceType.Patient, "Patient.name", searchParamCode); + SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, KnownResourceTypes.Patient, "Patient.name", searchParamCode); string sampleName1 = randomName + "searchIndicesPatient1"; string sampleName2 = randomName + "searchIndicesPatient2"; @@ -385,7 +385,11 @@ public async Task GivenNoSupportedSearchParameters_WhenRunningReindexJob_ThenJob [Fact] public async Task GivenNoMatchingResources_WhenRunningReindexJob_ThenJobIsCompleted() { +#if Stu3 || R4 || R4B var searchParam = _supportedSearchParameterDefinitionManager.GetSearchParameter("http://hl7.org/fhir/SearchParameter/Measure-name"); +#else + var searchParam = _supportedSearchParameterDefinitionManager.GetSearchParameter("http://hl7.org/fhir/SearchParameter/CanonicalResource-name"); +#endif await _searchParameterStatusManager.UpdateSearchParameterStatusAsync(new List() { searchParam.Url.ToString() }, SearchParameterStatus.Supported, default); var request = new CreateReindexRequest(new List(), new List()); @@ -412,7 +416,7 @@ public async Task GivenNewSearchParamCreatedBeforeResourcesToBeIndexed_WhenReind var randomName = Guid.NewGuid().ToString().ComputeHash().Substring(0, 14).ToLower(); string searchParamName = randomName; string searchParamCode = randomName + "Code"; - SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, ResourceType.Patient, "Patient.name", searchParamCode); + SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, KnownResourceTypes.Patient, "Patient.name", searchParamCode); string sampleName1 = randomName + "searchIndicesPatient1"; string sampleName2 = randomName + "searchIndicesPatient2"; @@ -477,7 +481,7 @@ public async Task GivenReindexJobRunning_WhenReindexJobCancelRequest_ThenReindex var randomName = Guid.NewGuid().ToString().ComputeHash().Substring(0, 14).ToLower(); string searchParamName = randomName; string searchParamCode = randomName + "Code"; - SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, ResourceType.Patient, "Patient.name", searchParamCode); + SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, KnownResourceTypes.Patient, "Patient.name", searchParamCode); const string sampleName1 = "searchIndicesPatient1"; const string sampleName2 = "searchIndicesPatient2"; @@ -570,7 +574,7 @@ public async Task GivenNewSearchParamCreatedAfterResourcesToBeIndexed_WhenReinde UpsertOutcome sample1 = await CreatePatientResource(sampleName1, sampleId1); UpsertOutcome sample2 = await CreatePatientResource(sampleName2, sampleId2); - SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, ResourceType.Patient, "Patient.name", searchParamCode); + SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, KnownResourceTypes.Patient, "Patient.name", searchParamCode); // Create the query /Patient?foo=searchIndicesPatient1 var queryParams = new List> { new(searchParamCode, sampleName1) }; @@ -636,7 +640,7 @@ public async Task GivenSecondFHIRServiceSynced_WhenReindexJobCompleted_ThenSecon UpsertOutcome sample1 = await CreatePatientResource(sampleName1, sampleId1); UpsertOutcome sample2 = await CreatePatientResource(sampleName2, sampleId2); - SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, ResourceType.Patient, "Patient.name", searchParamCode); + SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, KnownResourceTypes.Patient, "Patient.name", searchParamCode); var searchParamWrapper = CreateSearchParamResourceWrapper(searchParam); @@ -717,7 +721,7 @@ public async Task GivenSecondFHIRServiceSynced_WhenSyncParametersOccursDuringDel string searchParamName = randomName; string searchParamCode = randomName + "Code"; - SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, ResourceType.Patient, "Patient.name", searchParamCode); + SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.String, KnownResourceTypes.Patient, "Patient.name", searchParamCode); var searchParamWrapper = CreateSearchParamResourceWrapper(searchParam); @@ -779,7 +783,8 @@ public async Task GivenNewSearchParamWithResourceBaseType_WhenReindexJobComplete const string searchParamName = "resourceFoo"; const string searchParamCode = "resourceFooCode"; - SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.Token, ResourceType.Resource, "Resource.id", searchParamCode); + + SearchParameter searchParam = await CreateSearchParam(searchParamName, SearchParamType.Token, KnownResourceTypes.Resource, "Resource.id", searchParamCode); // Create the query /Patient?resourceFooCode= var queryParams = new List> { new(searchParamCode, patientId) }; @@ -918,19 +923,24 @@ private void MockSearchIndexExtraction(IEnumerable<(string id, ISearchValue sear } } - private async Task CreateSearchParam(string searchParamName, SearchParamType searchParamType, ResourceType baseType, string expression, string searchParamCode) + private async Task CreateSearchParam(string searchParamName, SearchParamType searchParamType, string baseType, string expression, string searchParamCode) { var searchParam = new SearchParameter { Url = $"http://hl7.org/fhir/SearchParameter/{baseType}-{searchParamName}", Type = searchParamType, - Base = new List { baseType }, Expression = expression, Name = searchParamName, Code = searchParamCode, Id = searchParamName, }; +#if Stu3 || R4 || R4B + searchParam.Base = new List() { Enum.Parse(baseType) }; +#else + searchParam.Base = new List() { Enum.Parse(baseType) }; +#endif + await _searchParameterOperations.AddSearchParameterAsync(searchParam.ToTypedElement(), CancellationToken.None); return searchParam; @@ -998,13 +1008,19 @@ private ResourceWrapper CreateSearchParamResourceWrapper(SearchParameter searchP var compartmentIndices = Substitute.For(); SearchParameterInfo searchParamInfo = null; - if (ModelInfoProvider.Instance.Version == FhirSpecification.Stu3) + switch (ModelInfoProvider.Instance.Version) { - searchParamInfo = new SearchParameterInfo("url", "url", ValueSets.SearchParamType.Uri, new Uri("http://hl7.org/fhir/SearchParameter/SearchParameter-url")); - } - else - { - searchParamInfo = new SearchParameterInfo("url", "url", ValueSets.SearchParamType.Uri, new Uri("http://hl7.org/fhir/SearchParameter/conformance-url")); + case FhirSpecification.Stu3: + searchParamInfo = new SearchParameterInfo("url", "url", ValueSets.SearchParamType.Uri, new Uri("http://hl7.org/fhir/SearchParameter/SearchParameter-url")); + break; + + case FhirSpecification.R5: + searchParamInfo = new SearchParameterInfo("url", "url", ValueSets.SearchParamType.Uri, new Uri("http://hl7.org/fhir/SearchParameter/CanonicalResource-url")); + break; + + default: + searchParamInfo = new SearchParameterInfo("url", "url", ValueSets.SearchParamType.Uri, new Uri("http://hl7.org/fhir/SearchParameter/conformance-url")); + break; } var searchParamValue = new UriSearchValue(searchParam.Url, false); diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/FhirStorageTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/FhirStorageTests.cs index 8187afa22a..f570bd0ccc 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/FhirStorageTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/FhirStorageTests.cs @@ -1141,7 +1141,11 @@ private async Task CreatePatientSearchParam(string searchParamN { Url = $"http://hl7.org/fhir/SearchParameter/Patient-{searchParamName}", Type = type, - Base = new List { ResourceType.Patient }, +#if Stu3 || R4 || R4B + Base = new List() { ResourceType.Patient }, +#else + Base = new List() { VersionIndependentResourceTypesAll.Patient }, +#endif Expression = expression, Name = searchParamName, Code = searchParamName, @@ -1172,7 +1176,7 @@ private async Task ExecuteAndVerifyException(Func action) private async Task SetAllowCreateForOperation(bool allowCreate, Func operation) { - var observation = _capabilityStatement.Rest[0].Resource.Find(r => r.Type == ResourceType.Observation); + var observation = _capabilityStatement.Rest[0].Resource.Find(r => ResourceType.Observation.EqualsString(r.Type.ToString())); var originalValue = observation.UpdateCreate; observation.UpdateCreate = allowCreate; observation.Versioning = CapabilityStatement.ResourceVersionPolicy.Versioned; diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/FhirStorageTestsFixture.cs b/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/FhirStorageTestsFixture.cs index 4522299557..3c91ce22bb 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/FhirStorageTestsFixture.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/FhirStorageTestsFixture.cs @@ -147,17 +147,17 @@ public async Task InitializeAsync() CapabilityStatement = CapabilityStatementMock.GetMockedCapabilityStatement(); CapabilityStatementMock.SetupMockResource(CapabilityStatement, ResourceType.Observation, null); - var observationResource = CapabilityStatement.Rest[0].Resource.Find(r => r.Type == ResourceType.Observation); + var observationResource = CapabilityStatement.Rest[0].Resource.Find(r => ResourceType.Observation.EqualsString(r.Type.ToString())); observationResource.UpdateCreate = true; observationResource.Versioning = CapabilityStatement.ResourceVersionPolicy.Versioned; CapabilityStatementMock.SetupMockResource(CapabilityStatement, ResourceType.Organization, null); - var organizationResource = CapabilityStatement.Rest[0].Resource.Find(r => r.Type == ResourceType.Organization); + var organizationResource = CapabilityStatement.Rest[0].Resource.Find(r => ResourceType.Organization.EqualsString(r.Type.ToString())); organizationResource.UpdateCreate = true; organizationResource.Versioning = CapabilityStatement.ResourceVersionPolicy.NoVersion; CapabilityStatementMock.SetupMockResource(CapabilityStatement, ResourceType.Medication, null); - var medicationResource = CapabilityStatement.Rest[0].Resource.Find(r => r.Type == ResourceType.Medication); + var medicationResource = CapabilityStatement.Rest[0].Resource.Find(r => ResourceType.Medication.EqualsString(r.Type.ToString())); medicationResource.UpdateCreate = true; medicationResource.Versioning = CapabilityStatement.ResourceVersionPolicy.VersionedUpdate; diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/SqlServerCreateStatsTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/SqlServerCreateStatsTests.cs index 1ac08cc677..0c41ecb06f 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/SqlServerCreateStatsTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Persistence/SqlServerCreateStatsTests.cs @@ -71,7 +71,13 @@ public async Task GivenSearchForImagingStudyByIdentifier_StatsAreCreated() public async Task GivenSearchForResearchStudyByFocusAndDateWithResearchSubject_StatsAreCreated() { const string resourceType = "ResearchStudy"; +#if Stu3 || R4 || R4B + var researchStudyFocusUri = "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus"; var query = new[] { Tuple.Create("focus", "surgery"), Tuple.Create("date", "gt1800-01-01"), Tuple.Create("_has:ResearchSubject:study:status", "eligible") }; +#else + var researchStudyFocusUri = "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-code"; + var query = new[] { Tuple.Create("focus-code", "surgery"), Tuple.Create("date", "gt1800-01-01"), Tuple.Create("_has:ResearchSubject:study:status", "eligible") }; +#endif await _fixture.SearchService.SearchAsync(resourceType, query, CancellationToken.None); var statsFromCache = SqlServerSearchService.GetStatsFromCache(); var model = ((SqlServerSearchService)_fixture.SearchService).Model; @@ -79,7 +85,7 @@ public async Task GivenSearchForResearchStudyByFocusAndDateWithResearchSubject_S _ => _.TableName == VLatest.TokenSearchParam.TableName && _.ColumnName == "Code" && _.ResourceTypeId == model.GetResourceTypeId(resourceType) - && _.SearchParamId == model.GetSearchParamId(new Uri("http://hl7.org/fhir/SearchParameter/ResearchStudy-focus")))); + && _.SearchParamId == model.GetSearchParamId(new Uri(researchStudyFocusUri)))); Assert.Single(statsFromCache.Where( _ => _.TableName == VLatest.DateTimeSearchParam.TableName && _.ColumnName == "StartDateTime" diff --git a/test/Microsoft.Health.Fhir.Stu3.Tests.Integration/Microsoft.Health.Fhir.Stu3.Tests.Integration.csproj b/test/Microsoft.Health.Fhir.Stu3.Tests.Integration/Microsoft.Health.Fhir.Stu3.Tests.Integration.csproj index ef6ffd5119..e47fb73cf2 100644 --- a/test/Microsoft.Health.Fhir.Stu3.Tests.Integration/Microsoft.Health.Fhir.Stu3.Tests.Integration.csproj +++ b/test/Microsoft.Health.Fhir.Stu3.Tests.Integration/Microsoft.Health.Fhir.Stu3.Tests.Integration.csproj @@ -2,6 +2,9 @@ Microsoft.Health.Fhir.Tests.Integration + + Stu3 +