This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Resource Person - Content 3.12

Status: Approved resource. Draft for comment by Patient Administration Working Group

A person who is involved in the healthcare process.

The resource name as it appears in a RESTful URL is /person/

Ballot note: The Person resource is the minimal set of information to carry about a person regardless of their role: the type of activity that a person is playing (patient, next of kin, provider, employees etc). As such is it is suitable for Person registries that keep track of Persons regardless of their role. The Person resource is referred to for person details for a variety of resources that represent a particular role, such as SubjectofCare (a.k.a Patient), Provider, and Agent (a person acting on behalf of an organisation). Very few attributes are common to any role and so the Person resource is kept lean. Most attributes are expected to be found in these other resources. (e.g: guardian on SubjectofCare, contact parties on SubjectOfCare & Provider, and multiple birth flag on SubjectofCare).

Resource Content 3.12.1

UML Image

<Person xmlns="http://hl7.org/fhir">
 <identifier><!-- 0..* HumanId A Human identifier for this person --></identifier>
 <name><!-- 0..* HumanName A name associated with the person --></name>
 <telecom><!-- 0..* Contact A contact detail for the person --></telecom>
 <gender><!-- 0..1 Coding Administrative Gender --></gender>
 <birthDate><!-- 0..1 dateTime The birth date for the person --></birthDate>
 <deceased><!-- 0..1 boolean Indicates if the Person is deceased or not --></deceased>
 <address><!-- 0..* Address One or more addresses for the person --></address>
 <maritalStatus><!-- 0..1 CodeableConcept Marital (civil) status of the person --></maritalStatus>
 <language>  <!-- 0..* The person's  proficiency level of a language -->
  <language><!-- 1..1 CodeableConcept Language with optional region --></language>
  <mode><!-- 0..1 CodeableConcept Language method of expression --></mode>
  <proficiencyLevel><!-- 0..1 CodeableConcept Proficiency level of the language --></proficiencyLevel>
  <preference><!-- 0..1 boolean Language preference indicator --></preference>
 </language>
 <extension><!-- 0..* Extension  See Extensions  --></extension>
 <text><!-- 1..1 Narrative Text summary of resource (for human interpretation) --></text>
</Person>

Alternate definitions: Schema/Schematron, RDF (to do), XML, XMI (to do), Resource Profile

Terminology Bindings

PathDetailsStrength
Person.gender The gender of a person used for administrative purposes (see http://hl7.org/fhir/administrative-gender for values)complete/required
Person.maritalStatus The domestic partnership status of a person (see http://hl7.org/fhir/marital-status for values)extensible/preferred
Person.language.language see ISO 639-3complete/required
Person.language.mode A value representing the person's method of expression of this language (see http://hl7.org/fhir/language-ability-mode for values)complete/required
Person.language.proficiencyLevel A code that describes how well the language is spoken (see http://hl7.org/fhir/language-ability-proficiency for values)complete/required

Notes: 3.12.2

Search Parameters 3.12.3

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.

$page : integerStarting offset of the first record to return in the search setsingle
$count : integerNumber of return records requested. The server is not bound to conformsingle
$id : tokenThe logical resource id associated with the resource (must be supported by all servers)single
identifier : qtokenA patient Identifierunion
name : stringa portion of name in any name partunion
phonetic : stringa portion of name using some kind of phonetic matching algorithmunion
telecom : stringthe value in any kind of contactunion
address : stringan address in any kind of address/partunion
gender : qtokengender of the personsingle
language : qtokenlanguage code (irrespective of use value)union
birthdate : datedate equal to the patient's date of birthsingle
birthdate-before : datedate before or equal to the patient's date of birthsingle
birthdate-after : datedate after or equal to the patient's date of birthsingle

(See Searching).


This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:04+1100. License