2nd DSTU Draft For Comment

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:

Mappings for the organization resource.

5.5.8.1 Mappings for RIM (http://hl7.org/v3)

OrganizationOrganization(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)
    identifierXON.10 Organization Identifier / XON.3 ID Number
    nameXON.1 Organization Name
    typeNo equivalent in v2
    telecomNo authoritative equivalent in V2.x
    addressNo authoritative equivalent in V2.x; some V2.x segments such as OBX might provide a serialized instance value
    partOfNo equivalent in V2.x
    contact
        purpose
        namePID-5, PID-9
        telecomPID-13, PID-14
        addressPID-11
        genderPID-8
    location
    activeNo equivalent in V2.x

5.5.8.3 Mappings for ServD (http://www.omg.org/spec/ServD/1.0/)

OrganizationOrganization
    identifier./Identifiers
    name.PreferredName/Name
    typen/a
    telecom./ContactPoints
    address./PrimaryAddress and ./OtherAddresses
    partOfn/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.