Page Status: updated 2022-11-03

Get RelatedPerson

Page index

Introduction

sv. Hämta vårdnadshavare.

This page describes how to fetch a guardian for a patient by an example.

A guardian can be fetched in different ways. See RelatedPerson - Query Operations for information about all options.

In short, a query request is either a read, that is, a retrieval via the resource ID, or a search via a search condition. The result differs between a read and a search. A search results in a Bundle being returned containing all matching resources. If there are no hits, an empty Bundle is returned. A read results in the requested resource being returned or an error if no resource with the requested ID exists. If a system error occurs both searches and reads result in an error (i.e. an OperationOutcome).

Before a RelatedPerson can be retrieved and presented to the user other information is needed from the National Medication List. For more information on different scenarios and what information is required for each scenario, see Handbok för vård- och apotekstjänster: Verksamhetsområden.

Request

Fetching a guardian is done by one of the following operations;

GET [base]/RelatedPerson/[id]
GET [base]/RelatedPerson?[search parameters]

Request Header

See HTTP Header and Authorization for generic information about all HTTP headers used by the National Medication List including information about authorization, purpose and access type. The authorization token is translated to an authority role. The authority role together with the purpose and type of access is used by the National Medication List to determine what actions a user may perform and what information the user may access.

Header Comment
authorization The users's security token
prefer Type of returned content
x-access The cause for the call
x-context-id An ID to group a sequence of requests
x-org-info Information about the users's organisation
x-patientref The logical ID of the patient
x-provenance A provenance resource with information about the user interacting with NLL
x-purpose The purpose of the call
x-request-id A random and unique ID
x-user-agent Information about the calling system

Response Body

See RelatedPerson.

Examples

Example 1 - Get a guardian of a patient

This example shows how to search for a guardian of a patient.

Request

The request is made as a search by the personal identity numbers of the patient and the guardian;

GET [base]/RelatedPerson?identifier=http://electronichealth.se/identifier/personnummer%7c198710152391&patient.identifier=http://electronichealth.se/identifier/personnummer%7c201203102387

Request Headers

Header Value Comment
authorization {...,"APOTEKSID":"7350046611966","LEGITIMATIONSKOD":"920007","YRKESKOD":["AP"],"loa":3} Selected information from the OAuth2-ticket in decoded form
x-access UTAN_KRAV_SAMTYCKE
x-purpose EXPEDIERING
x-request-id 55060e82-45ac-4204-b6fd-4a0bea110110
x-user-agent {"name":"Test system testaren","version":"0.01010101010.1 beta"} Decoded value

Response Body

See Fetch RelatedPerson guardian relationship.