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

Status: A domain resource developed as an examplar. Not an approved resource. Under consideration by the Patient Admin work 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

UML Image

<Organization xmlns="http://hl7.org/fhir">
 <id><!-- 1..1 id Master Resource Id, always first in all resources --></id>
 <identifier d?><!-- 0..* HumanId Identifier for this organization --></identifier>
 <name>  <!-- 0..* name used for the organisation -->
  <value><!-- 1..1 string A name associated with the organization --></value>
  <period d?><!-- 0..1 Period When this name is/was in use (date only) --></period>
 </name>
 <address d?><!-- 0..* Address An address for the organization --></address>
 <contact d?><!-- 0..* Contact A contact detail for the organization --></contact>
 <code d?><!-- 0..1 CodeableConcept kind of organisation --></code>
 <industryCode d?><!-- 0..1 CodeableConcept kind of industry --></industryCode>
 <accreditation>  <!-- 0..* formal certifications that convey authority -->
  <identifier d?><!-- 0..1 Identifier Identifier for the accreditation --></identifier>
  <code d?><!-- 0..1 CodeableConcept What kind of accreditation --></code>
  <institution d?><!-- 0..1 Resource(Organization) Who conferred it --></institution>
  <period d?><!-- 0..1 Period When the accreditation is valid (date only) --></period>
 </accreditation>
 <relatedOrganization>  <!-- 0..* sub-, super-, and partner organisations -->
  <identifier d?><!-- 0..1 HumanId Identifier for the organization --></identifier>
  <code><!-- 1..1 CodeableConcept How the organizations are related --></code>
  <name d?><!-- 0..1 string Name of the organization --></name>
  <address d?><!-- 0..* Address An address for the organization --></address>
  <contact d?><!-- 0..* Contact General contact details for the organization --></contact>
  <period d?><!-- 0..1 Period When the organizations were related (date only) --></period>
 </relatedOrganization>
 <extension><!-- 0..* Extension  See Extensions  --></extension>
 <text><!-- 1..1 Narrative Text summary of organization, fall back for human interpretation --></text>
</Organization>

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
name : stringa portion of name in any name part
phonetic : stringa portion of name using some kind of phonetic matching algorithm
code : qtokencode for the type of organization
identifier : qtokenan identifier for the organization

(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