Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "searchParams"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-06-18T18:01:03.553-05:00"^^xsd:dateTime ] ] ; # fhir:type [ fhir:v "collection"] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/profile-Resource-name"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/profile-Resource-name> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Patient-genderIdentity"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Patient-genderIdentity> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Patient-sexualOrientation"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Patient-sexualOrientation> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Patient-mothersMaidenName"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Patient-mothersMaidenName> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/us-core-Patient-race"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/us-core-Patient-race> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/us-core-Patient-ethnicity"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/us-core-Patient-ethnicity> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Condition-encounter-or-historical"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Condition-encounter-or-historical> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationRequest-ndc"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationRequest-ndc> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationRequest-ddid"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationRequest-ddid> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationRequest-rxnorm"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationRequest-rxnorm> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationRequest-datewritten"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationRequest-datewritten> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Device-udi-carrier"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Device-udi-carrier> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Device-udi-di"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Device-udi-di> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Allergy-encounter"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Allergy-encounter> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Allergy-encounter-or-historical"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Allergy-encounter-or-historical> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Allergy-start"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Allergy-start> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Allergy-onset-or-approximate"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Allergy-onset-or-approximate> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Allergy-enddate"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Allergy-enddate> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationStatement-ndc"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationStatement-ndc> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationAdmin-ndc"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationAdmin-ndc> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationStatement-ddid"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationStatement-ddid> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationAdmin-ddid"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationAdmin-ddid> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationStatement-rxnorm"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationStatement-rxnorm> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationAdmin-rxnorm"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationAdmin-rxnorm> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationStatement-encounter-or-historical"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationStatement-encounter-or-historical> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationAdmin-encounter-or-historical"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/MedicationAdmin-encounter-or-historical> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-encounter-or-historical"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/ServiceRequest-encounter-or-historical> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-profile"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Observation-profile> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-recent"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Observation-recent> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-encounter-or-historical"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Observation-encounter-or-historical> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-value-quantity"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Observation-value-quantity> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-value-string"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Observation-value-string> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Coverage-period"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Coverage-period> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Immunization-dose-number"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Immunization-dose-number> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Basic-patientVisitId"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Basic-patientVisitId> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Immunization-encounter"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Immunization-encounter> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Basic-batch"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Basic-batch> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Immunization-encounter-or-historical"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Immunization-encounter-or-historical> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Basic-payerName"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Basic-payerName> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/ClinicalImpression-encounter-or-historical"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/ClinicalImpression-encounter-or-historical> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Consent-encounter"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Consent-encounter> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Immunization-notgiven"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Immunization-notgiven> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Consent-encounter-or-historical"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Consent-encounter-or-historical> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Consent-startdate"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Consent-startdate> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-profile"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/DiagnosticReport-profile> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Account-doctorId"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Account-doctorId> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Account-companyId"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Account-companyId> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Account-visitDate"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Account-visitDate> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Account-patientVisitId"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Account-patientVisitId> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Account-guarantor"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Account-guarantor> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-format"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/DocumentReference-format> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/Goal-expressedBy"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/Goal-expressedBy> ) ] [ fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/CarePlan.author"^^xsd:anyURI ] ; ( fhir:resource <http://hl7.org/fhir/SearchParameter/CarePlan.author> ) ] ) . # <http://hl7.org/fhir/SearchParameter/profile-Resource-name> a fhir:SearchParameter ; fhir:id [ fhir:v "profile-Resource-name"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_profile-Resource-name\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter profile-Resource-name</b></p><a name=\"profile-Resource-name\"> </a><a name=\"hcprofile-Resource-name\"> </a><a name=\"profile-Resource-name-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/profile-Resource-name\">Bundle: type = collection</a></p><p><b>name</b>: name</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>description</p>\n</div><p><b>code</b>: name</p><p><b>base</b>: ResourceName</p><p><b>xpath</b>: f:Resource/f:fieldName</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/profile-Resource-name"^^xsd:anyURI] ; # fhir:name [ fhir:v "name"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "description"] ; # fhir:code [ fhir:v "name"] ; # fhir:base ( [ fhir:v "ResourceName"] ) ; # fhir:xpath [ fhir:v "f:Resource/f:fieldName"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Patient-genderIdentity> a fhir:SearchParameter ; fhir:id [ fhir:v "Patient-genderIdentity"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Patient-genderIdentity\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Patient-genderIdentity</b></p><a name=\"Patient-genderIdentity\"> </a><a name=\"hcPatient-genderIdentity\"> </a><a name=\"Patient-genderIdentity-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Patient-genderIdentity\">Bundle: type = collection</a></p><p><b>name</b>: genderIdentity</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Gender Identity details</p>\n</div><p><b>code</b>: genderIdentity</p><p><b>base</b>: Patient</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:Patient/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-patient-extension-genderIdentity']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Patient-genderIdentity"^^xsd:anyURI] ; # fhir:name [ fhir:v "genderIdentity"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Gender Identity details"] ; # fhir:code [ fhir:v "genderIdentity"] ; # fhir:base ( [ fhir:v "Patient"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:Patient/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-patient-extension-genderIdentity']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Patient-sexualOrientation> a fhir:SearchParameter ; fhir:id [ fhir:v "Patient-sexualOrientation"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Patient-sexualOrientation\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Patient-sexualOrientation</b></p><a name=\"Patient-sexualOrientation\"> </a><a name=\"hcPatient-sexualOrientation\"> </a><a name=\"Patient-sexualOrientation-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Patient-sexualOrientation\">Bundle: type = collection</a></p><p><b>name</b>: sexualOrientation</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Sexual Orientation details</p>\n</div><p><b>code</b>: sexualOrientation</p><p><b>base</b>: Patient</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:Patient/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-patient-extension-sexualOrientation']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Patient-sexualOrientation"^^xsd:anyURI] ; # fhir:name [ fhir:v "sexualOrientation"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Sexual Orientation details"] ; # fhir:code [ fhir:v "sexualOrientation"] ; # fhir:base ( [ fhir:v "Patient"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:Patient/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-patient-extension-sexualOrientation']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Patient-mothersMaidenName> a fhir:SearchParameter ; fhir:id [ fhir:v "Patient-mothersMaidenName"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Patient-mothersMaidenName\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Patient-mothersMaidenName</b></p><a name=\"Patient-mothersMaidenName\"> </a><a name=\"hcPatient-mothersMaidenName\"> </a><a name=\"Patient-mothersMaidenName-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Patient-mothersMaidenName\">Bundle: type = collection</a></p><p><b>name</b>: mothersMaidenName</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Search a patientwith reference to mothers maiden name</p>\n</div><p><b>code</b>: mothersMaidenName</p><p><b>base</b>: Patient</p><p><b>type</b>: String</p><p><b>xpath</b>: f:Patient/f:extension[@url='http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Patient-mothersMaidenName"^^xsd:anyURI] ; # fhir:name [ fhir:v "mothersMaidenName"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Search a patientwith reference to mothers maiden name"] ; # fhir:code [ fhir:v "mothersMaidenName"] ; # fhir:base ( [ fhir:v "Patient"] ) ; # fhir:type [ fhir:v "string"] ; # fhir:xpath [ fhir:v "f:Patient/f:extension[@url='http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/us-core-Patient-race> a fhir:SearchParameter ; fhir:id [ fhir:v "us-core-Patient-race"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_us-core-Patient-race\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter us-core-Patient-race</b></p><a name=\"us-core-Patient-race\"> </a><a name=\"hcus-core-Patient-race\"> </a><a name=\"us-core-Patient-race-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/us-core-Patient-race\">Bundle: type = collection</a></p><p><b>name</b>: race</p><p><b>description</b>: </p><div><p>Returns patients with a race extension matching the specified code.</p>\n</div><p><b>code</b>: race</p><p><b>base</b>: Patient</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:Patient/f:extension[@url='http://hl7.org/fhir/us/core/StructureDefinition/us-core-race']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/us-core-Patient-race"^^xsd:anyURI] ; # fhir:name [ fhir:v "race"] ; # fhir:description [ fhir:v "Returns patients with a race extension matching the specified code."] ; # fhir:code [ fhir:v "race"] ; # fhir:base ( [ fhir:v "Patient"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:Patient/f:extension[@url='http://hl7.org/fhir/us/core/StructureDefinition/us-core-race']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/us-core-Patient-ethnicity> a fhir:SearchParameter ; fhir:id [ fhir:v "us-core-Patient-ethnicity"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_us-core-Patient-ethnicity\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter us-core-Patient-ethnicity</b></p><a name=\"us-core-Patient-ethnicity\"> </a><a name=\"hcus-core-Patient-ethnicity\"> </a><a name=\"us-core-Patient-ethnicity-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/us-core-Patient-ethnicity\">Bundle: type = collection</a></p><p><b>name</b>: ethnicity</p><p><b>description</b>: </p><div><p>Returns patients with an ethnicity extension matching the specified code.</p>\n</div><p><b>code</b>: ethnicity</p><p><b>base</b>: Patient</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:Patient/f:extension[@url='http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/us-core-Patient-ethnicity"^^xsd:anyURI] ; # fhir:name [ fhir:v "ethnicity"] ; # fhir:description [ fhir:v "Returns patients with an ethnicity extension matching the specified code."] ; # fhir:code [ fhir:v "ethnicity"] ; # fhir:base ( [ fhir:v "Patient"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:Patient/f:extension[@url='http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Condition-encounter-or-historical> a fhir:SearchParameter ; fhir:id [ fhir:v "Condition-encounter-or-historical"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Condition-encounter-or-historical\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Condition-encounter-or-historical</b></p><a name=\"Condition-encounter-or-historical\"> </a><a name=\"hcCondition-encounter-or-historical\"> </a><a name=\"Condition-encounter-or-historical-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Condition-encounter-or-historical\">Bundle: type = collection</a></p><p><b>name</b>: encounter-or-historical</p><p><b>description</b>: </p><div><p>Added in encounter or historical</p>\n</div><p><b>code</b>: encounter-or-historical</p><p><b>base</b>: Condition</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:Condition/f:encounter</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Condition-encounter-or-historical"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter-or-historical"] ; # fhir:description [ fhir:v "Added in encounter or historical"] ; # fhir:code [ fhir:v "encounter-or-historical"] ; # fhir:base ( [ fhir:v "Condition"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:Condition/f:encounter"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationRequest-ndc> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationRequest-ndc"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationRequest-ndc\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationRequest-ndc</b></p><a name=\"MedicationRequest-ndc\"> </a><a name=\"hcMedicationRequest-ndc\"> </a><a name=\"MedicationRequest-ndc-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationRequest-ndc\">Bundle: type = collection</a></p><p><b>name</b>: ndc</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns patients with a medication statement extension matching the specified code.</p>\n</div><p><b>code</b>: ndc</p><p><b>base</b>: MedicationRequest</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:MedicationRequest/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-extension-ndc']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationRequest-ndc"^^xsd:anyURI] ; # fhir:name [ fhir:v "ndc"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns patients with a medication statement extension matching the specified code."] ; # fhir:code [ fhir:v "ndc"] ; # fhir:base ( [ fhir:v "MedicationRequest"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:MedicationRequest/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-extension-ndc']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationRequest-ddid> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationRequest-ddid"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationRequest-ddid\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationRequest-ddid</b></p><a name=\"MedicationRequest-ddid\"> </a><a name=\"hcMedicationRequest-ddid\"> </a><a name=\"MedicationRequest-ddid-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationRequest-ddid\">Bundle: type = collection</a></p><p><b>name</b>: ddid</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns patients with a medication statement extension matching the specified code</p>\n</div><p><b>code</b>: ddid</p><p><b>base</b>: MedicationRequest</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:MedicationRequest/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-extension-ddid']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationRequest-ddid"^^xsd:anyURI] ; # fhir:name [ fhir:v "ddid"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns patients with a medication statement extension matching the specified code"] ; # fhir:code [ fhir:v "ddid"] ; # fhir:base ( [ fhir:v "MedicationRequest"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:MedicationRequest/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-extension-ddid']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationRequest-rxnorm> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationRequest-rxnorm"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationRequest-rxnorm\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationRequest-rxnorm</b></p><a name=\"MedicationRequest-rxnorm\"> </a><a name=\"hcMedicationRequest-rxnorm\"> </a><a name=\"MedicationRequest-rxnorm-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationRequest-rxnorm\">Bundle: type = collection</a></p><p><b>name</b>: rxnorm</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns patients with a medication statement extension matching the specified code</p>\n</div><p><b>code</b>: rxnorm</p><p><b>base</b>: MedicationRequest</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:MedicationRequest/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-extension-rxnorm']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationRequest-rxnorm"^^xsd:anyURI] ; # fhir:name [ fhir:v "rxnorm"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns patients with a medication statement extension matching the specified code"] ; # fhir:code [ fhir:v "rxnorm"] ; # fhir:base ( [ fhir:v "MedicationRequest"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:MedicationRequest/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-extension-rxnorm']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationRequest-datewritten> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationRequest-datewritten"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationRequest-datewritten\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationRequest-datewritten</b></p><a name=\"MedicationRequest-datewritten\"> </a><a name=\"hcMedicationRequest-datewritten\"> </a><a name=\"MedicationRequest-datewritten-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationRequest-datewritten\">Bundle: type = collection</a></p><p><b>name</b>: datewritten</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Search by datewritten</p>\n</div><p><b>code</b>: datewritten</p><p><b>base</b>: MedicationRequest</p><p><b>type</b>: Date/DateTime</p><p><b>xpath</b>: f:MedicationRequest/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-extension-datewritten']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationRequest-datewritten"^^xsd:anyURI] ; # fhir:name [ fhir:v "datewritten"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Search by datewritten"] ; # fhir:code [ fhir:v "datewritten"] ; # fhir:base ( [ fhir:v "MedicationRequest"] ) ; # fhir:type [ fhir:v "date"] ; # fhir:xpath [ fhir:v "f:MedicationRequest/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationrequest-extension-datewritten']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Device-udi-carrier> a fhir:SearchParameter ; fhir:id [ fhir:v "Device-udi-carrier"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Device-udi-carrier\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Device-udi-carrier</b></p><a name=\"Device-udi-carrier\"> </a><a name=\"hcDevice-udi-carrier\"> </a><a name=\"Device-udi-carrier-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Device-udi-carrier\">Bundle: type = collection</a></p><p><b>name</b>: udi-carrier</p><p><b>description</b>: </p><div><p>UDI Barcode (RFID or other technology) string in <em>HRF</em> format.</p>\n</div><p><b>code</b>: udi-carrier</p><p><b>base</b>: Device</p><p><b>type</b>: String</p><p><b>xpath</b>: f:Device/f:udiCarrier/f:carrierHRF</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Device-udi-carrier"^^xsd:anyURI] ; # fhir:name [ fhir:v "udi-carrier"] ; # fhir:description [ fhir:v "UDI Barcode (RFID or other technology) string in *HRF* format."] ; # fhir:code [ fhir:v "udi-carrier"] ; # fhir:base ( [ fhir:v "Device"] ) ; # fhir:type [ fhir:v "string"] ; # fhir:xpath [ fhir:v "f:Device/f:udiCarrier/f:carrierHRF"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Device-udi-di> a fhir:SearchParameter ; fhir:id [ fhir:v "Device-udi-di"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Device-udi-di\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Device-udi-di</b></p><a name=\"Device-udi-di\"> </a><a name=\"hcDevice-udi-di\"> </a><a name=\"Device-udi-di-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Device-udi-di\">Bundle: type = collection</a></p><p><b>name</b>: udi-di</p><p><b>description</b>: </p><div><p>The udi Device Identifier (DI)</p>\n</div><p><b>code</b>: udi-di</p><p><b>base</b>: Device</p><p><b>type</b>: String</p><p><b>expression</b>: Device.udiCarrier.deviceIdentifier</p><p><b>xpath</b>: f:Device/f:udiCarrier/f:deviceIdentifier</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Device-udi-di"^^xsd:anyURI] ; # fhir:name [ fhir:v "udi-di"] ; # fhir:description [ fhir:v "The udi Device Identifier (DI)"] ; # fhir:code [ fhir:v "udi-di"] ; # fhir:base ( [ fhir:v "Device"] ) ; # fhir:type [ fhir:v "string"] ; # fhir:expression [ fhir:v "Device.udiCarrier.deviceIdentifier"] ; # fhir:xpath [ fhir:v "f:Device/f:udiCarrier/f:deviceIdentifier"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Allergy-encounter> a fhir:SearchParameter ; fhir:id [ fhir:v "Allergy-encounter"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Allergy-encounter\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Allergy-encounter</b></p><a name=\"Allergy-encounter\"> </a><a name=\"hcAllergy-encounter\"> </a><a name=\"Allergy-encounter-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Allergy-encounter\">Bundle: type = collection</a></p><p><b>name</b>: encounter</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns the allergy records matching the specified encounter</p>\n</div><p><b>code</b>: encounter</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:AllergyIntolerance/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-allergy-extension-encounter']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Allergy-encounter"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns the allergy records matching the specified encounter"] ; # fhir:code [ fhir:v "encounter"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-allergy-extension-encounter']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Allergy-encounter-or-historical> a fhir:SearchParameter ; fhir:id [ fhir:v "Allergy-encounter-or-historical"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Allergy-encounter-or-historical\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Allergy-encounter-or-historical</b></p><a name=\"Allergy-encounter-or-historical\"> </a><a name=\"hcAllergy-encounter-or-historical\"> </a><a name=\"Allergy-encounter-or-historical-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Allergy-encounter-or-historical\">Bundle: type = collection</a></p><p><b>name</b>: encounter-or-historical</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns the allergy records matching the specified encounter or historical</p>\n</div><p><b>code</b>: encounter-or-historical</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:AllergyIntolerance/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-allergy-extension-encounter']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Allergy-encounter-or-historical"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter-or-historical"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns the allergy records matching the specified encounter or historical"] ; # fhir:code [ fhir:v "encounter-or-historical"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-allergy-extension-encounter']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Allergy-start> a fhir:SearchParameter ; fhir:id [ fhir:v "Allergy-start"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Allergy-start\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Allergy-start</b></p><a name=\"Allergy-start\"> </a><a name=\"hcAllergy-start\"> </a><a name=\"Allergy-start-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Allergy-start\">Bundle: type = collection</a></p><p><b>name</b>: start</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns the allergy record for onset date</p>\n</div><p><b>code</b>: start</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Date/DateTime</p><p><b>xpath</b>: f:AllergyIntolerance/f:onsetDateTime</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Allergy-start"^^xsd:anyURI] ; # fhir:name [ fhir:v "start"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns the allergy record for onset date"] ; # fhir:code [ fhir:v "start"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "date"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:onsetDateTime"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Allergy-onset-or-approximate> a fhir:SearchParameter ; fhir:id [ fhir:v "Allergy-onset-or-approximate"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Allergy-onset-or-approximate\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Allergy-onset-or-approximate</b></p><a name=\"Allergy-onset-or-approximate\"> </a><a name=\"hcAllergy-onset-or-approximate\"> </a><a name=\"Allergy-onset-or-approximate-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Allergy-onset-or-approximate\">Bundle: type = collection</a></p><p><b>name</b>: onset-or-approximate</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns the allergy record for approx onset date</p>\n</div><p><b>code</b>: onset-or-approximate</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: String</p><p><b>xpath</b>: f:AllergyIntolerance/f:onsetString</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Allergy-onset-or-approximate"^^xsd:anyURI] ; # fhir:name [ fhir:v "onset-or-approximate"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns the allergy record for approx onset date"] ; # fhir:code [ fhir:v "onset-or-approximate"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "string"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:onsetString"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Allergy-enddate> a fhir:SearchParameter ; fhir:id [ fhir:v "Allergy-enddate"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Allergy-enddate\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Allergy-enddate</b></p><a name=\"Allergy-enddate\"> </a><a name=\"hcAllergy-enddate\"> </a><a name=\"Allergy-enddate-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Allergy-enddate\">Bundle: type = collection</a></p><p><b>name</b>: enddate</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns the allergy record for end date</p>\n</div><p><b>code</b>: enddate</p><p><b>base</b>: AllergyIntolerance</p><p><b>type</b>: Date/DateTime</p><p><b>xpath</b>: f:AllergyIntolerance/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-allergy-extension-enddate']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Allergy-enddate"^^xsd:anyURI] ; # fhir:name [ fhir:v "enddate"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns the allergy record for end date"] ; # fhir:code [ fhir:v "enddate"] ; # fhir:base ( [ fhir:v "AllergyIntolerance"] ) ; # fhir:type [ fhir:v "date"] ; # fhir:xpath [ fhir:v "f:AllergyIntolerance/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-allergy-extension-enddate']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationStatement-ndc> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationStatement-ndc"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationStatement-ndc\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationStatement-ndc</b></p><a name=\"MedicationStatement-ndc\"> </a><a name=\"hcMedicationStatement-ndc\"> </a><a name=\"MedicationStatement-ndc-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationStatement-ndc\">Bundle: type = collection</a></p><p><b>name</b>: ndc</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns patients with a medication statement extension matching the specified code.</p>\n</div><p><b>code</b>: ndc</p><p><b>base</b>: MedicationStatement</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:MedicationStatement/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medstatement-extension-ndc']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationStatement-ndc"^^xsd:anyURI] ; # fhir:name [ fhir:v "ndc"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns patients with a medication statement extension matching the specified code."] ; # fhir:code [ fhir:v "ndc"] ; # fhir:base ( [ fhir:v "MedicationStatement"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:MedicationStatement/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medstatement-extension-ndc']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationAdmin-ndc> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationAdmin-ndc"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationAdmin-ndc\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationAdmin-ndc</b></p><a name=\"MedicationAdmin-ndc\"> </a><a name=\"hcMedicationAdmin-ndc\"> </a><a name=\"MedicationAdmin-ndc-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationAdmin-ndc\">Bundle: type = collection</a></p><p><b>name</b>: ndc</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns patients with a medication statement extension matching the specified code.</p>\n</div><p><b>code</b>: ndc</p><p><b>base</b>: MedicationAdministration</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:MedicationAdministration/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationadmin-extension-ndc']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationAdmin-ndc"^^xsd:anyURI] ; # fhir:name [ fhir:v "ndc"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns patients with a medication statement extension matching the specified code."] ; # fhir:code [ fhir:v "ndc"] ; # fhir:base ( [ fhir:v "MedicationAdministration"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:MedicationAdministration/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationadmin-extension-ndc']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationStatement-ddid> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationStatement-ddid"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationStatement-ddid\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationStatement-ddid</b></p><a name=\"MedicationStatement-ddid\"> </a><a name=\"hcMedicationStatement-ddid\"> </a><a name=\"MedicationStatement-ddid-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationStatement-ddid\">Bundle: type = collection</a></p><p><b>name</b>: ddid</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns patients with a medication statement extension matching the specified code</p>\n</div><p><b>code</b>: ddid</p><p><b>base</b>: MedicationStatement</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:MedicationStatement/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medstatement-extension-ddid']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationStatement-ddid"^^xsd:anyURI] ; # fhir:name [ fhir:v "ddid"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns patients with a medication statement extension matching the specified code"] ; # fhir:code [ fhir:v "ddid"] ; # fhir:base ( [ fhir:v "MedicationStatement"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:MedicationStatement/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medstatement-extension-ddid']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationAdmin-ddid> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationAdmin-ddid"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationAdmin-ddid\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationAdmin-ddid</b></p><a name=\"MedicationAdmin-ddid\"> </a><a name=\"hcMedicationAdmin-ddid\"> </a><a name=\"MedicationAdmin-ddid-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationAdmin-ddid\">Bundle: type = collection</a></p><p><b>name</b>: ddid</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns patients with a medication statement extension matching the specified code</p>\n</div><p><b>code</b>: ddid</p><p><b>base</b>: MedicationAdministration</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:MedicationAdministration/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationadmin-extension-ddid']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationAdmin-ddid"^^xsd:anyURI] ; # fhir:name [ fhir:v "ddid"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns patients with a medication statement extension matching the specified code"] ; # fhir:code [ fhir:v "ddid"] ; # fhir:base ( [ fhir:v "MedicationAdministration"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:MedicationAdministration/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationadmin-extension-ddid']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationStatement-rxnorm> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationStatement-rxnorm"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationStatement-rxnorm\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationStatement-rxnorm</b></p><a name=\"MedicationStatement-rxnorm\"> </a><a name=\"hcMedicationStatement-rxnorm\"> </a><a name=\"MedicationStatement-rxnorm-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationStatement-rxnorm\">Bundle: type = collection</a></p><p><b>name</b>: rxnorm</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns patients with a medication statement extension matching the specified code</p>\n</div><p><b>code</b>: rxnorm</p><p><b>base</b>: MedicationStatement</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:MedicationStatement/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medstatement-extension-rxnorm']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationStatement-rxnorm"^^xsd:anyURI] ; # fhir:name [ fhir:v "rxnorm"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns patients with a medication statement extension matching the specified code"] ; # fhir:code [ fhir:v "rxnorm"] ; # fhir:base ( [ fhir:v "MedicationStatement"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:MedicationStatement/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medstatement-extension-rxnorm']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationAdmin-rxnorm> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationAdmin-rxnorm"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationAdmin-rxnorm\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationAdmin-rxnorm</b></p><a name=\"MedicationAdmin-rxnorm\"> </a><a name=\"hcMedicationAdmin-rxnorm\"> </a><a name=\"MedicationAdmin-rxnorm-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationAdmin-rxnorm\">Bundle: type = collection</a></p><p><b>name</b>: rxnorm</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns patients with a medication statement extension matching the specified code</p>\n</div><p><b>code</b>: rxnorm</p><p><b>base</b>: MedicationAdministration</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:MedicationAdministration/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationadmin-extension-rxnorm']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationAdmin-rxnorm"^^xsd:anyURI] ; # fhir:name [ fhir:v "rxnorm"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns patients with a medication statement extension matching the specified code"] ; # fhir:code [ fhir:v "rxnorm"] ; # fhir:base ( [ fhir:v "MedicationAdministration"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:MedicationAdministration/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationadmin-extension-rxnorm']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationStatement-encounter-or-historical> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationStatement-encounter-or-historical"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationStatement-encounter-or-historical\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationStatement-encounter-or-historical</b></p><a name=\"MedicationStatement-encounter-or-historical\"> </a><a name=\"hcMedicationStatement-encounter-or-historical\"> </a><a name=\"MedicationStatement-encounter-or-historical-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationStatement-encounter-or-historical\">Bundle: type = collection</a></p><p><b>name</b>: encounter-or-historical</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns the MedicationStatement records matching the specified encounter or historical</p>\n</div><p><b>code</b>: encounter-or-historical</p><p><b>base</b>: MedicationStatement</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:MedicationStatement/f:context</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationStatement-encounter-or-historical"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter-or-historical"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns the MedicationStatement records matching the specified encounter or historical"] ; # fhir:code [ fhir:v "encounter-or-historical"] ; # fhir:base ( [ fhir:v "MedicationStatement"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:MedicationStatement/f:context"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/MedicationAdmin-encounter-or-historical> a fhir:SearchParameter ; fhir:id [ fhir:v "MedicationAdmin-encounter-or-historical"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_MedicationAdmin-encounter-or-historical\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter MedicationAdmin-encounter-or-historical</b></p><a name=\"MedicationAdmin-encounter-or-historical\"> </a><a name=\"hcMedicationAdmin-encounter-or-historical\"> </a><a name=\"MedicationAdmin-encounter-or-historical-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/MedicationAdmin-encounter-or-historical\">Bundle: type = collection</a></p><p><b>name</b>: encounter-or-historical</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Added in encounter or historical</p>\n</div><p><b>code</b>: encounter-or-historical</p><p><b>base</b>: MedicationAdministration</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:MedicationAdministration/f:context</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/MedicationAdmin-encounter-or-historical"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter-or-historical"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Added in encounter or historical"] ; # fhir:code [ fhir:v "encounter-or-historical"] ; # fhir:base ( [ fhir:v "MedicationAdministration"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:MedicationAdministration/f:context"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/ServiceRequest-encounter-or-historical> a fhir:SearchParameter ; fhir:id [ fhir:v "ServiceRequest-encounter-or-historical"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_ServiceRequest-encounter-or-historical\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter ServiceRequest-encounter-or-historical</b></p><a name=\"ServiceRequest-encounter-or-historical\"> </a><a name=\"hcServiceRequest-encounter-or-historical\"> </a><a name=\"ServiceRequest-encounter-or-historical-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/ServiceRequest-encounter-or-historical\">Bundle: type = collection</a></p><p><b>name</b>: encounter-or-historical</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Added in encounter or historical</p>\n</div><p><b>code</b>: encounter-or-historical</p><p><b>base</b>: ServiceRequest</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:ServiceRequest/f:encounter</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-encounter-or-historical"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter-or-historical"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Added in encounter or historical"] ; # fhir:code [ fhir:v "encounter-or-historical"] ; # fhir:base ( [ fhir:v "ServiceRequest"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:ServiceRequest/f:encounter"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Observation-profile> a fhir:SearchParameter ; fhir:id [ fhir:v "Observation-profile"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Observation-profile\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Observation-profile</b></p><a name=\"Observation-profile\"> </a><a name=\"hcObservation-profile\"> </a><a name=\"Observation-profile-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Observation-profile\">Bundle: type = collection</a></p><p><b>name</b>: _profile</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Profiles supported by Observation resource</p>\n</div><p><b>code</b>: _profile</p><p><b>base</b>: Observation</p><p><b>type</b>: Reference</p><p><b>xpath</b>: Skip _profile search param</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-profile"^^xsd:anyURI] ; # fhir:name [ fhir:v "_profile"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Profiles supported by Observation resource"] ; # fhir:code [ fhir:v "_profile"] ; # fhir:base ( [ fhir:v "Observation"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "Skip _profile search param"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason> a fhir:SearchParameter ; fhir:id [ fhir:v "Observation-data-absent-reason"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Observation-data-absent-reason\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Observation-data-absent-reason</b></p><a name=\"Observation-data-absent-reason\"> </a><a name=\"hcObservation-data-absent-reason\"> </a><a name=\"Observation-data-absent-reason-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Observation-data-absent-reason\">Bundle: type = collection</a></p><p><b>name</b>: data-absent-reason</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>data-absent-reason supported by Observation resource</p>\n</div><p><b>code</b>: data-absent-reason</p><p><b>base</b>: Observation</p><p><b>type</b>: Reference</p><p><b>xpath</b>: Skip data-absent-reason search param</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason"^^xsd:anyURI] ; # fhir:name [ fhir:v "data-absent-reason"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "data-absent-reason supported by Observation resource"] ; # fhir:code [ fhir:v "data-absent-reason"] ; # fhir:base ( [ fhir:v "Observation"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "Skip data-absent-reason search param"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason> a fhir:SearchParameter ; fhir:id [ fhir:v "Observation-combo-data-absent-reason"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Observation-combo-data-absent-reason\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Observation-combo-data-absent-reason</b></p><a name=\"Observation-combo-data-absent-reason\"> </a><a name=\"hcObservation-combo-data-absent-reason\"> </a><a name=\"Observation-combo-data-absent-reason-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason\">Bundle: type = collection</a></p><p><b>name</b>: combo-data-absent-reason</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>combo-data-absent-reason supported by Observation resource</p>\n</div><p><b>code</b>: combo-data-absent-reason</p><p><b>base</b>: Observation</p><p><b>type</b>: Reference</p><p><b>xpath</b>: Skip combo-data-absent-reason search param</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason"^^xsd:anyURI] ; # fhir:name [ fhir:v "combo-data-absent-reason"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "combo-data-absent-reason supported by Observation resource"] ; # fhir:code [ fhir:v "combo-data-absent-reason"] ; # fhir:base ( [ fhir:v "Observation"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "Skip combo-data-absent-reason search param"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Observation-recent> a fhir:SearchParameter ; fhir:id [ fhir:v "Observation-recent"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Observation-recent\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Observation-recent</b></p><a name=\"Observation-recent\"> </a><a name=\"hcObservation-recent\"> </a><a name=\"Observation-recent-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Observation-recent\">Bundle: type = collection</a></p><p><b>name</b>: _recent</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Search by the position of the given coded type in longitudinal history, where 1 = most recent</p>\n</div><p><b>code</b>: _recent</p><p><b>base</b>: Observation</p><p><b>type</b>: Quantity</p><p><b>xpath</b>: f:Observation/f:code</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-recent"^^xsd:anyURI] ; # fhir:name [ fhir:v "_recent"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Search by the position of the given coded type in longitudinal history, where 1 = most recent"] ; # fhir:code [ fhir:v "_recent"] ; # fhir:base ( [ fhir:v "Observation"] ) ; # fhir:type [ fhir:v "quantity"] ; # fhir:xpath [ fhir:v "f:Observation/f:code"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Observation-encounter-or-historical> a fhir:SearchParameter ; fhir:id [ fhir:v "Observation-encounter-or-historical"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Observation-encounter-or-historical\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Observation-encounter-or-historical</b></p><a name=\"Observation-encounter-or-historical\"> </a><a name=\"hcObservation-encounter-or-historical\"> </a><a name=\"Observation-encounter-or-historical-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Observation-encounter-or-historical\">Bundle: type = collection</a></p><p><b>name</b>: encounter-or-historical</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Added in encounter or historical</p>\n</div><p><b>code</b>: encounter-or-historical</p><p><b>base</b>: Observation</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:Observation/f:encounter</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-encounter-or-historical"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter-or-historical"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Added in encounter or historical"] ; # fhir:code [ fhir:v "encounter-or-historical"] ; # fhir:base ( [ fhir:v "Observation"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:Observation/f:encounter"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Observation-value-quantity> a fhir:SearchParameter ; fhir:id [ fhir:v "Observation-value-quantity"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Observation-value-quantity\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Observation-value-quantity</b></p><a name=\"Observation-value-quantity\"> </a><a name=\"hcObservation-value-quantity\"> </a><a name=\"Observation-value-quantity-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Observation-value-quantity\">Bundle: type = collection</a></p><p><b>name</b>: value-quantity</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>value-quantity by Observation resource</p>\n</div><p><b>code</b>: value-quantity</p><p><b>base</b>: Observation</p><p><b>type</b>: Quantity</p><p><b>xpath</b>: f:Observation/f:valueQuantity</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-value-quantity"^^xsd:anyURI] ; # fhir:name [ fhir:v "value-quantity"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "value-quantity by Observation resource"] ; # fhir:code [ fhir:v "value-quantity"] ; # fhir:base ( [ fhir:v "Observation"] ) ; # fhir:type [ fhir:v "quantity"] ; # fhir:xpath [ fhir:v "f:Observation/f:valueQuantity"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity> a fhir:SearchParameter ; fhir:id [ fhir:v "Observation-combo-value-quantity"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Observation-combo-value-quantity\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Observation-combo-value-quantity</b></p><a name=\"Observation-combo-value-quantity\"> </a><a name=\"hcObservation-combo-value-quantity\"> </a><a name=\"Observation-combo-value-quantity-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Observation-combo-value-quantity\">Bundle: type = collection</a></p><p><b>name</b>: combo-value-quantity</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>combo-value-quantity supported by Observation resource</p>\n</div><p><b>code</b>: combo-value-quantity</p><p><b>base</b>: Observation</p><p><b>type</b>: Quantity</p><p><b>xpath</b>: f:Observation/f:valueQuantity | f:Observation/f:component/f:valueQuantity</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity"^^xsd:anyURI] ; # fhir:name [ fhir:v "combo-value-quantity"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "combo-value-quantity supported by Observation resource"] ; # fhir:code [ fhir:v "combo-value-quantity"] ; # fhir:base ( [ fhir:v "Observation"] ) ; # fhir:type [ fhir:v "quantity"] ; # fhir:xpath [ fhir:v "f:Observation/f:valueQuantity | f:Observation/f:component/f:valueQuantity"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Observation-value-string> a fhir:SearchParameter ; fhir:id [ fhir:v "Observation-value-string"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Observation-value-string\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Observation-value-string</b></p><a name=\"Observation-value-string\"> </a><a name=\"hcObservation-value-string\"> </a><a name=\"Observation-value-string-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Observation-value-string\">Bundle: type = collection</a></p><p><b>name</b>: value-string</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>value-string supported by Observation resource</p>\n</div><p><b>code</b>: value-string</p><p><b>base</b>: Observation</p><p><b>type</b>: String</p><p><b>xpath</b>: Skip value-string search param</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-value-string"^^xsd:anyURI] ; # fhir:name [ fhir:v "value-string"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "value-string supported by Observation resource"] ; # fhir:code [ fhir:v "value-string"] ; # fhir:base ( [ fhir:v "Observation"] ) ; # fhir:type [ fhir:v "string"] ; # fhir:xpath [ fhir:v "Skip value-string search param"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Coverage-period> a fhir:SearchParameter ; fhir:id [ fhir:v "Coverage-period"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Coverage-period\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Coverage-period</b></p><a name=\"Coverage-period\"> </a><a name=\"hcCoverage-period\"> </a><a name=\"Coverage-period-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Coverage-period\">Bundle: type = collection</a></p><p><b>name</b>: period</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Time of service that is being documented</p>\n</div><p><b>code</b>: period</p><p><b>base</b>: Coverage</p><p><b>type</b>: Date/DateTime</p><p><b>xpath</b>: f:Coverage/f:period</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Coverage-period"^^xsd:anyURI] ; # fhir:name [ fhir:v "period"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Time of service that is being documented"] ; # fhir:code [ fhir:v "period"] ; # fhir:base ( [ fhir:v "Coverage"] ) ; # fhir:type [ fhir:v "date"] ; # fhir:xpath [ fhir:v "f:Coverage/f:period"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Immunization-dose-number> a fhir:SearchParameter ; fhir:id [ fhir:v "Immunization-dose-number"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Immunization-dose-number\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Immunization-dose-number</b></p><a name=\"Immunization-dose-number\"> </a><a name=\"hcImmunization-dose-number\"> </a><a name=\"Immunization-dose-number-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Immunization-dose-number\">Bundle: type = collection</a></p><p><b>name</b>: dose-number</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns the immunization record for dose number</p>\n</div><p><b>code</b>: dose-number</p><p><b>base</b>: Immunization</p><p><b>type</b>: Number</p><p><b>xpath</b>: f:Immunization/f:protocolApplied.doseNumberPositiveInt</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Immunization-dose-number"^^xsd:anyURI] ; # fhir:name [ fhir:v "dose-number"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns the immunization record for dose number"] ; # fhir:code [ fhir:v "dose-number"] ; # fhir:base ( [ fhir:v "Immunization"] ) ; # fhir:type [ fhir:v "number"] ; # fhir:xpath [ fhir:v "f:Immunization/f:protocolApplied.doseNumberPositiveInt"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Basic-patientVisitId> a fhir:SearchParameter ; fhir:id [ fhir:v "Basic-patientVisitId"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Basic-patientVisitId\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Basic-patientVisitId</b></p><a name=\"Basic-patientVisitId\"> </a><a name=\"hcBasic-patientVisitId\"> </a><a name=\"Basic-patientVisitId-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Basic-patientVisitId\">Bundle: type = collection</a></p><p><b>name</b>: patientVisitId</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns Basics with extension matching the specified PatientVisitId.</p>\n</div><p><b>code</b>: patientVisitId</p><p><b>base</b>: Basic</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:Basic/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-posting-extension-patientVisitId']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Basic-patientVisitId"^^xsd:anyURI] ; # fhir:name [ fhir:v "patientVisitId"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns Basics with extension matching the specified PatientVisitId."] ; # fhir:code [ fhir:v "patientVisitId"] ; # fhir:base ( [ fhir:v "Basic"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:Basic/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-posting-extension-patientVisitId']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Immunization-encounter> a fhir:SearchParameter ; fhir:id [ fhir:v "Immunization-encounter"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Immunization-encounter\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Immunization-encounter</b></p><a name=\"Immunization-encounter\"> </a><a name=\"hcImmunization-encounter\"> </a><a name=\"Immunization-encounter-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Immunization-encounter\">Bundle: type = collection</a></p><p><b>name</b>: encounter</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns the MedicationStatement records matching the specified encounter</p>\n</div><p><b>code</b>: encounter</p><p><b>base</b>: Immunization</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:Immunization/f:encounter</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Immunization-encounter"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns the MedicationStatement records matching the specified encounter"] ; # fhir:code [ fhir:v "encounter"] ; # fhir:base ( [ fhir:v "Immunization"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:Immunization/f:encounter"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Basic-batch> a fhir:SearchParameter ; fhir:id [ fhir:v "Basic-batch"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Basic-batch\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Basic-batch</b></p><a name=\"Basic-batch\"> </a><a name=\"hcBasic-batch\"> </a><a name=\"Basic-batch-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Basic-batch\">Bundle: type = collection</a></p><p><b>name</b>: batch</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns Basics with extension matching the specified Batch.</p>\n</div><p><b>code</b>: batch</p><p><b>base</b>: Basic</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:Basic/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-posting-extension-batch']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Basic-batch"^^xsd:anyURI] ; # fhir:name [ fhir:v "batch"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns Basics with extension matching the specified Batch."] ; # fhir:code [ fhir:v "batch"] ; # fhir:base ( [ fhir:v "Basic"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:Basic/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-posting-extension-batch']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Immunization-encounter-or-historical> a fhir:SearchParameter ; fhir:id [ fhir:v "Immunization-encounter-or-historical"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Immunization-encounter-or-historical\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Immunization-encounter-or-historical</b></p><a name=\"Immunization-encounter-or-historical\"> </a><a name=\"hcImmunization-encounter-or-historical\"> </a><a name=\"Immunization-encounter-or-historical-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Immunization-encounter-or-historical\">Bundle: type = collection</a></p><p><b>name</b>: encounter-or-historical</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns the MedicationStatement records matching the specified encounter or historical</p>\n</div><p><b>code</b>: encounter-or-historical</p><p><b>base</b>: Immunization</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:Immunization/f:encounter</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Immunization-encounter-or-historical"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter-or-historical"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns the MedicationStatement records matching the specified encounter or historical"] ; # fhir:code [ fhir:v "encounter-or-historical"] ; # fhir:base ( [ fhir:v "Immunization"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:Immunization/f:encounter"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Basic-payerName> a fhir:SearchParameter ; fhir:id [ fhir:v "Basic-payerName"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Basic-payerName\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Basic-payerName</b></p><a name=\"Basic-payerName\"> </a><a name=\"hcBasic-payerName\"> </a><a name=\"Basic-payerName-en-US\"> </a><p><b>url</b>: <a href=\"http://hl7.org/fhir/SearchParameter/Basic-PayerName\">http://hl7.org/fhir/SearchParameter/Basic-PayerName</a></p><p><b>name</b>: payerName</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns Basics with extension matching the specified PayerName.</p>\n</div><p><b>code</b>: payerName</p><p><b>base</b>: Basic</p><p><b>type</b>: String</p><p><b>xpath</b>: f:Basic/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-posting-extension-payerName']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Basic-PayerName"^^xsd:anyURI] ; # fhir:name [ fhir:v "payerName"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns Basics with extension matching the specified PayerName."] ; # fhir:code [ fhir:v "payerName"] ; # fhir:base ( [ fhir:v "Basic"] ) ; # fhir:type [ fhir:v "string"] ; # fhir:xpath [ fhir:v "f:Basic/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-posting-extension-payerName']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/ClinicalImpression-encounter-or-historical> a fhir:SearchParameter ; fhir:id [ fhir:v "ClinicalImpression-encounter-or-historical"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_ClinicalImpression-encounter-or-historical\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter ClinicalImpression-encounter-or-historical</b></p><a name=\"ClinicalImpression-encounter-or-historical\"> </a><a name=\"hcClinicalImpression-encounter-or-historical\"> </a><a name=\"ClinicalImpression-encounter-or-historical-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/ClinicalImpression-encounter-or-historical\">Bundle: type = collection</a></p><p><b>name</b>: encounter-or-historical</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Added in encounter or historical</p>\n</div><p><b>code</b>: encounter-or-historical</p><p><b>base</b>: ClinicalImpression</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:ClinicalImpression/f:encounter</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/ClinicalImpression-encounter-or-historical"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter-or-historical"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Added in encounter or historical"] ; # fhir:code [ fhir:v "encounter-or-historical"] ; # fhir:base ( [ fhir:v "ClinicalImpression"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:ClinicalImpression/f:encounter"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Consent-encounter> a fhir:SearchParameter ; fhir:id [ fhir:v "Consent-encounter"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Consent-encounter\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Consent-encounter</b></p><a name=\"Consent-encounter\"> </a><a name=\"hcConsent-encounter\"> </a><a name=\"Consent-encounter-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Consent-encounter\">Bundle: type = collection</a></p><p><b>name</b>: encounter</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Added in encounter</p>\n</div><p><b>code</b>: encounter</p><p><b>base</b>: Consent</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:Consent/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-consent-extension-encounter']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Consent-encounter"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Added in encounter"] ; # fhir:code [ fhir:v "encounter"] ; # fhir:base ( [ fhir:v "Consent"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:Consent/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-consent-extension-encounter']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Immunization-notgiven> a fhir:SearchParameter ; fhir:id [ fhir:v "Immunization-notgiven"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Immunization-notgiven\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Immunization-notgiven</b></p><a name=\"Immunization-notgiven\"> </a><a name=\"hcImmunization-notgiven\"> </a><a name=\"Immunization-notgiven-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Immunization-notgiven\">Bundle: type = collection</a></p><p><b>name</b>: notgiven</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Returns if immunization was given or not</p>\n</div><p><b>code</b>: notgiven</p><p><b>base</b>: Immunization</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:Immunization/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-immunization-extension-NotGiven']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Immunization-notgiven"^^xsd:anyURI] ; # fhir:name [ fhir:v "notgiven"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Returns if immunization was given or not"] ; # fhir:code [ fhir:v "notgiven"] ; # fhir:base ( [ fhir:v "Immunization"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:Immunization/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-immunization-extension-NotGiven']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Consent-encounter-or-historical> a fhir:SearchParameter ; fhir:id [ fhir:v "Consent-encounter-or-historical"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Consent-encounter-or-historical\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Consent-encounter-or-historical</b></p><a name=\"Consent-encounter-or-historical\"> </a><a name=\"hcConsent-encounter-or-historical\"> </a><a name=\"Consent-encounter-or-historical-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Consent-encounter-or-historical\">Bundle: type = collection</a></p><p><b>name</b>: encounter-or-historical</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Added in encounter or historical</p>\n</div><p><b>code</b>: encounter-or-historical</p><p><b>base</b>: Consent</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:Consent/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-consent-extension-encounter']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Consent-encounter-or-historical"^^xsd:anyURI] ; # fhir:name [ fhir:v "encounter-or-historical"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Added in encounter or historical"] ; # fhir:code [ fhir:v "encounter-or-historical"] ; # fhir:base ( [ fhir:v "Consent"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:Consent/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-consent-extension-encounter']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Consent-startdate> a fhir:SearchParameter ; fhir:id [ fhir:v "Consent-startdate"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Consent-startdate\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Consent-startdate</b></p><a name=\"Consent-startdate\"> </a><a name=\"hcConsent-startdate\"> </a><a name=\"Consent-startdate-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Consent-startdate\">Bundle: type = collection</a></p><p><b>name</b>: startdate</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Search by startdate</p>\n</div><p><b>code</b>: startdate</p><p><b>base</b>: Consent</p><p><b>type</b>: Date/DateTime</p><p><b>xpath</b>: f:Consent/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-consent-extension-period']/f:valuePeriod/f:start</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Consent-startdate"^^xsd:anyURI] ; # fhir:name [ fhir:v "startdate"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Search by startdate"] ; # fhir:code [ fhir:v "startdate"] ; # fhir:base ( [ fhir:v "Consent"] ) ; # fhir:type [ fhir:v "date"] ; # fhir:xpath [ fhir:v "f:Consent/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-consent-extension-period']/f:valuePeriod/f:start"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/DiagnosticReport-profile> a fhir:SearchParameter ; fhir:id [ fhir:v "DiagnosticReport-profile"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_DiagnosticReport-profile\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DiagnosticReport-profile</b></p><a name=\"DiagnosticReport-profile\"> </a><a name=\"hcDiagnosticReport-profile\"> </a><a name=\"DiagnosticReport-profile-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/DiagnosticReport-profile\">Bundle: type = collection</a></p><p><b>name</b>: _profile</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Profiles supported by DiagnosticReport resource</p>\n</div><p><b>code</b>: _profile</p><p><b>base</b>: DiagnosticReport</p><p><b>type</b>: Reference</p><p><b>xpath</b>: Skip _profile search param</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-profile"^^xsd:anyURI] ; # fhir:name [ fhir:v "_profile"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Profiles supported by DiagnosticReport resource"] ; # fhir:code [ fhir:v "_profile"] ; # fhir:base ( [ fhir:v "DiagnosticReport"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "Skip _profile search param"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Account-doctorId> a fhir:SearchParameter ; fhir:id [ fhir:v "Account-doctorId"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Account-doctorId\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Account-doctorId</b></p><a name=\"Account-doctorId\"> </a><a name=\"hcAccount-doctorId\"> </a><a name=\"Account-doctorId-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Account-doctorId\">Bundle: type = collection</a></p><p><b>name</b>: doctorId</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Search by doctorId</p>\n</div><p><b>code</b>: doctorId</p><p><b>base</b>: Account</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:Account/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-doctorId']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Account-doctorId"^^xsd:anyURI] ; # fhir:name [ fhir:v "doctorId"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Search by doctorId"] ; # fhir:code [ fhir:v "doctorId"] ; # fhir:base ( [ fhir:v "Account"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:Account/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-doctorId']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Account-companyId> a fhir:SearchParameter ; fhir:id [ fhir:v "Account-companyId"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Account-companyId\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Account-companyId</b></p><a name=\"Account-companyId\"> </a><a name=\"hcAccount-companyId\"> </a><a name=\"Account-companyId-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Account-companyId\">Bundle: type = collection</a></p><p><b>name</b>: companyId</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Search by companyId</p>\n</div><p><b>code</b>: companyId</p><p><b>base</b>: Account</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:Account/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-companyId']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Account-companyId"^^xsd:anyURI] ; # fhir:name [ fhir:v "companyId"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Search by companyId"] ; # fhir:code [ fhir:v "companyId"] ; # fhir:base ( [ fhir:v "Account"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:Account/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-companyId']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Account-visitDate> a fhir:SearchParameter ; fhir:id [ fhir:v "Account-visitDate"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Account-visitDate\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Account-visitDate</b></p><a name=\"Account-visitDate\"> </a><a name=\"hcAccount-visitDate\"> </a><a name=\"Account-visitDate-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Account-visitDate\">Bundle: type = collection</a></p><p><b>name</b>: visitDate</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Search by visitDate</p>\n</div><p><b>code</b>: visitDate</p><p><b>base</b>: Account</p><p><b>type</b>: Date/DateTime</p><p><b>xpath</b>: f:Account/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-visitDate']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Account-visitDate"^^xsd:anyURI] ; # fhir:name [ fhir:v "visitDate"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Search by visitDate"] ; # fhir:code [ fhir:v "visitDate"] ; # fhir:base ( [ fhir:v "Account"] ) ; # fhir:type [ fhir:v "date"] ; # fhir:xpath [ fhir:v "f:Account/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-visitDate']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Account-patientVisitId> a fhir:SearchParameter ; fhir:id [ fhir:v "Account-patientVisitId"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Account-patientVisitId\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Account-patientVisitId</b></p><a name=\"Account-patientVisitId\"> </a><a name=\"hcAccount-patientVisitId\"> </a><a name=\"Account-patientVisitId-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Account-patientVisitId\">Bundle: type = collection</a></p><p><b>name</b>: patientVisitId</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>Search by patientVisitId</p>\n</div><p><b>code</b>: patientVisitId</p><p><b>base</b>: Account</p><p><b>type</b>: Token</p><p><b>xpath</b>: f:Account/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-patientVisitId']</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Account-patientVisitId"^^xsd:anyURI] ; # fhir:name [ fhir:v "patientVisitId"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "Search by patientVisitId"] ; # fhir:code [ fhir:v "patientVisitId"] ; # fhir:base ( [ fhir:v "Account"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:xpath [ fhir:v "f:Account/f:extension[@url='https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-account-extension-patientVisitId']"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Account-guarantor> a fhir:SearchParameter ; fhir:id [ fhir:v "Account-guarantor"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Account-guarantor\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Account-guarantor</b></p><a name=\"Account-guarantor\"> </a><a name=\"hcAccount-guarantor\"> </a><a name=\"Account-guarantor-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Account-guarantor\">Bundle: type = collection</a></p><p><b>name</b>: guarantor</p><p><b>description</b>: </p><div><p>The Account guarantor</p>\n</div><p><b>code</b>: guarantor</p><p><b>base</b>: Account</p><p><b>type</b>: Token</p><p><b>expression</b>: Account.guarantor.party</p><p><b>xpath</b>: f:Account/f:guarantor/f:party</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Account-guarantor"^^xsd:anyURI] ; # fhir:name [ fhir:v "guarantor"] ; # fhir:description [ fhir:v "The Account guarantor"] ; # fhir:code [ fhir:v "guarantor"] ; # fhir:base ( [ fhir:v "Account"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "Account.guarantor.party"] ; # fhir:xpath [ fhir:v "f:Account/f:guarantor/f:party"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/DocumentReference-format> a fhir:SearchParameter ; fhir:id [ fhir:v "DocumentReference-format"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_DocumentReference-format\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DocumentReference-format</b></p><a name=\"DocumentReference-format\"> </a><a name=\"hcDocumentReference-format\"> </a><a name=\"DocumentReference-format-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/DocumentReference-format\">Bundle: type = collection</a></p><p><b>name</b>: format</p><p><b>status</b>: Draft</p><p><b>description</b>: </p><div><p>content supported by DocumentReference resource</p>\n</div><p><b>code</b>: format</p><p><b>base</b>: DocumentReference</p><p><b>type</b>: Reference</p><p><b>xpath</b>: Skip format search param</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-format"^^xsd:anyURI] ; # fhir:name [ fhir:v "format"] ; # fhir:status [ fhir:v "draft"] ; # fhir:description [ fhir:v "content supported by DocumentReference resource"] ; # fhir:code [ fhir:v "format"] ; # fhir:base ( [ fhir:v "DocumentReference"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "Skip format search param"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/Goal-expressedBy> a fhir:SearchParameter ; fhir:id [ fhir:v "Goal-expressedBy"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Goal-expressedBy\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Goal-expressedBy</b></p><a name=\"Goal-expressedBy\"> </a><a name=\"hcGoal-expressedBy\"> </a><a name=\"Goal-expressedBy-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/Goal-expressedBy\">Bundle: type = collection</a></p><p><b>name</b>: expressedBy</p><p><b>description</b>: </p><div><p>Added expressedBy</p>\n</div><p><b>code</b>: expressedBy</p><p><b>base</b>: Goal</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:Goal/f:expressedBy</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/Goal-expressedBy"^^xsd:anyURI] ; # fhir:name [ fhir:v "expressedBy"] ; # fhir:description [ fhir:v "Added expressedBy"] ; # fhir:code [ fhir:v "expressedBy"] ; # fhir:base ( [ fhir:v "Goal"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:Goal/f:expressedBy"] ; # fhir:xpathUsage [ fhir:v "normal"] . # <http://hl7.org/fhir/SearchParameter/CarePlan.author> a fhir:SearchParameter ; fhir:id [ fhir:v "CarePlan.author"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_CarePlan.author\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter CarePlan.author</b></p><a name=\"CarePlan.author\"> </a><a name=\"hcCarePlan.author\"> </a><a name=\"CarePlan.author-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-searchParams.html#http-//hl7.org/fhir/SearchParameter/CarePlan.author\">Bundle: type = collection</a></p><p><b>name</b>: author</p><p><b>description</b>: </p><div><p>Added author</p>\n</div><p><b>code</b>: author</p><p><b>base</b>: CarePlan</p><p><b>type</b>: Reference</p><p><b>xpath</b>: f:CarePlan/f:author</p><p><b>xpathUsage</b>: Normal</p></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/CarePlan.author"^^xsd:anyURI] ; # fhir:name [ fhir:v "author"] ; # fhir:description [ fhir:v "Added author"] ; # fhir:code [ fhir:v "author"] ; # fhir:base ( [ fhir:v "CarePlan"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:xpath [ fhir:v "f:CarePlan/f:author"] ; # fhir:xpathUsage [ fhir:v "normal"] . #
IG © 2022+ athenahealth. Package athenahealth#23.1.0 based on FHIR 4.0.1. Generated 2024-07-22
Links: Table of Contents |
QA Report