FamilyMemberHistory

See FHIR specification

Semantical type

The FHIR resource type is also used as semantical type of the resource. Include the FHIR resource name FamilyMemberHistory into your applications access filter if you need to use this resource.

Resource owner

If the resource contains a patient which is a Patient or Practitioner that user is the owner of the resource. Otherwise the creator of the resource is the owner.

Default value for “patient”

If a resource with no patient field is send to MIDATA, the backend will set the patient to the current user.

Read

Read a single FamilyMemberHistory by id.

Request:

[GET] /fhir/FamilyMemberHistory/<id>

Read specific version

Read a specific version of a single FamilyMemberHistory by id.

Request:

[GET] /fhir/FamilyMemberHistory/<id>/_history/<version>

Retrieve history

Retrieve all versions of a single resource.

Request:

[GET] /fhir/FamilyMemberHistory/<id>/_history

Search for resources of type FamilyMemberHistory

Request:

[GET] /fhir/FamilyMemberHistory?searchParams

List of supported search parameters:

Supported query parameters:

Name Type Description
_id token The ID of the resource
_lastUpdated date Only return resources which were last updated as specified by the given range
_page string  
code token A search by a condition code
date date When history was recorded or last updated
identifier token A search by a record identifier
instantiates-canonical reference Instantiates FHIR protocol or definition
instantiates-uri uri Instantiates external protocol or definition
patient reference The identity of a subject to list family member history items for
relationship token A search by a relationship type
sex token A search by a sex code of a family member
status token partial - completed - entered-in-error - health-unknown

Create

Create a new resource of type FamilyMemberHistory.

Request:

[POST] /fhir/FamilyMemberHistory

Update

Updates a resource of type FamilyMemberHistory.

Request:

[PUT] /fhir/FamilyMemberHistory/<id>