Get a list of family member histories

get

/FamilyMemberHistory

Note: The FHIR API endpoints described below are available for customers to deploy and use. Developers are welcome and encouraged to develop against the specifications in anticipation of customer deployment.

Retrieves a list of family member histories that meet the supplied query parameters.

  • Use _id or patient, not both.
  • Use status only with patient.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

The successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : BundleEntryForFamilyMemberHistory
Type: object
Show Source
Nested Schema : resource
Match One Schema
Show Source
Nested Schema : BundleEntrySearch
Type: object
Show Source
Nested Schema : FamilyMemberHistory
Type: object
The FHIR R4 FamilyMemberHistory resource.
Show Source
Nested Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : AgeForFamilyMemberHistory
Type: object
Show Source
Nested Schema : Period
Type: object
Show Source
Nested Schema : condition
Type: array
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : ReferenceForFamilyMemberHistory
Type: object
Show Source
Nested Schema : Narrative
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : ExtensionForFamilyMemberHistory
Type: object
Show Source
Nested Schema : ConditionForFamilyMemberHistory
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : modifierExtension
Type: array
Show Source
Nested Schema : note
Type: array
Show Source
Nested Schema : AnnotationForFamilyMemberHistory
Type: object
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Back to Top