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 Organization - Content 3.10

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

For any company/corporation/institution/government department that has relevance to the care process.

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

Resource Content 3.10.1

UML Image

<Organization xmlns="http://hl7.org/fhir">
 <identifier><!-- 0..* HumanId Identifier for this organization --></identifier>
 <name><!-- 0..* string Name used for the organization --></name>
 <address><!-- 0..* Address An address for the organization --></address>
 <telecom><!-- 0..* Contact A contact detail for the organization --></telecom>
 <type><!-- 0..1 CodeableConcept Kind of organization --></type>
 <status><!-- 0..1 code The status of this organization's record --></status>
 <accreditation>  <!-- 0..* Formal certifications that convey authority -->
  <identifier><!-- 0..1 Identifier Identifier for the accreditation --></identifier>
  <code><!-- 0..1 CodeableConcept What kind of accreditation --></code>
  <institution><!-- 0..1 Resource(Organization) Who conferred accreditation --></institution>
  <period><!-- 0..1 Period When the accreditation is valid (date only) --></period>
 </accreditation>
 <relatedOrganization>  <!-- 0..* Sub-, super-, and partner organizations -->
  <organization><!-- 1..1 Resource(Organization) The related organization --></organization>
  <type><!-- 1..1 CodeableConcept How the organizations are related --></type>
 </relatedOrganization>
 <contactPerson>  <!-- 0..* Contact person for the organization -->
  <type><!-- 0..1 CodeableConcept The type of contact person --></type>
  <address><!-- 0..1 Address Contact person's address --></address>
  <telecom><!-- 0..* Contact Contact person's telecom details --></telecom>
  <name><!-- 0..1 HumanName Name of the contact person --></name>
  <person><!-- 0..1 Resource(Person) The person that is the contact person --></person>
 </contactPerson>
 <extension><!-- 0..* Extension  See Extensions  --></extension>
 <text><!-- 1..1 Narrative Text summary of resource (for human interpretation) --></text>
</Organization>

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

Terminology Bindings

PathDetailsStrength
Organization.type SNOMED-CT Organization codes and the HL7 v3 Entity Code tableextensible/suggested
Organization.status The status of the record of this organization (see http://hl7.org/fhir/record-status for values)complete/required
Organization.accreditation.code Accreditations an organization may be granted (not bound to any particular codes)extensible/unstated
Organization.relatedOrganization.type The nature of the relationship between the organization and the related organization. (see http://hl7.org/fhir/org-relationship-type for values)extensible/preferred
Organization.contactPerson.type The purpose for which you would contact a contact person (not bound to any particular codes)extensible/unstated

Constraints

Search Parameters 3.10.2

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
name : stringA portion of name in any name partunion
phonetic : stringA portion of name using some kind of phonetic matching algorithmunion
type : qtokenA code for the type of organizationunion
identifier : qtokenAn identifier for the organizationunion
telecom : stringThe value in any kind of telecom information for the organizationunion
address : stringAn address in any kind of address/part for the organizationunion
cname : stringA portion of the name of any contact personunion
ctelecom : stringThe value in any kind of telecom information for any contact person of the organizationunion
caddress : stringAn address in any kind of address/part for any contact person of the organizationunion
related : qtokenAn identifier for any of the related organizationssingle

(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:03+1100. License