This page is part of the FHIR Specification (v0.4.0: DSTU 2 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
5.5.8 Resource Organization - Mappings
Mappings for the organization resource.
5.5.8.1 Mappings for RIM (http://hl7.org/v3)
| Organization | Organization(classCode=ORG, determinerCode=INST) |
| identifier | .scopes[Role](classCode=IDENT) |
| name | .name |
| type | .code |
| telecom | .telecom |
| address | .address |
| partOf | .playedBy[classCode=Part].scoper |
| contact | .contactParty |
| purpose | ./type |
| name | ./name |
| telecom | ./telecom |
| address | ./addr |
| gender | ./administrativeGender |
| location | .scopedBy[classCode=LocatedEntity].scoper |
| active | .status |
5.5.8.2 Mappings for HL7 v2 (http://hl7.org/v2)
| Organization | (also see master files messages) |
| identifier | XON.10 Organization Identifier / XON.3 ID Number |
| name | XON.1 Organization Name |
| type | No equivalent in v2 |
| telecom | No authoritative equivalent in V2.x |
| address | No authoritative equivalent in V2.x; some V2.x segments such as OBX might provide a serialized instance value |
| partOf | No equivalent in V2.x |
| contact | |
| purpose | |
| name | PID-5, PID-9 |
| telecom | PID-13, PID-14 |
| address | PID-11 |
| gender | PID-8 |
| location | |
| active | No equivalent in V2.x |
5.5.8.3 Mappings for ServD (http://www.omg.org/spec/ServD/1.0/)
| Organization | Organization |
| identifier | ./Identifiers |
| name | .PreferredName/Name |
| type | n/a |
| telecom | ./ContactPoints |
| address | ./PrimaryAddress and ./OtherAddresses |
| partOf | n/a |
| contact | |
| purpose | |
| name | |
| telecom | |
| address | |
| gender | |
| location | ./Sites |
| active | ./Status (however this concept in ServD more covers why the organization is active or not, could be delisted, deregistered, not operational yet) this could alternatively be derived from ./StartDate and ./EndDate and given a context date. |