@medplum/definitions
Version:
Medplum Data Definitions
1,638 lines (1,637 loc) • 2.15 MB
JSON
{
"resourceType" : "Bundle",
"id" : "searchParams",
"meta" : {
"lastUpdated" : "2019-11-01T09:29:23.356+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" : "4.0.1",
"name" : "_text",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (FHIR 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" : "string",
"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" : "4.0.1",
"name" : "_content",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (FHIR 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" : "string",
"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" : "trial-use"
}],
"url" : "http://hl7.org/fhir/SearchParameter/Resource-id",
"version" : "4.0.1",
"name" : "_id",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (FHIR 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" : "trial-use"
}],
"url" : "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
"version" : "4.0.1",
"name" : "_lastUpdated",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (FHIR 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-profile",
"resource" : {
"resourceType" : "SearchParameter",
"id" : "Resource-profile",
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
}],
"url" : "http://hl7.org/fhir/SearchParameter/Resource-profile",
"version" : "4.0.1",
"name" : "_profile",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (FHIR 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" : "uri",
"expression" : "Resource.meta.profile",
"xpath" : "f:Resource/f:meta/f:profile",
"xpathUsage" : "normal"
}
},
{
"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" : "4.0.1",
"name" : "_query",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (FHIR 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" : "token",
"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" : "4.0.1",
"name" : "_security",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (FHIR 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" : "trial-use"
}],
"url" : "http://hl7.org/fhir/SearchParameter/Resource-source",
"version" : "4.0.1",
"name" : "_source",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (FHIR 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" : "4.0.1",
"name" : "_tag",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (FHIR 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-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" : "4.0.1",
"name" : "identifier",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (Patient 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" : "trial-use"
}],
"url" : "http://hl7.org/fhir/SearchParameter/Account-name",
"version" : "4.0.1",
"name" : "name",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (Patient 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" : "4.0.1",
"name" : "owner",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (Patient 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" : "4.0.1",
"name" : "patient",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (Patient 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" : ["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" : "4.0.1",
"name" : "period",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (Patient 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" : "4.0.1",
"name" : "status",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (Patient 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" : "4.0.1",
"name" : "subject",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (Patient 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" : "4.0.1",
"name" : "type",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "Health Level Seven International (Patient 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" : "4.0.1",
"name" : "composed-of",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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",
"AdverseEvent",
"AllergyIntolerance",
"Appointment",
"AppointmentResponse",
"AuditEvent",
"Basic",
"Binary",
"BiologicallyDerivedProduct",
"BodyStructure",
"Bundle",
"CapabilityStatement",
"CarePlan",
"CareTeam",
"CatalogEntry",
"ChargeItem",
"ChargeItemDefinition",
"Claim",
"ClaimResponse",
"ClinicalImpression",
"CodeSystem",
"Communication",
"CommunicationRequest",
"CompartmentDefinition",
"Composition",
"ConceptMap",
"Condition",
"Consent",
"Contract",
"Coverage",
"CoverageEligibilityRequest",
"CoverageEligibilityResponse",
"DetectedIssue",
"Device",
"DeviceDefinition",
"DeviceMetric",
"DeviceRequest",
"DeviceUseStatement",
"DiagnosticReport",
"DocumentManifest",
"DocumentReference",
"EffectEvidenceSynthesis",
"Encounter",
"Endpoint",
"EnrollmentRequest",
"EnrollmentResponse",
"EpisodeOfCare",
"EventDefinition",
"Evidence",
"EvidenceVariable",
"ExampleScenario",
"ExplanationOfBenefit",
"FamilyMemberHistory",
"Flag",
"Goal",
"GraphDefinition",
"Group",
"GuidanceResponse",
"HealthcareService",
"ImagingStudy",
"Immunization",
"ImmunizationEvaluation",
"ImmunizationRecommendation",
"ImplementationGuide",
"InsurancePlan",
"Invoice",
"Library",
"Linkage",
"List",
"Location",
"Measure",
"MeasureReport",
"Media",
"Medication",
"MedicationAdministration",
"MedicationDispense",
"MedicationKnowledge",
"MedicationRequest",
"MedicationStatement",
"MedicinalProduct",
"MedicinalProductAuthorization",
"MedicinalProductContraindication",
"MedicinalProductIndication",
"MedicinalProductIngredient",
"MedicinalProductInteraction",
"MedicinalProductManufactured",
"MedicinalProductPackaged",
"MedicinalProductPharmaceutical",
"MedicinalProductUndesirableEffect",
"MessageDefinition",
"MessageHeader",
"MolecularSequence",
"NamingSystem",
"NutritionOrder",
"Observation",
"ObservationDefinition",
"OperationDefinition",
"OperationOutcome",
"Organization",
"OrganizationAffiliation",
"Patient",
"PaymentNotice",
"PaymentReconciliation",
"Person",
"PlanDefinition",
"Practitioner",
"PractitionerRole",
"Procedure",
"Provenance",
"Questionnaire",
"QuestionnaireResponse",
"RelatedPerson",
"RequestGroup",
"ResearchDefinition",
"ResearchElementDefinition",
"ResearchStudy",
"ResearchSubject",
"RiskAssessment",
"RiskEvidenceSynthesis",
"Schedule",
"SearchParameter",
"ServiceRequest",
"Slot",
"Specimen",
"SpecimenDefinition",
"StructureDefinition",
"StructureMap",
"Subscription",
"Substance",
"SubstanceNucleicAcid",
"SubstancePolymer",
"SubstanceProtein",
"SubstanceReferenceInformation",
"SubstanceSourceMaterial",
"SubstanceSpecification",
"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" : "4.0.1",
"name" : "context",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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" : "4.0.1",
"name" : "context-quantity",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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" : "4.0.1",
"name" : "context-type",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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" : "trial-use"
}],
"url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-date",
"version" : "4.0.1",
"name" : "date",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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" : "4.0.1",
"name" : "depends-on",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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",
"AdverseEvent",
"AllergyIntolerance",
"Appointment",
"AppointmentResponse",
"AuditEvent",
"Basic",
"Binary",
"BiologicallyDerivedProduct",
"BodyStructure",
"Bundle",
"CapabilityStatement",
"CarePlan",
"CareTeam",
"CatalogEntry",
"ChargeItem",
"ChargeItemDefinition",
"Claim",
"ClaimResponse",
"ClinicalImpression",
"CodeSystem",
"Communication",
"CommunicationRequest",
"CompartmentDefinition",
"Composition",
"ConceptMap",
"Condition",
"Consent",
"Contract",
"Coverage",
"CoverageEligibilityRequest",
"CoverageEligibilityResponse",
"DetectedIssue",
"Device",
"DeviceDefinition",
"DeviceMetric",
"DeviceRequest",
"DeviceUseStatement",
"DiagnosticReport",
"DocumentManifest",
"DocumentReference",
"EffectEvidenceSynthesis",
"Encounter",
"Endpoint",
"EnrollmentRequest",
"EnrollmentResponse",
"EpisodeOfCare",
"EventDefinition",
"Evidence",
"EvidenceVariable",
"ExampleScenario",
"ExplanationOfBenefit",
"FamilyMemberHistory",
"Flag",
"Goal",
"GraphDefinition",
"Group",
"GuidanceResponse",
"HealthcareService",
"ImagingStudy",
"Immunization",
"ImmunizationEvaluation",
"ImmunizationRecommendation",
"ImplementationGuide",
"InsurancePlan",
"Invoice",
"Linkage",
"List",
"Location",
"Measure",
"MeasureReport",
"Media",
"Medication",
"MedicationAdministration",
"MedicationDispense",
"MedicationKnowledge",
"MedicationRequest",
"MedicationStatement",
"MedicinalProduct",
"MedicinalProductAuthorization",
"MedicinalProductContraindication",
"MedicinalProductIndication",
"MedicinalProductIngredient",
"MedicinalProductInteraction",
"MedicinalProductManufactured",
"MedicinalProductPackaged",
"MedicinalProductPharmaceutical",
"MedicinalProductUndesirableEffect",
"MessageDefinition",
"MessageHeader",
"MolecularSequence",
"NamingSystem",
"NutritionOrder",
"Observation",
"ObservationDefinition",
"OperationDefinition",
"OperationOutcome",
"Organization",
"OrganizationAffiliation",
"Patient",
"PaymentNotice",
"PaymentReconciliation",
"Person",
"PlanDefinition",
"Practitioner",
"PractitionerRole",
"Procedure",
"Provenance",
"Questionnaire",
"QuestionnaireResponse",
"RelatedPerson",
"RequestGroup",
"ResearchDefinition",
"ResearchElementDefinition",
"ResearchStudy",
"ResearchSubject",
"RiskAssessment",
"RiskEvidenceSynthesis",
"Schedule",
"SearchParameter",
"ServiceRequest",
"Slot",
"Specimen",
"SpecimenDefinition",
"StructureDefinition",
"StructureMap",
"Subscription",
"Substance",
"SubstanceNucleicAcid",
"SubstancePolymer",
"SubstanceProtein",
"SubstanceReferenceInformation",
"SubstanceSourceMaterial",
"SubstanceSpecification",
"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" : "4.0.1",
"name" : "derived-from",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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",
"AdverseEvent",
"AllergyIntolerance",
"Appointment",
"AppointmentResponse",
"AuditEvent",
"Basic",
"Binary",
"BiologicallyDerivedProduct",
"BodyStructure",
"Bundle",
"CapabilityStatement",
"CarePlan",
"CareTeam",
"CatalogEntry",
"ChargeItem",
"ChargeItemDefinition",
"Claim",
"ClaimResponse",
"ClinicalImpression",
"CodeSystem",
"Communication",
"CommunicationRequest",
"CompartmentDefinition",
"Composition",
"ConceptMap",
"Condition",
"Consent",
"Contract",
"Coverage",
"CoverageEligibilityRequest",
"CoverageEligibilityResponse",
"DetectedIssue",
"Device",
"DeviceDefinition",
"DeviceMetric",
"DeviceRequest",
"DeviceUseStatement",
"DiagnosticReport",
"DocumentManifest",
"DocumentReference",
"EffectEvidenceSynthesis",
"Encounter",
"Endpoint",
"EnrollmentRequest",
"EnrollmentResponse",
"EpisodeOfCare",
"EventDefinition",
"Evidence",
"EvidenceVariable",
"ExampleScenario",
"ExplanationOfBenefit",
"FamilyMemberHistory",
"Flag",
"Goal",
"GraphDefinition",
"Group",
"GuidanceResponse",
"HealthcareService",
"ImagingStudy",
"Immunization",
"ImmunizationEvaluation",
"ImmunizationRecommendation",
"ImplementationGuide",
"InsurancePlan",
"Invoice",
"Library",
"Linkage",
"List",
"Location",
"Measure",
"MeasureReport",
"Media",
"Medication",
"MedicationAdministration",
"MedicationDispense",
"MedicationKnowledge",
"MedicationRequest",
"MedicationStatement",
"MedicinalProduct",
"MedicinalProductAuthorization",
"MedicinalProductContraindication",
"MedicinalProductIndication",
"MedicinalProductIngredient",
"MedicinalProductInteraction",
"MedicinalProductManufactured",
"MedicinalProductPackaged",
"MedicinalProductPharmaceutical",
"MedicinalProductUndesirableEffect",
"MessageDefinition",
"MessageHeader",
"MolecularSequence",
"NamingSystem",
"NutritionOrder",
"Observation",
"ObservationDefinition",
"OperationDefinition",
"OperationOutcome",
"Organization",
"OrganizationAffiliation",
"Patient",
"PaymentNotice",
"PaymentReconciliation",
"Person",
"PlanDefinition",
"Practitioner",
"PractitionerRole",
"Procedure",
"Provenance",
"Questionnaire",
"QuestionnaireResponse",
"RelatedPerson",
"RequestGroup",
"ResearchDefinition",
"ResearchElementDefinition",
"ResearchStudy",
"ResearchSubject",
"RiskAssessment",
"RiskEvidenceSynthesis",
"Schedule",
"SearchParameter",
"ServiceRequest",
"Slot",
"Specimen",
"SpecimenDefinition",
"StructureDefinition",
"StructureMap",
"Subscription",
"Substance",
"SubstanceNucleicAcid",
"SubstancePolymer",
"SubstanceProtein",
"SubstanceReferenceInformation",
"SubstanceSourceMaterial",
"SubstanceSpecification",
"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" : "trial-use"
}],
"url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-description",
"version" : "4.0.1",
"name" : "description",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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" : "4.0.1",
"name" : "effective",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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" : "4.0.1",
"name" : "identifier",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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" : "4.0.1",
"name" : "jurisdiction",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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-name",
"resource" : {
"resourceType" : "SearchParameter",
"id" : "ActivityDefinition-name",
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
}],
"url" : "http://hl7.org/fhir/SearchParameter/ActivityDefinition-name",
"version" : "4.0.1",
"name" : "name",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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" : "4.0.1",
"name" : "predecessor",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+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",
"AdverseEvent",
"AllergyIntolerance",
"Appointment",
"AppointmentResponse",
"AuditEvent",
"Basic",
"Binary",
"BiologicallyDerivedProduct",
"BodyStructure",
"Bundle",
"CapabilityStatement",
"CarePlan",
"CareTeam",
"CatalogEntry",
"ChargeItem",
"ChargeItemDefinition",
"Claim",
"ClaimResponse",
"ClinicalImpression",
"CodeSystem",
"Communication",
"CommunicationRequest",
"CompartmentDefinition",
"Composition",
"ConceptMap",
"Condition",
"Consent",
"Contract",
"Coverage",
"CoverageEligibilityRequest",
"CoverageEligibilityResponse",
"DetectedIssue",
"Device",
"DeviceDefinition",
"DeviceMetric",
"DeviceRequest",
"DeviceUseStatement",