R6 Checklist for Observation

Artifact Observation (Observation)

Urgent Item Checklist

All Analysis Information

The following content was generated to assist in the review of this artifact for R6 compliance.

Information Page

General Information:

Page File Name observation-introduction.xml
Responsible Workgroup oo
Maturity Label Active
Maturity Level 5
Standards Status normative
Management Comments
Workgroup Comments
Exists In publish.ini No
Exists In Source Directory Yes
'deprecated' Literal Count 0
Zulip Link Count 0
Confluence Link Count 0

Conformance Language Summary

'Conformant' conformance language appears in all-upper case. 'Non-conformant' covers all other cases appearing in the content.

Literal Conformant Non-Conformant
SHALL 1 0
SHALL NOT 0 0
SHOULD 0 1
SHOULD NOT 0 2
MAY 0 4
MAY NOT 0 0

Possibly Removed FHIR Artifact Literals Found on Page

Word Artifact Class

Unknown Words Found on Page

Word Known Typo
they'reYes

Images with Issues

Source Missing Alt Text Not In Figure Tag

Possible Incomplete Markers Found on Page

Reader Review Notes Found on Page

Notes Page

General Information:

Page File Name observation-notes.xml
Responsible Workgroup oo
Maturity Label Active
Maturity Level 5
Standards Status normative
Management Comments
Workgroup Comments
Exists In publish.ini No
Exists In Source Directory Yes
'deprecated' Literal Count 0
Zulip Link Count 0
Confluence Link Count 0

Conformance Language Summary

'Conformant' conformance language appears in all-upper case. 'Non-conformant' covers all other cases appearing in the content.

Literal Conformant Non-Conformant
SHALL 0 0
SHALL NOT 0 0
SHOULD 3 10
SHOULD NOT 1 1
MAY 4 17
MAY NOT 0 0

Possibly Removed FHIR Artifact Literals Found on Page

Word Artifact Class
bodySiteResource

Unknown Words Found on Page

Word Known Typo
20thNo
80thNo
Observation-sequelToNo
SNVNo
TermInfoNo
dataAbsentReasonNo
dataAbsentReason.No
derivedFromNo
effectiveDateTimeNo
effectivePeriodNo
lastnNo
partOfNo

Images with Issues

Source Missing Alt Text Not In Figure Tag

Possible Incomplete Markers Found on Page

Reader Review Notes Found on Page

Element Review

Path Is Required Not Array Trial Use Has fixed[x] Has pattern[x] Required Binding External Required Binding Check meaningWhenMissing Is Modifier
Observation X
Observation.identifier X
Observation.basedOn X
Observation.triggeredBy X X
Observation.triggeredBy.observation X
Observation.triggeredBy.type X NO 'other' or 'unknown'
Observation.triggeredBy.reason
Observation.partOf X
Observation.status X Has 'unknown' X
Observation.category X
Observation.code X
Observation.subject
Observation.focus X X X
Observation.organizer X X
Observation.encounter
Observation.effective[x]
Observation.issued
Observation.performer X
Observation.value[x] X
Observation.dataAbsentReason
Observation.interpretation X
Observation.note X
Observation.bodySite
Observation.bodyStructure X
Observation.method
Observation.specimen
Observation.device
Observation.referenceRange X
Observation.referenceRange.low
Observation.referenceRange.high
Observation.referenceRange.normalValue X
Observation.referenceRange.type X
Observation.referenceRange.appliesTo X
Observation.referenceRange.age
Observation.referenceRange.text
Observation.hasMember X
Observation.derivedFrom X
Observation.component X
Observation.component.code X
Observation.component.value[x] X
Observation.component.dataAbsentReason
Observation.component.interpretation X
Observation.component.referenceRange X

Operations

