Skip to main content

Patient

Normative Base

Demographics and other administrative information about an individual or animal receiving care or other health-related services.

Endpoints

devhttps://api.sandbox.ovok.com/fhir/R5/Patient
InteractionMethodPath
ReadGET/fhir/R5/Patient/[id]
VreadGET/fhir/R5/Patient/[id]/_history/[vid]
UpdatePUT/fhir/R5/Patient/[id]
PatchPATCH/fhir/R5/Patient/[id]
DeleteDELETE/fhir/R5/Patient/[id]
CreatePOST/fhir/R5/Patient
SearchGET/fhir/R5/Patient?...
HistoryGET/fhir/R5/Patient/[id]/_history
Type-historyGET/fhir/R5/Patient/_history

Top-level elements

ElementType(s)CardinalityDescription
identifierIdentifier0..*An identifier for this patient
activeboolean0..1Whether this patient's record is in active use modifier
nameHumanName0..*A name associated with the patient
telecomContactPoint0..*A contact detail for the individual
gendercode0..1male
birthDatedate0..1The date of birth for the individual
deceased[x]boolean / dateTime0..1Indicates if the individual is deceased or not modifier
addressAddress0..*An address for the individual
maritalStatusCodeableConcept0..1Marital (civil) status of a patient
multipleBirth[x]boolean / integer0..1Whether patient is part of a multiple birth
photoAttachment0..*Image of the patient
contactBackboneElement0..*A contact party (e.g. guardian, partner, friend) for the patient
communicationBackboneElement0..*A language which may be used to communicate with the patient about his or her health
generalPractitionerReference0..*Patient's nominated primary care provider
managingOrganizationReference0..1Organization that is the custodian of the patient record
linkBackboneElement0..*Link to a Patient or RelatedPerson resource that concerns the same actual individual modifier

Resource-specific search parameters

ParameterTypeDescription
activetokenWhether the patient record is active
addressstringA server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
address-citystringA city specified in an address
address-countrystringA country specified in an address
address-postalcodestringA postalCode specified in an address
address-statestringA state specified in an address
address-usetokenA use code specified in an address
birthdatedateThe patient's date of birth
death-datedateThe date of death has been provided and satisfies this search value
deceasedtokenThis patient has been marked as deceased, or has a death date entered
emailtokenA value in an email contact
familystringA portion of the family name of the patient
gendertokenGender of the patient
general-practitionerreferencePatient's nominated general practitioner, not the organization that manages the record
givenstringA portion of the given name of the patient
identifiertokenA patient identifier
languagetokenLanguage code (irrespective of use value)
linkreferenceAll patients/related persons linked to the given patient
namestringA server defined search that may match any of the string fields in the HumanName, including family, given, prefix, suffix, and/or text
organizationreferenceThe organization that is the custodian of the patient record
part-agreereferenceSearch by url for a participation agreement, which is stored as an extension referencing a DocumentReference
phonetokenA value in a phone contact
phoneticstringA portion of either family or given name using some kind of phonetic matching algorithm
telecomtokenThe value in any kind of telecom details of the patient

Reference

  • Official FHIR R5 spec: Patient
  • Maturity: Normative (FMM 5).