PatientLiteSe

Introduction

PatientLiteSe is a profile based on the FHIR resource Patient.

Intended Use

The intended use for the PatientLiteSe profile is used to search for a list of patients based on a search parameter.

PatientLiteSe is profiled for the Swedish market.

Specific Rules and Limitations

Type Description
Rule The intended users of this API are healthcare professionals.
Rule The element Patient.deceased[x] is read-only.

Profile Overview

PatientLiteSe

idΣ0..1string
id0..1string
extensionI0..*Extension
versionIdΣ0..1id
lastUpdatedΣ0..1instant
sourceS Σ0..1uri
profileΣ0..*canonical(StructureDefinition)
id0..1string
extensionI0..*Extension
systemΣ0..1uriFixed Value
versionΣ0..1string
codeΣ0..1codeFixed Value
displayΣ0..1string
userSelectedΣ0..1boolean
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
modifierExtension?! I0..*Extension
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uri
valueΣ1..1string
periodΣ I0..1Period
assignerΣ I0..1Reference(Organization)
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ I0..1Period
assignerΣ I0..1Reference(Organization)
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ I0..1Period
assignerΣ I0..1Reference(Organization)
activeΣ ?!0..0boolean
id0..1string
middleNameI0..*Extension(string)
useΣ ?!0..0codeBinding
textΣ0..0string
familyΣ0..1string
id0..1string
id0..1string
extensionI0..0Extension
url1..1uriFixed Value
valueCodecode
value0..1System.String
prefixΣ0..0string
suffixΣ0..0string
periodΣ I0..0Period
telecomΣ I0..0ContactPoint
genderΣ0..1codeBinding
birthDateΣ0..1date
deceasedBooleanboolean
deceasedDateTimedateTime
maritalStatus0..0CodeableConceptBinding
photoI0..0Attachment
generalPractitionerI0..0Reference(Organization | Practitioner | PractitionerRole)
managingOrganizationΣ I0..0Reference(Organization)

Versions

COS version Profile version Required COSMIC version Date Description
4.1.0 1.1.0 R8.3.05 Feb 2024 Unused attributes removed
3.0.0 1.0.0 R8.3.05 May 2022 Initial version, support for GET, POST and PUT.

Extensions

Extension Data type Description
MiddleName String Defines the Swedish middle name as defined by legislation.
GivenNameQualifier code Used to indicate additional information about the name part and how it should be used.

Supported Operations

HTTP Methods

Method Description
GET Search for a list of patients based on search parameters.

Query Operations

Search Parameters

Parameter Format Comment
family String Name given in name.family
given String Name given in name.given

Supported Queries

  1. GET [baseURL]/Patient/_search?given=test

Supported SearchInclude Operations

N/A

Supported RevInclude Operations

N/A

Error Codes

In below table, a few error messages specific for Patient are listed.

Code Description Comment
400 "Combination of parameters [name & identifier] are not supported"
400 "Invalid/Unsupported Search parameters"