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
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/
<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
Path | Details | Strength |
---|---|---|
Organization.type | SNOMED-CT Organization codes and the HL7 v3 Entity Code table | extensible/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 for RESTful searches. The standard parameters also apply. See Searching for more information.
$page : integer | Starting offset of the first record to return in the search set | single |
$count : integer | Number of return records requested. The server is not bound to conform | single |
$id : token | The logical resource id associated with the resource (must be supported by all servers) | single |
name : string | A portion of name in any name part | union |
phonetic : string | A portion of name using some kind of phonetic matching algorithm | union |
type : qtoken | A code for the type of organization | union |
identifier : qtoken | An identifier for the organization | union |
telecom : string | The value in any kind of telecom information for the organization | union |
address : string | An address in any kind of address/part for the organization | union |
cname : string | A portion of the name of any contact person | union |
ctelecom : string | The value in any kind of telecom information for any contact person of the organization | union |
caddress : string | An address in any kind of address/part for any contact person of the organization | union |
related : qtoken | An identifier for any of the related organizations | single |
(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