Id Name Publication Status FMM Standards Status IsExperimental Workgroup Description
Observation-lastn Lastn Draft 3 trial-use False oo The *lastn query* meets the common need for searching for the most recent or last n=number of observations for a subject. For example, retrieving the last 5 temperatures for a patient to view trends or fetching the most recent laboratory results or vitals signs. To ask a server to return the last n=number of observations, the *lastn* query uses the [normal search parameters](http://hl7.org/fhir/R6/observa.html#search) defined for the Observation resource. However, rather than their normal use, they are interpreted as inputs - i.e.. instead of requiring that the resources literally contain the search parameters, they are passed to a server algorithm of some kind that uses them to determine the most appropriate matches. The request for a lastn query SHALL include: * A `$lastn` operation parameter * A subject using either the `patient` or `subject` search parameter * A `category` parameter and/or a search parameter that contains a code element in its FHIRpath expression. ( e.g., `code` or `code-value-concept`) The request for a lastn query MAY include: * Other Observation search parameters and modifiers The response from a lastn query is a set of observations: * Filtered by additional parameters * If not explicitly filtered by status then will include statuses of 'entered-in-error' * 'GROUP BY' `Observation.code` * Codes SHALL be considered equivalent if the `coding.value` *and* `coding.system` are the same. * Text only codes SHALL be treated and grouped based on the text. * For codes with translations (multiple codings), the code translations are assumed to be equal and the grouping by code SHALL follow the transitive property of equality. for example: |Observation.code for observation a|Observation.code for observation b|Observation.code for observation c|number of groups [codes/text in each group]| |---|---|---|---| |a|b|c | 3 [a],[b],[c]| |a|b|a,c | 2 [a.c],[b]| |a|b|a,b | 1 [a,b]| |'textM'|'Text'|'t e x t'|3 ['text'],['Text'],['t e x t']| * Sorted from most recent effective time to the oldest effective time. For further guidance, refer here on [sorting](https://www.hl7.org/fhir/search.html#_sort). * Limited to the number of requested responses per group specified by the optional *max* query parameter * In case of a tie - when the effective times for >1 Observations are equal - both will be returned. Therefore, more Observations may be returned than is specified in *max*. For example, 4 Observations instead of 3 if the 3rd and 4th most recent observation had the same effective time. * If no maximum number is given then only the most recent Observation in each group is returned. The set of returned observations should represent distinct real-world observations and not the same observation with changes in status or versions. If there are no matches, the *lastn* query SHALL return an empty search set with no error, but may include an operation outcome with further advice.
Observation-stats Stats Draft 3 trial-use False oo The Statistics operation performs a set of statistical calculations on a set of clinical measurements such as a blood pressure as stored on the server. This operation evaluates [Observation](http://hl7.org/fhir/R6/observation.html) resources having valueQuantity elements that have UCUM unit codes. Alternatively, the [measure workflow pattern](http://hl7.org/fhir/R6/measure.html) should be used when defining a quality measure (e.g. a description of how to calculate a particular measurement or set of measurements) as part of a workflow. The set of Observations is defined by 4 parameters: * the subject of the observations for which the statistics are being generated (`subject`) * which observations to generate statistics for (`code` and `system`, or `coding`) * the time period over which to generate statistics 'duration` or `period`) * the set of statistical analyses to return (`statistic`) Possible statistical analyses (see [StatisticsCode](http://hl7.org/fhir/R6/valueset-observation-statistics.html)): - **average** ("Average"): The [mean](https://en.wikipedia.org/wiki/Arithmetic_mean) of N measurements over the stated period. - **maximum** ("Maximum"): The [maximum](https://en.wikipedia.org/wiki/Maximal_element) value of N measurements over the stated period. - **minimum** ("Minimum"): The [minimum](https://en.wikipedia.org/wiki/Minimal_element) value of N measurements over the stated period. - **count** ("Count"): The [number] of valid measurements over the stated period that contributed to the other statistical outputs. - **total-count** ("Total Count"): The total [number] of valid measurements over the stated period, including observations that were ignored because they did not contain valid result values. - **median** ("Median"): The [median](https://en.wikipedia.org/wiki/Median) of N measurements over the stated period. - **std-dev** ("Standard Deviation"): The [standard deviation](https://en.wikipedia.org/wiki/Standard_deviation) of N measurements over the stated period. - **sum** ("Sum"): The [sum](https://en.wikipedia.org/wiki/Summation) of N measurements over the stated period. - **variance** ("Variance"): The [variance](https://en.wikipedia.org/wiki/Variance) of N measurements over the stated period. - **20-percent** ("20th Percentile"): The 20th [Percentile](https://en.wikipedia.org/wiki/Percentile) of N measurements over the stated period. - **80-percent** ("80th Percentile"): The 80th [Percentile](https://en.wikipedia.org/wiki/Percentile) of N measurements over the stated period. - **4-lower** ("Lower Quartile"): The lower [Quartile](https://en.wikipedia.org/wiki/Quartile) Boundary of N measurements over the stated period. - **4-upper** ("Upper Quartile"): The upper [Quartile](https://en.wikipedia.org/wiki/Quartile) Boundary of N measurements over the stated period. - **4-dev** ("Quartile Deviation"): The difference between the upper and lower [Quartiles](https://en.wikipedia.org/wiki/Quartile) is called the Interquartile range. (IQR = Q3-Q1) Quartile deviation or Semi-interquartile range is one-half the difference between the first and the third quartiles. - **5-1** ("1st Quintile"): The lowest of four values that divide the N measurements into a frequency distribution of five classes with each containing one fifth of the total population. - **5-2** ("2nd Quintile"): The second of four values that divide the N measurements into a frequency distribution of five classes with each containing one fifth of the total population. - **5-3** ("3rd Quintile"): The third of four values that divide the N measurements into a frequency distribution of five classes with each containing one fifth of the total population. - **5-4** ("4th Quintile"): The fourth of four values that divide the N measurements into a frequency distribution of five classes with each containing one fifth of the total population. - **skew** ("Skew"): Skewness is a measure of the asymmetry of the probability distribution of a real-valued random variable about its mean. The skewness value can be positive or negative, or even undefined. Source: [Wikipedia](https://en.wikipedia.org/wiki/Skewness). - **kurtosis** ("Kurtosis"): Kurtosis is a measure of the "tailedness" of the probability distribution of a real-valued random variable. Source: [Wikipedia](https://en.wikipedia.org/wiki/Kurtosis). - **regression** ("Regression"): Linear regression is an approach for modeling two-dimensional sample points with one independent variable and one dependent variable (conventionally, the x and y coordinates in a Cartesian coordinate system) and finds a linear function (a non-vertical straight line) that, as accurately as possible, predicts the dependent variable values as a function of the independent variables. Source: [Wikipedia](https://en.wikipedia.org/wiki/Simple_linear_regression) This Statistic code will return both a gradient and an intercept value. If successful, the operation returns an Observation resource for each code with the results of the statistical calculations as component value pairs where the component code = the statistical code. The Observation also contains the input parameters `patient`,`code` and `duration` parameters. If unsuccessful, an [OperationOutcome](http://hl7.org/fhir/R6/operationoutcome.html) with an error message will be returned. The client can request that all the observations on which the statistics are based be returned as well, using the include parameter. If an include parameter is specified, a limit may also be specified; the sources observations are subsetted at the server's discretion if count > limit. This functionality is included with the intent of supporting graphical presentation

Search Parameters

Id Name Publication Status FMM Standards Status IsExperimental WorkGroup Search Type Description
Observation-based-on based-on Active normative False oo reference Reference to the service request.
Observation-category category Active normative False oo token The classification of the type of observation
Observation-code-value-concept code-value-concept Active normative False oo composite Code and coded value parameter pair
Observation-code-value-date code-value-date Active normative False oo composite Code and date/time value parameter pair
Observation-code-value-quantity code-value-quantity Active normative False oo composite Code and quantity value parameter pair
Observation-code-value-string code-value-string Active normative False oo composite Code and string value parameter pair
Observation-combo-code combo-code Active normative False oo token The code of the observation type or component type
Observation-combo-code-value-concept combo-code-value-concept Active normative False oo composite Code and coded value parameter pair, including in components
Observation-combo-code-value-quantity combo-code-value-quantity Active normative False oo composite Code and quantity value parameter pair, including in components
Observation-combo-data-absent-reason combo-data-absent-reason Active normative False oo token The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.
Observation-combo-interpretation combo-interpretation Active normative False oo token The interpretation of the observation type or component type
Observation-combo-value-concept combo-value-concept Active normative False oo token The value or component value of the observation, if the value is a CodeableConcept
Observation-combo-value-quantity combo-value-quantity Active normative False oo quantity The value or component value of the observation, if the value is a Quantity.
Observation-component-code component-code Active normative False oo token The component code of the observation type
Observation-component-code-value-concept component-code-value-concept Active normative False oo composite Component code and component coded value parameter pair
Observation-component-code-value-quantity component-code-value-quantity Active normative False oo composite Component code and component quantity value parameter pair
Observation-component-data-absent-reason component-data-absent-reason Active normative False oo token The reason why the expected value in the element Observation.component.value[x] is missing.
Observation-component-interpretation component-interpretation Active normative False oo token The component interpretation of the observation type
Observation-component-value-concept component-value-concept Active normative False oo token The value of the component observation, if the value is a CodeableConcept
Observation-component-value-quantity component-value-quantity Active normative False oo quantity The value of the component observation, if the value is a Quantity.
Observation-component-value-reference component-value-reference Active normative False oo reference Reference contained in valueReference.
Observation-data-absent-reason data-absent-reason Active normative False oo token The reason why the expected value in the element Observation.value[x] is missing.
Observation-derived-from derived-from Active normative False oo reference Related measurements the observation is made from
Observation-device device Active normative False oo reference The Device that generated the observation data.
Observation-focus focus Draft trial-use False oo reference The focus of an observation when the focus is not the patient of record.
Observation-has-member has-member Active normative False oo reference Related resource that belongs to the Observation group
Observation-interpretation interpretation Active normative False oo token The interpretation of the observation type
Observation-method method Active normative False oo token The method used for the observation
Observation-part-of part-of Active normative False oo reference Part of referenced event
Observation-performer performer Active normative False oo reference Who performed the observation
Observation-specimen specimen Active normative False oo reference Specimen used for this observation
Observation-status status Active normative False oo token The status of the observation
Observation-subject subject Active normative False oo reference The subject that the observation is about
Observation-value-concept value-concept Active normative False oo token The value of the observation, if the value is a CodeableConcept
Observation-value-date value-date Active normative False oo date The value of the observation, if the value is a date or period of time
Observation-value-quantity value-quantity Active normative False oo quantity The value of the observation, if the value is a Quantity.
Observation-value-reference value-reference Active normative False oo reference Reference contained in valueReference.
Observation-value-string value-string Active normative False oo string The value of the observation, if the value is a string.
clinical-code code Draft trial-use False pc token Multiple Resources: * [AdverseEvent](http://hl7.org/fhir/R6/adverseevent.html): Event or incident that occurred or was averted * [AllergyIntolerance](http://hl7.org/fhir/R6/allergyintolerance.html): Code that identifies the allergy or intolerance * [Basic](http://hl7.org/fhir/R6/basic.html): Kind of Resource * [ChargeItem](http://hl7.org/fhir/R6/chargeitem.html): A code that identifies the charge, like a billing code * [Condition](http://hl7.org/fhir/R6/condition.html): Code for the condition * [DetectedIssue](http://hl7.org/fhir/R6/detectedissue.html): Issue Type, e.g. drug-drug, duplicate therapy, etc. * [DiagnosticReport](http://hl7.org/fhir/R6/diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result * [FamilyMemberHistory](http://hl7.org/fhir/R6/familymemberhistory.html): A search by a condition code * [ImagingSelection](http://hl7.org/fhir/R6/imagingselection.html): The imaging selection description text or code * [List](http://hl7.org/fhir/R6/list.html): What the purpose of this list is * [Medication](http://hl7.org/fhir/R6/medication.html): Returns medications for a specific code * [MedicationAdministration](http://hl7.org/fhir/R6/medicationadministration.html): Return administrations of this medication code * [MedicationDispense](http://hl7.org/fhir/R6/medicationdispense.html): Returns dispenses of this medicine code * [MedicationRequest](http://hl7.org/fhir/R6/medicationrequest.html): Return prescriptions of this medication code * [MedicationStatement](http://hl7.org/fhir/R6/medicationstatement.html): Return statements of this medication code * [NutritionIntake](http://hl7.org/fhir/R6/nutritionintake.html): Returns statements of this code of NutritionIntake * [Observation](http://hl7.org/fhir/R6/observation.html): The code of the observation type * [Procedure](http://hl7.org/fhir/R6/procedure.html): A code to identify a procedure * [RequestOrchestration](http://hl7.org/fhir/R6/requestorchestration.html): The code of the request orchestration * [Task](http://hl7.org/fhir/R6/task.html): Search by task code
clinical-date date Draft trial-use False pc date Multiple Resources: * [AllergyIntolerance](http://hl7.org/fhir/R6/allergyintolerance.html): Date first version of the resource instance was recorded * [Appointment](http://hl7.org/fhir/R6/appointment.html): Appointment date/time. * [AuditEvent](http://hl7.org/fhir/R6/auditevent.html): Time when the event was recorded * [CarePlan](http://hl7.org/fhir/R6/careplan.html): Time period plan covers * [CareTeam](http://hl7.org/fhir/R6/careteam.html): A date within the coverage time period. * [ClinicalAssessment](http://hl7.org/fhir/R6/clinicalassessment.html): When the assessment was documented * [Composition](http://hl7.org/fhir/R6/composition.html): Composition editing time * [Consent](http://hl7.org/fhir/R6/consent.html): When consent was agreed to * [DiagnosticReport](http://hl7.org/fhir/R6/diagnosticreport.html): The clinically relevant time of the report * [DocumentReference](http://hl7.org/fhir/R6/documentreference.html): When this document reference was created * [Encounter](http://hl7.org/fhir/R6/encounter.html): A date within the actualPeriod the Encounter lasted * [EpisodeOfCare](http://hl7.org/fhir/R6/episodeofcare.html): The provided date search value falls within the episode of care's period * [FamilyMemberHistory](http://hl7.org/fhir/R6/familymemberhistory.html): When history was recorded or last updated * [Flag](http://hl7.org/fhir/R6/flag.html): Time period when flag is active * [Immunization](http://hl7.org/fhir/R6/immunization.html): Vaccination (non)-Administration Date * [ImmunizationEvaluation](http://hl7.org/fhir/R6/immunizationevaluation.html): Date the evaluation was generated * [ImmunizationRecommendation](http://hl7.org/fhir/R6/immunizationrecommendation.html): Date recommendation(s) created * [Invoice](http://hl7.org/fhir/R6/invoice.html): Invoice date / posting date * [List](http://hl7.org/fhir/R6/list.html): When the list was prepared * [MeasureReport](http://hl7.org/fhir/R6/measurereport.html): The date of the measure report * [NutritionIntake](http://hl7.org/fhir/R6/nutritionintake.html): Date when patient was taking (or not taking) the medication * [Observation](http://hl7.org/fhir/R6/observation.html): Clinically relevant time/time-period for observation * [Procedure](http://hl7.org/fhir/R6/procedure.html): When the procedure occurred or is occurring * [ResearchSubject](http://hl7.org/fhir/R6/researchsubject.html): Start and end of participation * [RiskAssessment](http://hl7.org/fhir/R6/riskassessment.html): When was assessment made? * [SupplyRequest](http://hl7.org/fhir/R6/supplyrequest.html): When the request was made
clinical-encounter encounter Draft trial-use False sec reference Multiple Resources: * [AuditEvent](http://hl7.org/fhir/R6/auditevent.html): Encounter related to the activity recorded in the AuditEvent * [CarePlan](http://hl7.org/fhir/R6/careplan.html): The Encounter during which this CarePlan was created * [ChargeItem](http://hl7.org/fhir/R6/chargeitem.html): Encounter associated with event * [Claim](http://hl7.org/fhir/R6/claim.html): Encounters associated with a billed line item * [ClinicalAssessment](http://hl7.org/fhir/R6/clinicalassessment.html): The Encounter during which this ClinicalAssessment was created * [Communication](http://hl7.org/fhir/R6/communication.html): The Encounter during which this Communication was created * [CommunicationRequest](http://hl7.org/fhir/R6/communicationrequest.html): The Encounter during which this CommunicationRequest was created * [Composition](http://hl7.org/fhir/R6/composition.html): Context of the Composition * [Condition](http://hl7.org/fhir/R6/condition.html): The Encounter during which this Condition was created * [DeviceRequest](http://hl7.org/fhir/R6/devicerequest.html): Encounter during which request was created * [DiagnosticReport](http://hl7.org/fhir/R6/diagnosticreport.html): The Encounter when the order was made * [EncounterHistory](http://hl7.org/fhir/R6/encounterhistory.html): The Encounter associated with this set of history values * [ExplanationOfBenefit](http://hl7.org/fhir/R6/explanationofbenefit.html): Encounters associated with a billed line item * [Flag](http://hl7.org/fhir/R6/flag.html): Alert relevant during encounter * [ImagingStudy](http://hl7.org/fhir/R6/imagingstudy.html): The context of the study * [List](http://hl7.org/fhir/R6/list.html): Context in which list created * [MedicationDispense](http://hl7.org/fhir/R6/medicationdispense.html): Returns dispenses with a specific encounter * [MedicationStatement](http://hl7.org/fhir/R6/medicationstatement.html): Returns statements for a specific encounter * [NutritionIntake](http://hl7.org/fhir/R6/nutritionintake.html): Returns statements for a specific encounter * [NutritionOrder](http://hl7.org/fhir/R6/nutritionorder.html): Return nutrition orders with this encounter identifier * [Observation](http://hl7.org/fhir/R6/observation.html): Encounter related to the observation * [Procedure](http://hl7.org/fhir/R6/procedure.html): The Encounter during which this Procedure was created * [Provenance](http://hl7.org/fhir/R6/provenance.html): Encounter related to the Provenance * [QuestionnaireResponse](http://hl7.org/fhir/R6/questionnaireresponse.html): Encounter associated with the questionnaire response * [RequestOrchestration](http://hl7.org/fhir/R6/requestorchestration.html): The encounter the request orchestration applies to * [RiskAssessment](http://hl7.org/fhir/R6/riskassessment.html): Where was assessment performed? * [ServiceRequest](http://hl7.org/fhir/R6/servicerequest.html): An encounter in which this request is made * [Task](http://hl7.org/fhir/R6/task.html): Search by encounter * [VisionPrescription](http://hl7.org/fhir/R6/visionprescription.html): Return prescriptions with this encounter identifier
clinical-identifier identifier Draft trial-use False pa token Multiple Resources: * [Account](http://hl7.org/fhir/R6/account.html): Account number * [AdverseEvent](http://hl7.org/fhir/R6/adverseevent.html): Business identifier for the event * [AllergyIntolerance](http://hl7.org/fhir/R6/allergyintolerance.html): External ids for this item * [Appointment](http://hl7.org/fhir/R6/appointment.html): An Identifier of the Appointment * [AppointmentResponse](http://hl7.org/fhir/R6/appointmentresponse.html): An Identifier in this appointment response * [Basic](http://hl7.org/fhir/R6/basic.html): Business identifier * [BiologicallyDerivedProduct](http://hl7.org/fhir/R6/biologicallyderivedproduct.html): Identifier * [BiologicallyDerivedProductDispense](http://hl7.org/fhir/R6/biologicallyderivedproductdispense.html): The identifier of the dispense * [BodyStructure](http://hl7.org/fhir/R6/bodystructure.html): Bodystructure identifier * [CarePlan](http://hl7.org/fhir/R6/careplan.html): External Ids for this plan * [CareTeam](http://hl7.org/fhir/R6/careteam.html): External Ids for this team * [ChargeItem](http://hl7.org/fhir/R6/chargeitem.html): Business Identifier for item * [Claim](http://hl7.org/fhir/R6/claim.html): The primary identifier of the financial resource * [ClaimResponse](http://hl7.org/fhir/R6/claimresponse.html): The identity of the ClaimResponse * [ClinicalAssessment](http://hl7.org/fhir/R6/clinicalassessment.html): Business identifier * [Communication](http://hl7.org/fhir/R6/communication.html): Unique identifier * [CommunicationRequest](http://hl7.org/fhir/R6/communicationrequest.html): Unique identifier * [Composition](http://hl7.org/fhir/R6/composition.html): Version-independent identifier for the Composition * [Condition](http://hl7.org/fhir/R6/condition.html): A unique identifier of the condition record * [Consent](http://hl7.org/fhir/R6/consent.html): Identifier for this record (external references) * [Contract](http://hl7.org/fhir/R6/contract.html): The identity of the contract * [Coverage](http://hl7.org/fhir/R6/coverage.html): The primary identifier of the insured and the coverage * [CoverageEligibilityRequest](http://hl7.org/fhir/R6/coverageeligibilityrequest.html): The business identifier of the Eligibility * [CoverageEligibilityResponse](http://hl7.org/fhir/R6/coverageeligibilityresponse.html): The business identifier * [DetectedIssue](http://hl7.org/fhir/R6/detectedissue.html): Unique id for the detected issue * [DeviceRequest](http://hl7.org/fhir/R6/devicerequest.html): Business identifier for request/order * [DeviceUsage](http://hl7.org/fhir/R6/deviceusage.html): Search by identifier * [DiagnosticReport](http://hl7.org/fhir/R6/diagnosticreport.html): An identifier for the report * [DocumentReference](http://hl7.org/fhir/R6/documentreference.html): Identifier of the attachment binary * [Encounter](http://hl7.org/fhir/R6/encounter.html): Identifier(s) by which this encounter is known * [EnrollmentRequest](http://hl7.org/fhir/R6/enrollmentrequest.html): The business identifier of the Enrollment * [EpisodeOfCare](http://hl7.org/fhir/R6/episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare * [ExplanationOfBenefit](http://hl7.org/fhir/R6/explanationofbenefit.html): The business identifier of the Explanation of Benefit * [FamilyMemberHistory](http://hl7.org/fhir/R6/familymemberhistory.html): A search by a record identifier * [Flag](http://hl7.org/fhir/R6/flag.html): Business identifier * [Goal](http://hl7.org/fhir/R6/goal.html): External Ids for this goal * [GuidanceResponse](http://hl7.org/fhir/R6/guidanceresponse.html): The identifier of the guidance response * [ImagingSelection](http://hl7.org/fhir/R6/imagingselection.html): Identifiers for the imaging selection * [ImagingStudy](http://hl7.org/fhir/R6/imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID * [Immunization](http://hl7.org/fhir/R6/immunization.html): Business identifier * [ImmunizationEvaluation](http://hl7.org/fhir/R6/immunizationevaluation.html): ID of the evaluation * [ImmunizationRecommendation](http://hl7.org/fhir/R6/immunizationrecommendation.html): Business identifier * [Invoice](http://hl7.org/fhir/R6/invoice.html): Business Identifier for item * [List](http://hl7.org/fhir/R6/list.html): Business identifier * [MeasureReport](http://hl7.org/fhir/R6/measurereport.html): External identifier of the measure report to be returned * [Medication](http://hl7.org/fhir/R6/medication.html): Returns medications with this external identifier * [MedicationAdministration](http://hl7.org/fhir/R6/medicationadministration.html): Return administrations with this external identifier * [MedicationDispense](http://hl7.org/fhir/R6/medicationdispense.html): Returns dispenses with this external identifier * [MedicationRequest](http://hl7.org/fhir/R6/medicationrequest.html): Return prescriptions with this external identifier * [MedicationStatement](http://hl7.org/fhir/R6/medicationstatement.html): Return statements with this external identifier * [NutritionIntake](http://hl7.org/fhir/R6/nutritionintake.html): Return statements with this external identifier * [NutritionOrder](http://hl7.org/fhir/R6/nutritionorder.html): Return nutrition orders with this external identifier * [Observation](http://hl7.org/fhir/R6/observation.html): The unique id for a particular observation * [Person](http://hl7.org/fhir/R6/person.html): A person Identifier * [Procedure](http://hl7.org/fhir/R6/procedure.html): A unique identifier for a procedure * [QuestionnaireResponse](http://hl7.org/fhir/R6/questionnaireresponse.html): The unique identifier for the questionnaire response * [RelatedPerson](http://hl7.org/fhir/R6/relatedperson.html): An Identifier of the RelatedPerson * [RequestOrchestration](http://hl7.org/fhir/R6/requestorchestration.html): External identifiers for the request orchestration * [ResearchSubject](http://hl7.org/fhir/R6/researchsubject.html): Business Identifier for research subject in a study * [RiskAssessment](http://hl7.org/fhir/R6/riskassessment.html): Unique identifier for the assessment * [ServiceRequest](http://hl7.org/fhir/R6/servicerequest.html): Identifiers assigned to this order * [Specimen](http://hl7.org/fhir/R6/specimen.html): The unique identifier associated with the specimen * [SupplyDelivery](http://hl7.org/fhir/R6/supplydelivery.html): External identifier * [SupplyRequest](http://hl7.org/fhir/R6/supplyrequest.html): Business Identifier for SupplyRequest * [Task](http://hl7.org/fhir/R6/task.html): Search for a task instance by its business identifier * [VisionPrescription](http://hl7.org/fhir/R6/visionprescription.html): Return prescriptions with this external identifier
clinical-patient patient Draft trial-use False pa reference Multiple Resources: * [Account](http://hl7.org/fhir/R6/account.html): The entity that caused the expenses * [AdverseEvent](http://hl7.org/fhir/R6/adverseevent.html): Subject impacted by event * [AllergyIntolerance](http://hl7.org/fhir/R6/allergyintolerance.html): Who the sensitivity is for * [Appointment](http://hl7.org/fhir/R6/appointment.html): One of the individuals of the appointment is this patient * [AppointmentResponse](http://hl7.org/fhir/R6/appointmentresponse.html): This Response is for this Patient * [AuditEvent](http://hl7.org/fhir/R6/auditevent.html): Where the activity involved patient data * [Basic](http://hl7.org/fhir/R6/basic.html): Identifies the focus of this resource * [BiologicallyDerivedProduct](http://hl7.org/fhir/R6/biologicallyderivedproduct.html): The patient who underwent the procedure to collect the product * [BiologicallyDerivedProductDispense](http://hl7.org/fhir/R6/biologicallyderivedproductdispense.html): The identity of a patient for whom to list dispenses * [BodyStructure](http://hl7.org/fhir/R6/bodystructure.html): Who this is about * [CarePlan](http://hl7.org/fhir/R6/careplan.html): Who the care plan is for * [CareTeam](http://hl7.org/fhir/R6/careteam.html): Who care team is for * [ChargeItem](http://hl7.org/fhir/R6/chargeitem.html): Individual service was done for/to * [Claim](http://hl7.org/fhir/R6/claim.html): Patient receiving the products or services * [ClaimResponse](http://hl7.org/fhir/R6/claimresponse.html): The subject of care * [ClinicalAssessment](http://hl7.org/fhir/R6/clinicalassessment.html): Patient assessed * [Communication](http://hl7.org/fhir/R6/communication.html): Focus of message * [CommunicationRequest](http://hl7.org/fhir/R6/communicationrequest.html): Focus of message * [Composition](http://hl7.org/fhir/R6/composition.html): Who and/or what the composition is about * [Condition](http://hl7.org/fhir/R6/condition.html): Who has the condition? * [Consent](http://hl7.org/fhir/R6/consent.html): Who the consent applies to * [Contract](http://hl7.org/fhir/R6/contract.html): The identity of the subject of the contract (if a patient) * [Coverage](http://hl7.org/fhir/R6/coverage.html): Retrieve coverages for a patient * [CoverageEligibilityRequest](http://hl7.org/fhir/R6/coverageeligibilityrequest.html): The reference to the patient * [CoverageEligibilityResponse](http://hl7.org/fhir/R6/coverageeligibilityresponse.html): The reference to the patient * [DetectedIssue](http://hl7.org/fhir/R6/detectedissue.html): Associated patient * [DeviceRequest](http://hl7.org/fhir/R6/devicerequest.html): Individual the service is ordered for * [DeviceUsage](http://hl7.org/fhir/R6/deviceusage.html): Search by patient who used the device * [DiagnosticReport](http://hl7.org/fhir/R6/diagnosticreport.html): The subject of the report if a patient * [DocumentReference](http://hl7.org/fhir/R6/documentreference.html): Who/what is the subject of the document * [Encounter](http://hl7.org/fhir/R6/encounter.html): The patient present at the encounter * [EnrollmentRequest](http://hl7.org/fhir/R6/enrollmentrequest.html): The party to be enrolled * [EpisodeOfCare](http://hl7.org/fhir/R6/episodeofcare.html): The patient who is the focus of this episode of care * [ExplanationOfBenefit](http://hl7.org/fhir/R6/explanationofbenefit.html): The reference to the patient * [FamilyMemberHistory](http://hl7.org/fhir/R6/familymemberhistory.html): The identity of a subject to list family member history items for * [Flag](http://hl7.org/fhir/R6/flag.html): The identity of a subject to list flags for * [Goal](http://hl7.org/fhir/R6/goal.html): Who this goal is intended for * [GuidanceResponse](http://hl7.org/fhir/R6/guidanceresponse.html): The identity of a patient to search for guidance response results * [ImagingSelection](http://hl7.org/fhir/R6/imagingselection.html): Who the study is about * [ImagingStudy](http://hl7.org/fhir/R6/imagingstudy.html): Who the study is about * [Immunization](http://hl7.org/fhir/R6/immunization.html): The patient for the vaccination record * [ImmunizationEvaluation](http://hl7.org/fhir/R6/immunizationevaluation.html): The patient being evaluated * [ImmunizationRecommendation](http://hl7.org/fhir/R6/immunizationrecommendation.html): Who this profile is for * [Invoice](http://hl7.org/fhir/R6/invoice.html): Recipient(s) of goods and services * [List](http://hl7.org/fhir/R6/list.html): If all resources have the same subject * [MeasureReport](http://hl7.org/fhir/R6/measurereport.html): The identity of a patient to search for individual measure report results for * [MedicationAdministration](http://hl7.org/fhir/R6/medicationadministration.html): The identity of a patient to list administrations for * [MedicationDispense](http://hl7.org/fhir/R6/medicationdispense.html): The identity of a patient to list dispenses for * [MedicationRequest](http://hl7.org/fhir/R6/medicationrequest.html): Returns prescriptions for a specific patient * [MedicationStatement](http://hl7.org/fhir/R6/medicationstatement.html): Returns statements for a specific patient. * [NutritionIntake](http://hl7.org/fhir/R6/nutritionintake.html): Returns statements for a specific patient. * [NutritionOrder](http://hl7.org/fhir/R6/nutritionorder.html): The identity of the individual or set of individuals who requires the diet, formula or nutritional supplement * [Observation](http://hl7.org/fhir/R6/observation.html): The subject that the observation is about (if patient) * [Person](http://hl7.org/fhir/R6/person.html): The Person links to this Patient * [Procedure](http://hl7.org/fhir/R6/procedure.html): Search by subject - a patient * [Provenance](http://hl7.org/fhir/R6/provenance.html): Where the activity involved patient data * [QuestionnaireResponse](http://hl7.org/fhir/R6/questionnaireresponse.html): The patient that is the subject of the questionnaire response * [RelatedPerson](http://hl7.org/fhir/R6/relatedperson.html): The patient this related person is related to * [RequestOrchestration](http://hl7.org/fhir/R6/requestorchestration.html): The identity of a patient to search for request orchestrations * [ResearchSubject](http://hl7.org/fhir/R6/researchsubject.html): Who or what is part of study * [RiskAssessment](http://hl7.org/fhir/R6/riskassessment.html): Who/what does assessment apply to? * [ServiceRequest](http://hl7.org/fhir/R6/servicerequest.html): Search by subject - a patient * [Specimen](http://hl7.org/fhir/R6/specimen.html): The patient the specimen comes from * [SupplyDelivery](http://hl7.org/fhir/R6/supplydelivery.html): Patient for whom the item is supplied * [SupplyRequest](http://hl7.org/fhir/R6/supplyrequest.html): The patient or subject for whom the supply is destined * [Task](http://hl7.org/fhir/R6/task.html): Search by patient * [VisionPrescription](http://hl7.org/fhir/R6/visionprescription.html): The identity of a patient to list dispenses for