This page is part of the FHIR Specification (v0.05: DSTU 1 Draft). 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

Status: A domain resource developed as an examplar. Not an approved resource. Under consideration by the Patient Admin work group

A person who is involved in the healthcare process.

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

Resource Content

UML Image

<Person xmlns="http://hl7.org/fhir">
 <id><!-- 1..1 id Master Resource Id, always first in all resources --></id>
 <identifier d?><!-- 0..* HumanId A Human identifier for this person --></identifier>
 <name d?><!-- 0..* HumanName A name associated with the person --></name>
 <address d?><!-- 0..* Address An address for the person --></address>
 <contact d?><!-- 0..* Contact A contact detail for the person --></contact>
 <dob d?><!-- 0..1 dateTime The birth date for the person --></dob>
 <gender d?><!-- 0..1 CodeableConcept Administrative Gender --></gender>
 <religion d?><!-- 0..1 CodeableConcept Religion of the person --></religion>
 <race d?><!-- 0..* CodeableConcept The race of a person --></race>
 <qualification>  <!-- 0..* Qualifications, Accreditations, Certifications -->
  <identifier d?><!-- 0..1 Identifier Identifier for the qualification --></identifier>
  <code d?><!-- 0..1 CodeableConcept A code for the qualification --></code>
  <institution d?><!-- 0..1 Resource(Organization) Who conferred it --></institution>
  <period d?><!-- 0..1 Period When the qualification is valid (date only) --></period>
 </qualification>
 <language>  <!-- 0..* language (with proficiency) -->
  <code><!-- 1..1 code ISO 639-3 code for language --></code>
  <use d?><!-- 0..1 code How well the language is used --></use>
 </language>
 <relatedPerson>  <!-- 0..* Kin, Guardians, Agents, Caregivers -->
  <identifier d?><!-- 0..1 HumanId Identifier for the person --></identifier>
  <role><!-- 1..1 CodeableConcept Type of relationship --></role>
  <name d?><!-- 0..1 HumanName Name of the person --></name>
  <contact d?><!-- 0..* Contact Contact details for the person --></contact>
 </relatedPerson>
 <extension><!-- 0..* Extension  See Extensions  --></extension>
 <text><!-- 1..1 Narrative Text summary of person, for human interpretation --></text>
</Person>

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

Terminology Bindings

Notes:

Search Parameters

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

n : integerStarting offset of the first record to return in the search set
count : integerNumber of return records requested. The server is not bound to conform
id : tokenThe id of the resource
identifier : qtokenA patient Identifier
name : stringa portion of name in any name part
phonetic : stringa portion of name using some kind of phonetic matching algorithm
contact : qtokenthe value in any kind of contact
address : stringan address in any kind of address/part
gender : qtokengender of the person
language : qtokenlanguage code (irrespective of use value)
related : stringportion of name or id in a related person
dob : datedate equal to the patient's date of birth
dob-before : datedate before or equal to the patient's date of birth
dob-after : datedate after or equal to the patient's date of birth

(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.05 generated on Sun, Sep 9, 2012 03:28+1000. License